blob: 44084e79dd8ec39beec15ec5e3b26fa223f16e42 [file] [log] [blame]
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -04001<?xml version="1.0" encoding="UTF-8"?>
Singal, Kapil (ks220y)2e8a4da2019-10-01 22:31:50 -04002<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -04003 <modelVersion>4.0.0</modelVersion>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -04004
5 <parent>
6 <groupId>org.opendaylight.odlparent</groupId>
7 <artifactId>odlparent</artifactId>
Singal, Kapil (ks220y)7fb88322021-07-08 20:39:34 -04008 <version>8.1.2</version>
Ravi Pendurty3b084322023-10-07 13:07:07 +05309 <relativePath />
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -040010 </parent>
11
Singal, Kapil (ks220y)2e8a4da2019-10-01 22:31:50 -040012 <groupId>org.onap.ccsdk.parent</groupId>
13 <artifactId>dependencies-odl-bom</artifactId>
Dan Timoneye718a162023-07-31 15:15:00 -040014 <version>2.6.1-SNAPSHOT</version>
Singal, Kapil (ks220y)2e8a4da2019-10-01 22:31:50 -040015 <packaging>pom</packaging>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -040016
Timoney, Dan (dt5972)54fc4ce2019-06-25 09:26:00 -040017 <distributionManagement>
18 <repository>
19 <id>ecomp-releases</id>
20 <url>https://nexus.onap.org/content/repositories/releases</url>
21 </repository>
22 <snapshotRepository>
23 <id>ecomp-snapshots</id>
24 <url>https://nexus.onap.org/content/repositories/snapshots</url>
25 </snapshotRepository>
26 </distributionManagement>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -040027
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -040028 <!-- Note: maven properties do not work as expected in BOMs. The property settings are
29 not imported - so if you use a property in the version below, the pom that imports your BOM is
30 expected to have that property set - defeating the whole point of a BOM. Moral : use constants,
31 not properties, for versions in BOMs -->
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -040032 <dependencyManagement>
33 <dependencies>
Dan Timoney7f239072020-06-01 09:28:12 -040034 <!-- Preinstalled OpenDaylight artifacts -->
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -040035 <dependency>
Dan Timoney7f239072020-06-01 09:28:12 -040036 <groupId>${project.groupId}</groupId>
37 <artifactId>installed-odl-bom</artifactId>
38 <version>${project.version}</version>
Dan Timoneyb4c9d0b2020-04-10 13:50:09 -040039 <type>pom</type>
40 <scope>import</scope>
41 </dependency>
Dan Timoney7f239072020-06-01 09:28:12 -040042
Dan Timoneyb69bc4e2020-06-05 08:40:49 -040043 <!-- Other OpenDaylight dependencies -->
44 <dependency>
45 <groupId>org.opendaylight.bgpcep</groupId>
46 <artifactId>bgp-artifacts</artifactId>
Dan Timoney43836a92023-06-22 16:04:02 -040047 <version>0.19.5</version>
Dan Timoneyb69bc4e2020-06-05 08:40:49 -040048 <type>pom</type>
49 <scope>import</scope>
50 </dependency>
51 <dependency>
52 <groupId>org.opendaylight.controller</groupId>
Michael DÜrrec6bdd9a2020-12-01 13:34:56 +010053 <artifactId>controller-artifacts</artifactId>
Dan Timoney2141b8b2023-10-13 16:26:49 -040054 <version>7.0.9</version>
Michael DÜrrec6bdd9a2020-12-01 13:34:56 +010055 <type>pom</type>
56 <scope>import</scope>
57 </dependency>
58 <dependency>
59 <groupId>org.opendaylight.mdsal</groupId>
Dan Timoneyb69bc4e2020-06-05 08:40:49 -040060 <artifactId>mdsal-artifacts</artifactId>
Dan Timoney2141b8b2023-10-13 16:26:49 -040061 <version>11.0.12</version>
Michael DÜrrec6bdd9a2020-12-01 13:34:56 +010062 <type>pom</type>
63 <scope>import</scope>
64 </dependency>
65 <dependency>
66 <groupId>org.opendaylight.netconf</groupId>
67 <artifactId>netconf-artifacts</artifactId>
Dan Timoney2141b8b2023-10-13 16:26:49 -040068 <version>5.0.7</version>
Dan Timoneyb69bc4e2020-06-05 08:40:49 -040069 <type>pom</type>
70 <scope>import</scope>
71 </dependency>
72 <dependency>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -040073 <groupId>org.java-websocket</groupId>
74 <artifactId>Java-WebSocket</artifactId>
Dan Timoneybc67c402021-08-05 10:46:18 -040075 <version>1.5.2</version>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -040076 </dependency>
Michael Dürre66430cc2020-08-24 14:39:08 +020077 <!-- sdnr package dependencies -->
78 <dependency>
79 <groupId>org.elasticsearch.client</groupId>
80 <artifactId>elasticsearch-rest-client</artifactId>
Dan Timoneybc67c402021-08-05 10:46:18 -040081 <version>7.13.4</version>
Michael Dürre66430cc2020-08-24 14:39:08 +020082 </dependency>
83 <dependency>
84 <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId>
85 <artifactId>dmaapClient</artifactId>
highstreetherbert54f98a12022-12-08 16:51:41 +010086 <version>1.1.14</version>
Michael Dürre66430cc2020-08-24 14:39:08 +020087 </dependency>
Ravi Pendurty3b084322023-10-07 13:07:07 +053088 <dependency>
89 <groupId>org.apache.kafka</groupId>
90 <artifactId>kafka-clients</artifactId>
91 <version>3.0.0</version>
92 </dependency>
Singal, Kapil (ks220y)b2db3c42021-06-08 12:00:17 -040093 <!-- Below provides javax.annotations -->
Michael DÜrrec6bdd9a2020-12-01 13:34:56 +010094 <dependency>
95 <groupId>com.google.code.findbugs</groupId>
96 <artifactId>annotations</artifactId>
Singal, Kapil (ks220y)b473d3c2021-06-07 19:47:37 -040097 <version>3.0.1</version>
Michael DÜrrec6bdd9a2020-12-01 13:34:56 +010098 </dependency>
Singal, Kapil (ks220y)b2db3c42021-06-08 12:00:17 -040099 <!-- Below provides javax.xml.bind and javax.xml.bind.annotations -->
100 <dependency>
101 <groupId>javax.xml.bind</groupId>
102 <artifactId>jaxb-api</artifactId>
103 <version>2.3.1</version>
Singal, Kapil (ks220y)0c8b4202021-06-09 09:54:36 -0400104 <exclusions>
105 <exclusion>
106 <groupId>*</groupId>
107 <artifactId>*</artifactId>
108 </exclusion>
109 </exclusions>
110 </dependency>
111 <dependency>
112 <groupId>jakarta.activation</groupId>
113 <artifactId>jakarta.activation-api</artifactId>
114 <version>2.0.1</version>
Singal, Kapil (ks220y)b2db3c42021-06-08 12:00:17 -0400115 </dependency>
116 <!-- Below provides javax.jws -->
117 <dependency>
118 <groupId>com.sun.xml.ws</groupId>
119 <artifactId>jaxws-ri</artifactId>
120 <version>2.3.4</version>
121 <type>pom</type>
122 </dependency>
Michael DÜrrec6bdd9a2020-12-01 13:34:56 +0100123 <dependency>
124 <groupId>org.glassfish.jersey</groupId>
125 <artifactId>jersey-bom</artifactId>
126 <version>2.27</version>
Michael DÜrrec6bdd9a2020-12-01 13:34:56 +0100127 <type>pom</type>
Singal, Kapil (ks220y)9714cfc2021-05-17 13:23:11 -0400128 <scope>import</scope>
Michael DÜrrec6bdd9a2020-12-01 13:34:56 +0100129 </dependency>
130 <dependency>
Michael DÜrre7bb133e2022-01-18 10:06:31 +0100131 <groupId>ch.qos.logback</groupId>
132 <artifactId>logback-classic</artifactId>
Dan Timoney59d34e42022-07-25 09:36:01 -0400133 <version>1.2.11</version>
Michael DÜrre7bb133e2022-01-18 10:06:31 +0100134 </dependency>
135 <dependency>
136 <groupId>ch.qos.logback</groupId>
137 <artifactId>logback-core</artifactId>
Dan Timoney59d34e42022-07-25 09:36:01 -0400138 <version>1.2.11</version>
Michael DÜrre7bb133e2022-01-18 10:06:31 +0100139 </dependency>
140 <dependency>
Michael DÜrrec6bdd9a2020-12-01 13:34:56 +0100141 <groupId>commons-cli</groupId>
142 <artifactId>commons-cli</artifactId>
143 <version>1.3.1</version>
144 </dependency>
Michael DÜrre67cb8d52021-04-12 13:11:00 +0200145 <dependency>
146 <groupId>org.osgi</groupId>
147 <artifactId>org.osgi.compendium</artifactId>
148 <version>5.0.0</version>
149 </dependency>
Michael DÜrre7bb133e2022-01-18 10:06:31 +0100150 <dependency>
151 <groupId>org.dom4j</groupId>
152 <artifactId>dom4j</artifactId>
153 <version>2.1.3</version>
154 </dependency>
155
Singal, Kapil (ks220y)b2db3c42021-06-08 12:00:17 -0400156 <!-- Below is required by com.google.guava : guava : jar : 28.2-jre -->
157 <dependency>
158 <groupId>com.google.guava</groupId>
159 <artifactId>listenablefuture</artifactId>
160 <version>9999.0-empty-to-avoid-conflict-with-guava</version>
161 </dependency>
Singal, Kapil (ks220y)7bc072e2021-06-09 17:31:32 -0400162 <!-- Below is no longer packaged within ODL distribution -->
163 <dependency>
164 <groupId>com.typesafe.akka</groupId>
165 <artifactId>akka-bom_2.13</artifactId>
166 <version>2.6.12</version>
167 <type>pom</type>
168 <scope>import</scope>
169 </dependency>
170 <dependency>
171 <groupId>org.apache.sshd</groupId>
172 <artifactId>sshd-core</artifactId>
Dan Timoney43836a92023-06-22 16:04:02 -0400173 <version>2.10.0</version>
Singal, Kapil (ks220y)7bc072e2021-06-09 17:31:32 -0400174 </dependency>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200175 <!-- Below highstreet odl artifacts -->
176 <dependency>
177 <groupId>com.highstreet-technologies.aaa</groupId>
178 <artifactId>aaa-shiro</artifactId>
Michael DÜrre4f503922021-10-29 07:53:09 +0200179 <version>0.13.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200180 </dependency>
181 <dependency>
182 <groupId>com.highstreet-technologies.opendaylight</groupId>
183 <artifactId>odl-ready</artifactId>
Michael DÜrre4f503922021-10-29 07:53:09 +0200184 <version>3.2.0</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200185 </dependency>
Michael DÜrre284b6cf2021-08-19 08:13:46 +0200186 <dependency>
187 <groupId>com.auth0</groupId>
188 <artifactId>java-jwt</artifactId>
189 <version>3.11.0</version>
190 <exclusions>
191 <exclusion>
192 <groupId>*</groupId>
193 <artifactId>*</artifactId>
194 </exclusion>
195 </exclusions>
196 </dependency>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400197 </dependencies>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400198 </dependencyManagement>
Singal, Kapil (ks220y)e1d0e252021-02-01 22:06:16 -0500199
200 <build>
201 <plugins>
202 <plugin>
203 <groupId>org.apache.maven.plugins</groupId>
204 <artifactId>maven-deploy-plugin</artifactId>
205 <!-- This version supports the "deployAtEnd" parameter -->
206 <version>2.8</version>
207 <configuration>
Ravi Pendurty3b084322023-10-07 13:07:07 +0530208 <skip />
Singal, Kapil (ks220y)e1d0e252021-02-01 22:06:16 -0500209 <deployAtEnd>true</deployAtEnd>
210 </configuration>
211 </plugin>
212 </plugins>
213 </build>
Singal, Kapil (ks220y)2e8a4da2019-10-01 22:31:50 -0400214</project>