blob: 54f1b47b8f06ea0ff6de4d3d31eef6a031592121 [file] [log] [blame]
Matt Jeanneretc7b437c2019-05-13 12:33:08 -04001<?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>
Andrea Campanellab1a095f2020-07-06 23:11:11 +020027 <olt.version>4.1.1</olt.version>
Andrea Campanella24225f82020-07-01 20:34:22 +020028 <sadis.version>5.1.0</sadis.version>
29 <aaa.version>2.1.0</aaa.version>
30 <dhcpl2relay.version>2.1.0</dhcpl2relay.version>
Andrea Campanellab1a095f2020-07-06 23:11:11 +020031 <kafka.version>2.3.1</kafka.version>
32 <igmpproxy.version>2.1.1</igmpproxy.version>
Andrea Campanella24225f82020-07-01 20:34:22 +020033 <mcast.version>2.1.0</mcast.version>
34 <maclearner.version>1.0.0</maclearner.version>
Matt Jeanneretc7b437c2019-05-13 12:33:08 -040035 </properties>
36
37 <build>
38 <plugins>
39 <plugin>
40 <groupId>org.apache.maven.plugins</groupId>
41 <artifactId>maven-dependency-plugin</artifactId>
42 <version>3.0.1</version>
43 <configuration>
44 <artifactItems>
45 <artifactItem>
46 <groupId>org.opencord</groupId>
47 <artifactId>olt-app</artifactId>
48 <version>${olt.version}</version>
49 <type>oar</type>
50 <overWrite>true</overWrite>
51 </artifactItem>
52 <artifactItem>
53 <groupId>org.opencord</groupId>
54 <artifactId>sadis-app</artifactId>
55 <version>${sadis.version}</version>
56 <type>oar</type>
57 <overWrite>true</overWrite>
58 </artifactItem>
59 <artifactItem>
60 <groupId>org.opencord</groupId>
Matt Jeanneret38995f22019-08-02 14:22:40 -040061 <artifactId>aaa-app</artifactId>
Matt Jeanneretc7b437c2019-05-13 12:33:08 -040062 <version>${aaa.version}</version>
63 <type>oar</type>
64 <overWrite>true</overWrite>
65 </artifactItem>
66 <artifactItem>
67 <groupId>org.opencord</groupId>
Matt Jeanneret38995f22019-08-02 14:22:40 -040068 <artifactId>dhcpl2relay-app</artifactId>
Matt Jeanneretc7b437c2019-05-13 12:33:08 -040069 <version>${dhcpl2relay.version}</version>
70 <type>oar</type>
71 <overWrite>true</overWrite>
72 </artifactItem>
Matt Jeanneret38995f22019-08-02 14:22:40 -040073 <artifactItem>
74 <groupId>org.opencord</groupId>
75 <artifactId>kafka</artifactId>
76 <version>${kafka.version}</version>
77 <type>oar</type>
78 <overWrite>true</overWrite>
79 </artifactItem>
Matteo Scandolo87cd82e2020-03-16 18:09:00 -070080 <artifactItem>
81 <groupId>org.opencord</groupId>
Matteo Scandolo9f412be2020-03-25 17:12:12 -070082 <artifactId>onos-app-igmpproxy-app</artifactId>
Matteo Scandolo87cd82e2020-03-16 18:09:00 -070083 <version>${igmpproxy.version}</version>
84 <type>oar</type>
85 <overWrite>true</overWrite>
86 </artifactItem>
87 <artifactItem>
88 <groupId>org.opencord</groupId>
Matteo Scandolo9f412be2020-03-25 17:12:12 -070089 <artifactId>mcast-app</artifactId>
Matteo Scandolo87cd82e2020-03-16 18:09:00 -070090 <version>${mcast.version}</version>
91 <type>oar</type>
92 <overWrite>true</overWrite>
93 </artifactItem>
Andrea Campanellae7575ae2020-05-19 14:11:55 +020094 <artifactItem>
95 <groupId>org.opencord</groupId>
96 <artifactId>maclearner-app</artifactId>
97 <version>${maclearner.version}</version>
98 <type>oar</type>
99 <overWrite>true</overWrite>
100 </artifactItem>
Matt Jeanneretc7b437c2019-05-13 12:33:08 -0400101 </artifactItems>
102 </configuration>
103 </plugin>
104 </plugins>
105 </build>
106
107 <repositories>
108 <repository>
109 <id>central</id>
110 <name>Central Repository</name>
Matt Jeanneretbe994fd2020-01-22 07:34:55 -0500111 <url>https://repo.maven.apache.org/maven2</url>
Matt Jeanneretc7b437c2019-05-13 12:33:08 -0400112 <layout>default</layout>
113 <snapshots>
114 <enabled>false</enabled>
115 </snapshots>
116 <releases>
117 <enabled>true</enabled>
118 <updatePolicy>always</updatePolicy>
119 <checksumPolicy>fail</checksumPolicy>
120 </releases>
121 </repository>
122
123 <repository>
124 <id>snapshots</id>
125 <url>https://oss.sonatype.org/content/repositories/snapshots</url>
126 <snapshots>
127 <enabled>true</enabled>
128 <updatePolicy>always</updatePolicy>
129 <checksumPolicy>fail</checksumPolicy>
130 </snapshots>
131 </repository>
132 </repositories>
133
134</project>