blob: e1a7a8d4c04adab3465b1b33e28cf32b66851197 [file] [log] [blame]
David K. Bainbridgeeda2b052017-07-12 09:41:04 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!--
Amit Ghoshc29c7a92017-08-01 09:59:13 +01003 ~ Copyright 2017-present Open Networking Laboratory
David K. Bainbridgeeda2b052017-07-12 09:41:04 -07004 ~
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 Ghoshc29c7a92017-08-01 09:59:13 +010015 ~ 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. Bainbridgeeda2b052017-07-12 09:41:04 -070020 <modelVersion>4.0.0</modelVersion>
21
22 <parent>
23 <groupId>org.onosproject</groupId>
24 <artifactId>onos-dependencies</artifactId>
25 <version>1.10.0</version>
26 <relativePath></relativePath>
27 </parent>
28
Amit Ghosha65d7032017-07-31 22:39:59 +010029 <groupId>org.opencord</groupId>
David K. Bainbridgeeda2b052017-07-12 09:41:04 -070030 <artifactId>sadis</artifactId>
31 <version>1.0.0</version>
Amit Ghoshc29c7a92017-08-01 09:59:13 +010032 <packaging>pom</packaging>
David K. Bainbridgeeda2b052017-07-12 09:41:04 -070033
34 <properties>
35 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
36 <onos.version>1.10.0</onos.version>
David K. Bainbridgeeda2b052017-07-12 09:41:04 -070037 <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>
43 <onos.app.requires>org.opencord.config</onos.app.requires>
David K. Bainbridgeeda2b052017-07-12 09:41:04 -070044 </properties>
45
Amit Ghoshc29c7a92017-08-01 09:59:13 +010046 <modules>
47 <module>api</module>
48 <module>app</module>
49 </modules>
50
David K. Bainbridgeeda2b052017-07-12 09:41:04 -070051 <dependencies>
52 <dependency>
53 <groupId>org.onosproject</groupId>
54 <artifactId>onos-api</artifactId>
55 <version>${onos.version}</version>
56 </dependency>
57
58 <dependency>
59 <groupId>org.onosproject</groupId>
Amit Ghoshc29c7a92017-08-01 09:59:13 +010060 <artifactId>onlab-misc</artifactId>
61 <version>${onos.version}</version>
62 </dependency>
63
64 <dependency>
65 <groupId>org.onosproject</groupId>
David K. Bainbridgeeda2b052017-07-12 09:41:04 -070066 <artifactId>onlab-osgi</artifactId>
67 <version>${onos.version}</version>
68 </dependency>
69
70 <dependency>
71 <groupId>org.onosproject</groupId>
Amit Ghoshc29c7a92017-08-01 09:59:13 +010072 <artifactId>onos-incubator-api</artifactId>
David K. Bainbridgeeda2b052017-07-12 09:41:04 -070073 <version>${onos.version}</version>
David K. Bainbridgeeda2b052017-07-12 09:41:04 -070074 </dependency>
75
76 <dependency>
77 <groupId>org.onosproject</groupId>
Amit Ghoshc29c7a92017-08-01 09:59:13 +010078 <artifactId>onos-incubator-net</artifactId>
David K. Bainbridgeeda2b052017-07-12 09:41:04 -070079 <version>${onos.version}</version>
David K. Bainbridgeeda2b052017-07-12 09:41:04 -070080 </dependency>
81
82 <dependency>
83 <groupId>org.onosproject</groupId>
Amit Ghoshc29c7a92017-08-01 09:59:13 +010084 <artifactId>onos-core-common</artifactId>
David K. Bainbridgeeda2b052017-07-12 09:41:04 -070085 <version>${onos.version}</version>
David K. Bainbridgeeda2b052017-07-12 09:41:04 -070086 </dependency>
87
88 <dependency>
Amit Ghoshc29c7a92017-08-01 09:59:13 +010089 <groupId>org.opencord</groupId>
90 <artifactId>cord-config</artifactId>
91 <version>${project.version}</version>
David K. Bainbridgeeda2b052017-07-12 09:41:04 -070092 </dependency>
93 </dependencies>
94
Amit Ghoshc29c7a92017-08-01 09:59:13 +010095 <repositories>
96 <repository>
97 <id>central</id>
98 <name>Central Repository</name>
99 <url>http://repo.maven.apache.org/maven2</url>
100 <layout>default</layout>
101 <snapshots>
102 <enabled>false</enabled>
103 </snapshots>
104 <releases>
105 <enabled>true</enabled>
106 <updatePolicy>always</updatePolicy>
107 <checksumPolicy>fail</checksumPolicy>
108 </releases>
109 </repository>
David K. Bainbridgeeda2b052017-07-12 09:41:04 -0700110
Amit Ghoshc29c7a92017-08-01 09:59:13 +0100111 <repository>
112 <id>snapshots</id>
113 <url>https://oss.sonatype.org/content/repositories/snapshots</url>
114 <snapshots>
115 <enabled>true</enabled>
116 <updatePolicy>always</updatePolicy>
117 <checksumPolicy>fail</checksumPolicy>
118 </snapshots>
119 </repository>
120 </repositories>
David K. Bainbridgeeda2b052017-07-12 09:41:04 -0700121</project>