alshabib | e1cf87d | 2014-10-17 09:23:50 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Thomas Vachuska | 781d18b | 2014-10-27 10:31:25 -0700 | [diff] [blame] | 2 | <!-- |
Brian O'Connor | a09fe5b | 2017-08-03 21:12:30 -0700 | [diff] [blame] | 3 | ~ Copyright 2014-present Open Networking Foundation |
Thomas Vachuska | 781d18b | 2014-10-27 10:31:25 -0700 | [diff] [blame] | 4 | ~ |
Thomas Vachuska | 4f1a60c | 2014-10-28 13:39:07 -0700 | [diff] [blame] | 5 | ~ Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | ~ you may not use this file except in compliance with the License. |
| 7 | ~ You may obtain a copy of the License at |
Thomas Vachuska | 781d18b | 2014-10-27 10:31:25 -0700 | [diff] [blame] | 8 | ~ |
Thomas Vachuska | 4f1a60c | 2014-10-28 13:39:07 -0700 | [diff] [blame] | 9 | ~ http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | ~ |
| 11 | ~ Unless required by applicable law or agreed to in writing, software |
| 12 | ~ distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | ~ See the License for the specific language governing permissions and |
| 15 | ~ limitations under the License. |
Thomas Vachuska | 781d18b | 2014-10-27 10:31:25 -0700 | [diff] [blame] | 16 | --> |
alshabib | e1cf87d | 2014-10-17 09:23:50 -0700 | [diff] [blame] | 17 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 18 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 19 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 20 | <modelVersion>4.0.0</modelVersion> |
| 21 | |
| 22 | <parent> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 23 | <groupId>org.onosproject</groupId> |
alshabib | e1cf87d | 2014-10-17 09:23:50 -0700 | [diff] [blame] | 24 | <artifactId>onos-providers</artifactId> |
ONOS Jenkins User | 45d340c | 2018-01-09 01:56:13 +0000 | [diff] [blame] | 25 | <version>1.13.0-SNAPSHOT</version> |
alshabib | e1cf87d | 2014-10-17 09:23:50 -0700 | [diff] [blame] | 26 | </parent> |
| 27 | |
alshabib | e1cf87d | 2014-10-17 09:23:50 -0700 | [diff] [blame] | 28 | <artifactId>onos-host-provider</artifactId> |
| 29 | <packaging>bundle</packaging> |
| 30 | |
Charles Chan | e889e2d | 2015-11-17 12:01:02 -0800 | [diff] [blame] | 31 | <properties> |
| 32 | <onos.app.name>org.onosproject.hostprovider</onos.app.name> |
Simon Hunt | afae2f7 | 2016-03-04 21:18:23 -0800 | [diff] [blame] | 33 | <onos.app.title>Host Location Provider</onos.app.title> |
Jian Li | c35415d | 2016-01-14 17:22:31 -0800 | [diff] [blame] | 34 | <onos.app.origin>ON.Lab</onos.app.origin> |
Jian Li | fd46e1d | 2016-03-08 09:18:53 -0800 | [diff] [blame] | 35 | <onos.app.category>Provider</onos.app.category> |
Jian Li | c35415d | 2016-01-14 17:22:31 -0800 | [diff] [blame] | 36 | <onos.app.url>http://onosproject.org</onos.app.url> |
| 37 | <onos.app.readme>ONOS host location provider.</onos.app.readme> |
Charles Chan | e889e2d | 2015-11-17 12:01:02 -0800 | [diff] [blame] | 38 | </properties> |
| 39 | |
| 40 | <description>ONOS host location provider</description> |
alshabib | 875d626 | 2014-10-17 16:19:40 -0700 | [diff] [blame] | 41 | <dependencies> |
| 42 | <dependency> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 43 | <groupId>org.onosproject</groupId> |
alshabib | 875d626 | 2014-10-17 16:19:40 -0700 | [diff] [blame] | 44 | <artifactId>onos-api</artifactId> |
| 45 | <classifier>tests</classifier> |
| 46 | <scope>test</scope> |
| 47 | </dependency> |
Thomas Vachuska | 3360160 | 2014-11-19 03:32:15 -0800 | [diff] [blame] | 48 | <dependency> |
| 49 | <groupId>org.osgi</groupId> |
Madan Jampani | a65f621 | 2014-12-08 08:59:23 -0800 | [diff] [blame] | 50 | <artifactId>org.osgi.core</artifactId> |
| 51 | </dependency> |
| 52 | <dependency> |
| 53 | <groupId>org.osgi</groupId> |
Thomas Vachuska | 3360160 | 2014-11-19 03:32:15 -0800 | [diff] [blame] | 54 | <artifactId>org.osgi.compendium</artifactId> |
| 55 | </dependency> |
| 56 | <dependency> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 57 | <groupId>org.onosproject</groupId> |
Thomas Vachuska | 3360160 | 2014-11-19 03:32:15 -0800 | [diff] [blame] | 58 | <artifactId>onlab-osgi</artifactId> |
Thomas Vachuska | 3360160 | 2014-11-19 03:32:15 -0800 | [diff] [blame] | 59 | <classifier>tests</classifier> |
| 60 | <scope>test</scope> |
| 61 | </dependency> |
Pavlin Radoslavov | d36a74b | 2015-01-09 11:59:07 -0800 | [diff] [blame] | 62 | <dependency> |
| 63 | <groupId>org.easymock</groupId> |
| 64 | <artifactId>easymock</artifactId> |
| 65 | <scope>test</scope> |
| 66 | </dependency> |
Yi Tseng | 7a38f9a | 2017-06-09 14:36:40 -0700 | [diff] [blame] | 67 | <dependency> |
| 68 | <groupId>org.onosproject</groupId> |
| 69 | <artifactId>onos-incubator-api</artifactId> |
| 70 | </dependency> |
alshabib | 875d626 | 2014-10-17 16:19:40 -0700 | [diff] [blame] | 71 | </dependencies> |
alshabib | e1cf87d | 2014-10-17 09:23:50 -0700 | [diff] [blame] | 72 | </project> |