David K. Bainbridge | eda2b05 | 2017-07-12 09:41:04 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
Brian O'Connor | 180c109 | 2017-08-03 22:46:14 -0700 | [diff] [blame] | 3 | ~ Copyright 2017-present Open Networking Foundation |
David K. Bainbridge | eda2b05 | 2017-07-12 09:41:04 -0700 | [diff] [blame] | 4 | ~ |
| 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 |
| 8 | ~ |
| 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 |
Amit Ghosh | c29c7a9 | 2017-08-01 09:59:13 +0100 | [diff] [blame] | 15 | ~ limitations under the License. |
| 16 | --> |
| 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/xsd/maven-4.0.0.xsd"> |
David K. Bainbridge | eda2b05 | 2017-07-12 09:41:04 -0700 | [diff] [blame] | 20 | <modelVersion>4.0.0</modelVersion> |
| 21 | |
| 22 | <parent> |
| 23 | <groupId>org.onosproject</groupId> |
| 24 | <artifactId>onos-dependencies</artifactId> |
David K. Bainbridge | dcd1272 | 2017-09-07 14:00:31 -0700 | [diff] [blame^] | 25 | <version>1.10.6</version> |
David K. Bainbridge | eda2b05 | 2017-07-12 09:41:04 -0700 | [diff] [blame] | 26 | <relativePath></relativePath> |
| 27 | </parent> |
| 28 | |
Amit Ghosh | a65d703 | 2017-07-31 22:39:59 +0100 | [diff] [blame] | 29 | <groupId>org.opencord</groupId> |
David K. Bainbridge | eda2b05 | 2017-07-12 09:41:04 -0700 | [diff] [blame] | 30 | <artifactId>sadis</artifactId> |
David K. Bainbridge | f6f2c6d | 2017-08-17 09:54:40 -0700 | [diff] [blame] | 31 | <version>1.1.0-SNAPSHOT</version> |
Amit Ghosh | c29c7a9 | 2017-08-01 09:59:13 +0100 | [diff] [blame] | 32 | <packaging>pom</packaging> |
David K. Bainbridge | eda2b05 | 2017-07-12 09:41:04 -0700 | [diff] [blame] | 33 | |
| 34 | <properties> |
| 35 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
David K. Bainbridge | dcd1272 | 2017-09-07 14:00:31 -0700 | [diff] [blame^] | 36 | <onos.version>1.10.6</onos.version> |
David K. Bainbridge | eda2b05 | 2017-07-12 09:41:04 -0700 | [diff] [blame] | 37 | <onos.app.name>org.opencord.sadis</onos.app.name> |
| 38 | <onos.app.category>Utility</onos.app.category> |
| 39 | <onos.app.title>Subscriber and Access Device Information Service</onos.app.title> |
| 40 | <onos.app.origin>Open Networking Laboratory</onos.app.origin> |
| 41 | <onos.app.url>http://opencord.org</onos.app.url> |
| 42 | <onos.app.readme>https://gerrit.opencord.org/gitweb?p=igmp.git;f=README.md;hb=HEAD</onos.app.readme> |
David K. Bainbridge | f6f2c6d | 2017-08-17 09:54:40 -0700 | [diff] [blame] | 43 | <onos.app.requires></onos.app.requires> |
| 44 | <!-- TODO onos-build-conf.version can be dropped when onos.version > 1.10.3 --> |
| 45 | <onos-build-conf.version>1.10.3-onf</onos-build-conf.version> |
David K. Bainbridge | eda2b05 | 2017-07-12 09:41:04 -0700 | [diff] [blame] | 46 | </properties> |
| 47 | |
Amit Ghosh | c29c7a9 | 2017-08-01 09:59:13 +0100 | [diff] [blame] | 48 | <modules> |
| 49 | <module>api</module> |
| 50 | <module>app</module> |
| 51 | </modules> |
| 52 | |
David K. Bainbridge | eda2b05 | 2017-07-12 09:41:04 -0700 | [diff] [blame] | 53 | <dependencies> |
| 54 | <dependency> |
| 55 | <groupId>org.onosproject</groupId> |
| 56 | <artifactId>onos-api</artifactId> |
| 57 | <version>${onos.version}</version> |
| 58 | </dependency> |
| 59 | |
| 60 | <dependency> |
| 61 | <groupId>org.onosproject</groupId> |
Amit Ghosh | c29c7a9 | 2017-08-01 09:59:13 +0100 | [diff] [blame] | 62 | <artifactId>onlab-misc</artifactId> |
| 63 | <version>${onos.version}</version> |
| 64 | </dependency> |
| 65 | |
| 66 | <dependency> |
| 67 | <groupId>org.onosproject</groupId> |
David K. Bainbridge | eda2b05 | 2017-07-12 09:41:04 -0700 | [diff] [blame] | 68 | <artifactId>onlab-osgi</artifactId> |
| 69 | <version>${onos.version}</version> |
| 70 | </dependency> |
| 71 | |
| 72 | <dependency> |
| 73 | <groupId>org.onosproject</groupId> |
Amit Ghosh | c29c7a9 | 2017-08-01 09:59:13 +0100 | [diff] [blame] | 74 | <artifactId>onos-incubator-api</artifactId> |
David K. Bainbridge | eda2b05 | 2017-07-12 09:41:04 -0700 | [diff] [blame] | 75 | <version>${onos.version}</version> |
David K. Bainbridge | eda2b05 | 2017-07-12 09:41:04 -0700 | [diff] [blame] | 76 | </dependency> |
| 77 | |
| 78 | <dependency> |
| 79 | <groupId>org.onosproject</groupId> |
Amit Ghosh | c29c7a9 | 2017-08-01 09:59:13 +0100 | [diff] [blame] | 80 | <artifactId>onos-incubator-net</artifactId> |
David K. Bainbridge | eda2b05 | 2017-07-12 09:41:04 -0700 | [diff] [blame] | 81 | <version>${onos.version}</version> |
David K. Bainbridge | eda2b05 | 2017-07-12 09:41:04 -0700 | [diff] [blame] | 82 | </dependency> |
| 83 | |
| 84 | <dependency> |
| 85 | <groupId>org.onosproject</groupId> |
Amit Ghosh | c29c7a9 | 2017-08-01 09:59:13 +0100 | [diff] [blame] | 86 | <artifactId>onos-core-common</artifactId> |
David K. Bainbridge | eda2b05 | 2017-07-12 09:41:04 -0700 | [diff] [blame] | 87 | <version>${onos.version}</version> |
David K. Bainbridge | eda2b05 | 2017-07-12 09:41:04 -0700 | [diff] [blame] | 88 | </dependency> |
| 89 | |
David K. Bainbridge | eda2b05 | 2017-07-12 09:41:04 -0700 | [diff] [blame] | 90 | </dependencies> |
| 91 | |
Amit Ghosh | c29c7a9 | 2017-08-01 09:59:13 +0100 | [diff] [blame] | 92 | <repositories> |
| 93 | <repository> |
| 94 | <id>central</id> |
| 95 | <name>Central Repository</name> |
| 96 | <url>http://repo.maven.apache.org/maven2</url> |
| 97 | <layout>default</layout> |
| 98 | <snapshots> |
| 99 | <enabled>false</enabled> |
| 100 | </snapshots> |
| 101 | <releases> |
| 102 | <enabled>true</enabled> |
| 103 | <updatePolicy>always</updatePolicy> |
| 104 | <checksumPolicy>fail</checksumPolicy> |
| 105 | </releases> |
| 106 | </repository> |
David K. Bainbridge | eda2b05 | 2017-07-12 09:41:04 -0700 | [diff] [blame] | 107 | |
Amit Ghosh | c29c7a9 | 2017-08-01 09:59:13 +0100 | [diff] [blame] | 108 | <repository> |
| 109 | <id>snapshots</id> |
| 110 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 111 | <snapshots> |
| 112 | <enabled>true</enabled> |
| 113 | <updatePolicy>always</updatePolicy> |
| 114 | <checksumPolicy>fail</checksumPolicy> |
| 115 | </snapshots> |
| 116 | </repository> |
| 117 | </repositories> |
David K. Bainbridge | eda2b05 | 2017-07-12 09:41:04 -0700 | [diff] [blame] | 118 | </project> |