blob: 0cd4c99f18ec44037830dfde53713b2d0ff61fe6 [file] [log] [blame]
David K. Bainbridge56da9572017-08-17 09:56:50 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 ~ Copyright 2017-present Open Networking Foundation
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
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/maven-v4_0_0.xsd">
20 <modelVersion>4.0.0</modelVersion>
21
22 <groupId>fake</groupId>
23 <artifactId>fake</artifactId>
24 <version>fake</version>
25
26 <properties>
Jonathan Hartf0147872018-01-29 14:25:22 -080027 <aaa.version>1.3.0</aaa.version>
28 <config.version>1.3.1</config.version>
29 <dhcpl2relay.version>1.1.0</dhcpl2relay.version>
30 <igmp.version>1.3.0</igmp.version>
31 <igmpproxy.version>1.1.0</igmpproxy.version>
32 <mcast.version>1.3.0</mcast.version>
33 <olt.version>1.3.0</olt.version>
34 <sadis.version>1.1.0</sadis.version>
35 <vtn.version>1.5.0</vtn.version>
Marc De Leenheer8a7e8d32017-12-01 17:17:00 -080036 <ce.version>1.1.0-SNAPSHOT</ce.version>
David K. Bainbridge56da9572017-08-17 09:56:50 -070037
38 <!-- TODO onos-build-conf.version can be dropped when onos.version > 1.10.3 -->
39 <onos-build-conf.version>1.10.3-onf</onos-build-conf.version>
40 </properties>
41
42 <dependencies>
43 <dependency>
44 <groupId>org.opencord</groupId>
45 <artifactId>aaa</artifactId>
Marc De Leenheer0b1ed3c2017-09-05 17:38:37 -070046 <version>${aaa.version}</version>
47 <type>oar</type>
48 </dependency>
49
50 <dependency>
Andrea Campanellac88be522017-09-28 19:43:52 +020051 <groupId>org.opencord.ce</groupId>
52 <artifactId>ce-api</artifactId>
53 <version>${ce.version}</version>
54 <type>oar</type>
55 </dependency>
56
57 <dependency>
58 <groupId>org.opencord.ce</groupId>
59 <artifactId>ecord-global-app</artifactId>
60 <version>${ce.version}</version>
61 <type>oar</type>
62 </dependency>
63
64 <dependency>
65 <groupId>org.opencord.ce</groupId>
66 <artifactId>ecord-local-app</artifactId>
67 <version>${ce.version}</version>
68 <type>oar</type>
69 </dependency>
70
71 <dependency>
72 <groupId>org.opencord.ce</groupId>
Andrea Campanella10fe76e2017-10-20 18:19:02 +020073 <artifactId>bigswitch</artifactId>
74 <version>${ce.version}</version>
75 <type>oar</type>
76 </dependency>
77
78 <dependency>
79 <groupId>org.opencord.ce</groupId>
80 <artifactId>local-channel</artifactId>
81 <version>${ce.version}</version>
82 <type>oar</type>
83 </dependency>
84
85 <dependency>
86 <groupId>org.opencord.ce</groupId>
Andrea Campanellac88be522017-09-28 19:43:52 +020087 <artifactId>vee</artifactId>
88 <version>${ce.version}</version>
89 <type>oar</type>
90 </dependency>
91
92 <dependency>
93 <groupId>org.opencord.ce</groupId>
Andrea Campanella10fe76e2017-10-20 18:19:02 +020094 <artifactId>fabric</artifactId>
Marc De Leenheer0b1ed3c2017-09-05 17:38:37 -070095 <version>${ce.version}</version>
96 <type>oar</type>
David K. Bainbridge56da9572017-08-17 09:56:50 -070097 </dependency>
98
99 <dependency>
100 <groupId>org.opencord</groupId>
101 <artifactId>cord-config</artifactId>
Marc De Leenheer0b1ed3c2017-09-05 17:38:37 -0700102 <version>${config.version}</version>
103 <type>oar</type>
David K. Bainbridge56da9572017-08-17 09:56:50 -0700104 </dependency>
105
106 <dependency>
107 <groupId>org.opencord</groupId>
108 <artifactId>dhcpl2relay</artifactId>
109 <version>${dhcpl2relay.version}</version>
110 <type>oar</type>
111 </dependency>
112
113 <dependency>
114 <groupId>org.opencord</groupId>
115 <artifactId>igmp</artifactId>
116 <version>${igmp.version}</version>
117 <type>oar</type>
118 </dependency>
119
120 <dependency>
121 <groupId>org.opencord</groupId>
122 <artifactId>onos-app-igmpproxy</artifactId>
123 <version>${igmpproxy.version}</version>
124 <type>oar</type>
125 </dependency>
126
127 <dependency>
128 <groupId>org.opencord</groupId>
129 <artifactId>mcast</artifactId>
130 <version>${mcast.version}</version>
131 <type>oar</type>
132 </dependency>
133
134 <dependency>
135 <groupId>org.opencord</groupId>
136 <artifactId>olt-app</artifactId>
137 <version>${olt.version}</version>
138 <type>oar</type>
139 </dependency>
140
141 <dependency>
142 <groupId>org.opencord</groupId>
143 <artifactId>sadis-app</artifactId>
144 <version>${sadis.version}</version>
145 <type>oar</type>
146 </dependency>
147
148 <dependency>
149 <groupId>org.opencord</groupId>
150 <artifactId>vtn</artifactId>
151 <version>${vtn.version}</version>
152 <type>oar</type>
153 </dependency>
154
155 </dependencies>
156
157 <build>
158 <plugins>
159 <plugin>
160 <groupId>org.apache.maven.plugins</groupId>
161 <artifactId>maven-dependency-plugin</artifactId>
162 <version>3.0.1</version>
163 </plugin>
164 </plugins>
165 </build>
166
167 <repositories>
168 <repository>
169 <id>central</id>
170 <name>Central Repository</name>
171 <url>http://repo.maven.apache.org/maven2</url>
172 <layout>default</layout>
173 <snapshots>
174 <enabled>false</enabled>
175 </snapshots>
176 <releases>
177 <enabled>true</enabled>
178 <updatePolicy>always</updatePolicy>
179 <checksumPolicy>fail</checksumPolicy>
180 </releases>
181 </repository>
182
183 <repository>
184 <id>snapshots</id>
185 <url>https://oss.sonatype.org/content/repositories/snapshots</url>
186 <snapshots>
187 <enabled>true</enabled>
188 <updatePolicy>always</updatePolicy>
189 <checksumPolicy>fail</checksumPolicy>
190 </snapshots>
191 </repository>
192 </repositories>
193
194</project>