Release ccsdk/parent
[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.2.0</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.15.1</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>3.0.8</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>7.0.7</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>1.13.2</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>1.13.2</version>
76             </dependency>
77             <dependency>
78                 <groupId>org.opendaylight.controller</groupId>
79                 <artifactId>sal-binding-broker-impl</artifactId>
80                 <version>1.13.2</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>1.13.2</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.12</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>commons-cli</groupId>
145                 <artifactId>commons-cli</artifactId>
146                 <version>1.3.1</version>
147             </dependency>
148             <dependency>
149                 <groupId>org.osgi</groupId>
150                 <artifactId>org.osgi.compendium</artifactId>
151                 <version>5.0.0</version>
152             </dependency>
153             <!-- Below is required by com.google.guava : guava : jar : 28.2-jre -->
154             <dependency>
155                 <groupId>com.google.guava</groupId>
156                 <artifactId>listenablefuture</artifactId>
157                 <version>9999.0-empty-to-avoid-conflict-with-guava</version>
158             </dependency>
159             <!-- Below is no longer packaged within ODL distribution -->
160             <dependency>
161                 <groupId>com.typesafe.akka</groupId>
162                 <artifactId>akka-bom_2.13</artifactId>
163                 <version>2.6.12</version>
164                 <type>pom</type>
165                 <scope>import</scope>
166             </dependency>
167             <dependency>
168                 <groupId>org.apache.sshd</groupId>
169                 <artifactId>sshd-core</artifactId>
170                 <version>2.7.0</version>
171             </dependency>
172             <!-- Below highstreet odl artifacts -->
173             <dependency>
174                 <groupId>com.highstreet-technologies.aaa</groupId>
175                 <artifactId>aaa-shiro</artifactId>
176                 <version>0.13.3</version>
177             </dependency>
178             <dependency>
179                 <groupId>com.highstreet-technologies.opendaylight</groupId>
180                 <artifactId>odl-ready</artifactId>
181                 <version>3.1.0</version>
182             </dependency>
183             <dependency>
184                 <groupId>com.auth0</groupId>
185                 <artifactId>java-jwt</artifactId>
186                 <version>3.11.0</version>
187                 <exclusions>
188                     <exclusion>
189                         <groupId>*</groupId>
190                         <artifactId>*</artifactId>
191                     </exclusion>
192                 </exclusions>
193             </dependency>
194         </dependencies>
195     </dependencyManagement>
196
197     <build>
198         <plugins>
199             <plugin>
200                 <groupId>org.apache.maven.plugins</groupId>
201                 <artifactId>maven-deploy-plugin</artifactId>
202                 <!-- This version supports the "deployAtEnd" parameter -->
203                 <version>2.8</version>
204                 <configuration>
205                     <skip/>
206                     <deployAtEnd>true</deployAtEnd>
207                 </configuration>
208             </plugin>
209         </plugins>
210     </build>
211 </project>