Release version 2.4.3 with kotlin upgrades
[ccsdk/parent.git] / dependencies-odl-bom / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3     <modelVersion>4.0.0</modelVersion>
4
5     <parent>
6         <groupId>org.opendaylight.odlparent</groupId>
7         <artifactId>odlparent</artifactId>
8         <version>8.1.2</version>
9         <relativePath/>
10     </parent>
11
12     <groupId>org.onap.ccsdk.parent</groupId>
13     <artifactId>dependencies-odl-bom</artifactId>
14     <version>2.4.4-SNAPSHOT</version>
15     <packaging>pom</packaging>
16
17     <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>
27
28     <!-- 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 -->
32     <dependencyManagement>
33         <dependencies>
34             <!-- Preinstalled OpenDaylight artifacts -->
35             <dependency>
36                 <groupId>${project.groupId}</groupId>
37                 <artifactId>installed-odl-bom</artifactId>
38                 <version>${project.version}</version>
39                 <type>pom</type>
40                 <scope>import</scope>
41             </dependency>
42
43             <!-- Other OpenDaylight dependencies -->
44             <dependency>
45                 <groupId>org.opendaylight.bgpcep</groupId>
46                 <artifactId>bgp-artifacts</artifactId>
47                 <version>0.17.5</version>
48                 <type>pom</type>
49                 <scope>import</scope>
50             </dependency>
51             <dependency>
52                 <groupId>org.opendaylight.controller</groupId>
53                 <artifactId>controller-artifacts</artifactId>
54                 <version>5.0.5</version>
55                 <type>pom</type>
56                 <scope>import</scope>
57             </dependency>
58             <dependency>
59                 <groupId>org.opendaylight.mdsal</groupId>
60                 <artifactId>mdsal-artifacts</artifactId>
61                 <version>9.0.4</version>
62                 <type>pom</type>
63                 <scope>import</scope>
64             </dependency>
65             <dependency>
66                 <groupId>org.opendaylight.netconf</groupId>
67                 <artifactId>netconf-artifacts</artifactId>
68                 <version>3.0.5</version>
69                 <type>pom</type>
70                 <scope>import</scope>
71             </dependency>
72             <dependency>
73                 <groupId>org.opendaylight.controller</groupId>
74                 <artifactId>sal-binding-broker-impl</artifactId>
75                 <version>3.0.5</version>
76             </dependency>
77             <dependency>
78                 <groupId>org.opendaylight.controller</groupId>
79                 <artifactId>sal-binding-broker-impl</artifactId>
80                 <version>3.0.5</version>
81                 <type>test-jar</type>
82                 <classifier>tests</classifier>
83                 <scope>test</scope>
84             </dependency>
85             <dependency>
86                 <groupId>org.opendaylight.controller</groupId>
87                 <artifactId>sal-test-model</artifactId>
88                 <version>3.0.5</version>
89             </dependency>
90             <dependency>
91                 <groupId>org.java-websocket</groupId>
92                 <artifactId>Java-WebSocket</artifactId>
93                 <version>1.5.2</version>
94             </dependency>
95             <!-- sdnr package dependencies -->
96             <dependency>
97                 <groupId>org.elasticsearch.client</groupId>
98                 <artifactId>elasticsearch-rest-client</artifactId>
99                 <version>7.13.4</version>
100             </dependency>
101             <dependency>
102                 <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId>
103                 <artifactId>dmaapClient</artifactId>
104                 <version>1.1.13-SNAPSHOT</version>
105             </dependency>
106             <!-- Below provides javax.annotations -->
107             <dependency>
108                 <groupId>com.google.code.findbugs</groupId>
109                 <artifactId>annotations</artifactId>
110                 <version>3.0.1</version>
111             </dependency>
112             <!-- Below provides javax.xml.bind and javax.xml.bind.annotations -->
113             <dependency>
114                 <groupId>javax.xml.bind</groupId>
115                 <artifactId>jaxb-api</artifactId>
116                 <version>2.3.1</version>
117                 <exclusions>
118                     <exclusion>
119                         <groupId>*</groupId>
120                         <artifactId>*</artifactId>
121                     </exclusion>
122                 </exclusions>
123             </dependency>
124             <dependency>
125                 <groupId>jakarta.activation</groupId>
126                 <artifactId>jakarta.activation-api</artifactId>
127                 <version>2.0.1</version>
128             </dependency>
129             <!-- Below provides javax.jws -->
130             <dependency>
131                 <groupId>com.sun.xml.ws</groupId>
132                 <artifactId>jaxws-ri</artifactId>
133                 <version>2.3.4</version>
134                 <type>pom</type>
135             </dependency>
136             <dependency>
137                 <groupId>org.glassfish.jersey</groupId>
138                 <artifactId>jersey-bom</artifactId>
139                 <version>2.27</version>
140                 <type>pom</type>
141                 <scope>import</scope>
142             </dependency>
143             <dependency>
144                 <groupId>ch.qos.logback</groupId>
145                 <artifactId>logback-classic</artifactId>
146                 <version>1.2.11</version>
147             </dependency>
148             <dependency>
149                 <groupId>ch.qos.logback</groupId>
150                 <artifactId>logback-core</artifactId>
151                 <version>1.2.11</version>
152             </dependency>
153             <dependency>
154                 <groupId>commons-cli</groupId>
155                 <artifactId>commons-cli</artifactId>
156                 <version>1.3.1</version>
157             </dependency>
158             <dependency>
159                 <groupId>org.osgi</groupId>
160                 <artifactId>org.osgi.compendium</artifactId>
161                 <version>5.0.0</version>
162             </dependency>
163             <dependency>
164                 <groupId>org.dom4j</groupId>
165                 <artifactId>dom4j</artifactId>
166                 <version>2.1.3</version>
167             </dependency>
168
169             <!-- Below is required by com.google.guava : guava : jar : 28.2-jre -->
170             <dependency>
171                 <groupId>com.google.guava</groupId>
172                 <artifactId>listenablefuture</artifactId>
173                 <version>9999.0-empty-to-avoid-conflict-with-guava</version>
174             </dependency>
175             <!-- Below is no longer packaged within ODL distribution -->
176             <dependency>
177                 <groupId>com.typesafe.akka</groupId>
178                 <artifactId>akka-bom_2.13</artifactId>
179                 <version>2.6.12</version>
180                 <type>pom</type>
181                 <scope>import</scope>
182             </dependency>
183             <dependency>
184                 <groupId>org.apache.sshd</groupId>
185                 <artifactId>sshd-core</artifactId>
186                 <version>2.8.0</version>
187             </dependency>
188             <!-- Below highstreet odl artifacts -->
189             <dependency>
190                 <groupId>com.highstreet-technologies.aaa</groupId>
191                 <artifactId>aaa-shiro</artifactId>
192                 <version>0.13.5</version>
193             </dependency>
194             <dependency>
195                 <groupId>com.highstreet-technologies.opendaylight</groupId>
196                 <artifactId>odl-ready</artifactId>
197                 <version>3.2.0</version>
198             </dependency>
199             <dependency>
200                 <groupId>com.auth0</groupId>
201                 <artifactId>java-jwt</artifactId>
202                 <version>3.11.0</version>
203                 <exclusions>
204                     <exclusion>
205                         <groupId>*</groupId>
206                         <artifactId>*</artifactId>
207                     </exclusion>
208                 </exclusions>
209             </dependency>
210         </dependencies>
211     </dependencyManagement>
212
213     <build>
214         <plugins>
215             <plugin>
216                 <groupId>org.apache.maven.plugins</groupId>
217                 <artifactId>maven-deploy-plugin</artifactId>
218                 <!-- This version supports the "deployAtEnd" parameter -->
219                 <version>2.8</version>
220                 <configuration>
221                     <skip/>
222                     <deployAtEnd>true</deployAtEnd>
223                 </configuration>
224             </plugin>
225         </plugins>
226     </build>
227 </project>