Roll to next snapshot version
[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>5.0.7</version>
9         <relativePath/>
10     </parent>
11
12     <groupId>org.onap.ccsdk.parent</groupId>
13     <artifactId>dependencies-odl-bom</artifactId>
14     <version>2.0.1-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.12.3</version>
48                 <type>pom</type>
49                 <scope>import</scope>
50             </dependency>
51             <dependency>
52                 <groupId>org.opendaylight.controller</groupId>
53                 <artifactId>mdsal-artifacts</artifactId>
54                 <version>1.10.3</version>
55                 <type>pom</type>
56                 <scope>import</scope>
57             </dependency>
58             <dependency>
59                 <groupId>org.opendaylight.controller</groupId>
60                 <artifactId>sal-binding-broker-impl</artifactId>
61                 <version>1.10.3</version>
62             </dependency>
63             <dependency>
64                 <groupId>org.opendaylight.controller</groupId>
65                 <artifactId>sal-binding-broker-impl</artifactId>
66                 <version>1.10.3</version>
67                 <type>test-jar</type>
68                 <classifier>tests</classifier>
69                 <scope>test</scope>
70             </dependency>
71             <dependency>
72                 <groupId>org.opendaylight.controller</groupId>
73                 <artifactId>sal-test-model</artifactId>
74                 <version>1.10.3</version>
75             </dependency>
76             <dependency>
77                 <groupId>org.opendaylight.mdsal</groupId>
78                 <artifactId>mdsal-artifacts</artifactId>
79                 <version>4.0.14</version>
80                 <type>pom</type>
81                 <scope>import</scope>
82             </dependency>
83             <dependency>
84                 <groupId>org.opendaylight.netconf</groupId>
85                 <artifactId>netconf-artifacts</artifactId>
86                 <version>1.7.3</version>
87                 <type>pom</type>
88                 <scope>import</scope>
89             </dependency>
90             <dependency>
91                 <groupId>org.opendaylight.netconf</groupId>
92                 <artifactId>restconf-artifacts</artifactId>
93                 <version>1.10.3</version>
94                 <type>pom</type>
95                 <scope>import</scope>
96             </dependency>
97
98             <!-- Other dependencies -->
99             <dependency>
100                 <groupId>ch.qos.logback</groupId>
101                 <artifactId>logback-classic</artifactId>
102                 <version>1.2.3</version>
103             </dependency>
104             <dependency>
105                 <groupId>ch.qos.logback</groupId>
106                 <artifactId>logback-core</artifactId>
107                 <version>1.2.3</version>
108             </dependency>
109             <dependency>
110                 <groupId>ch.vorburger.mariaDB4j</groupId>
111                 <artifactId>mariaDB4j</artifactId>
112                 <version>2.4.0</version>
113                 <scope>test</scope>
114             </dependency>
115             <dependency>
116                 <groupId>com.att.eelf</groupId>
117                 <artifactId>eelf-core</artifactId>
118                 <version>1.0.0</version>
119             </dependency>
120             <dependency>
121                 <groupId>com.carrotsearch</groupId>
122                 <artifactId>hppc</artifactId>
123                 <version>0.7.1</version>
124             </dependency>
125             <dependency>
126                 <groupId>com.github.stefanbirkner</groupId>
127                 <artifactId>system-rules</artifactId>
128                 <version>1.19.0</version>
129             </dependency>
130             <dependency>
131                 <groupId>com.github.tomakehurst</groupId>
132                 <artifactId>wiremock</artifactId>
133                 <version>2.25.1</version>
134                 <scope>test</scope>
135             </dependency>
136             <dependency>
137                 <groupId>com.google.protobuf</groupId>
138                 <artifactId>protobuf-java</artifactId>
139                 <version>3.10.0</version>
140             </dependency>
141             <dependency>
142                 <groupId>com.google.protobuf</groupId>
143                 <artifactId>protobuf-java-util</artifactId>
144                 <version>3.10.0</version>
145             </dependency>
146             <dependency>
147                 <groupId>com.jayway.jsonpath</groupId>
148                 <artifactId>json-path</artifactId>
149                 <version>2.4.0</version>
150             </dependency>
151             <dependency>
152                 <groupId>com.ning</groupId>
153                 <artifactId>compress-lzf</artifactId>
154                 <version>1.0.2</version>
155             </dependency>
156              <dependency>
157                 <groupId>commons-cli</groupId>
158                 <artifactId>commons-cli</artifactId>
159                 <version>1.3.1</version>
160             </dependency>
161             <dependency>
162                 <groupId>dom4j</groupId>
163                 <artifactId>dom4j</artifactId>
164                 <version>1.6.1</version>
165             </dependency>
166             <!-- Indirect ODL constraint : should be compatible with io.netty version -->
167             <dependency>
168                 <groupId>io.grpc</groupId>
169                 <artifactId>grpc-bom</artifactId>
170                 <version>1.21.1</version>
171                 <type>pom</type>
172                 <scope>import</scope>
173             </dependency>
174             <dependency>
175                 <groupId>jakarta-regexp</groupId>
176                 <artifactId>jakarta-regexp</artifactId>
177                 <version>1.4</version>
178             </dependency>
179             <dependency>
180                 <groupId>javax</groupId>
181                 <artifactId>javaee-api</artifactId>
182                 <version>7.0</version>
183             </dependency>
184             <dependency>
185                 <groupId>javax.servlet</groupId>
186                 <artifactId>servlet-api</artifactId>
187                 <version>2.5</version>
188             </dependency>
189             <dependency>
190                 <groupId>junit</groupId>
191                 <artifactId>junit</artifactId>
192                 <version>4.12</version>
193                 <scope>test</scope>
194             </dependency>
195             <dependency>
196                 <groupId>org.apache.commons</groupId>
197                 <artifactId>commons-io</artifactId>
198                 <version>1.3.2</version>
199             </dependency>
200             <dependency>
201                 <groupId>org.apache.derby</groupId>
202                 <artifactId>derby</artifactId>
203                 <version>10.14.2.0</version>
204                 <scope>test</scope>
205             </dependency>
206             <dependency>
207                 <groupId>org.apache.httpcomponents</groupId>
208                 <artifactId>httpcore</artifactId>
209                 <version>4.4.12</version>
210             </dependency>
211             <dependency>
212                 <groupId>org.apache.httpcomponents</groupId>
213                 <artifactId>httpclient</artifactId>
214                 <version>4.5.10</version>
215             </dependency>
216
217             <!-- There are newer major releases of lucene available -->
218            <dependency>
219                 <groupId>org.apache.sling</groupId>
220                 <artifactId>org.apache.sling.testing.osgi-mock</artifactId>
221                 <version>2.3.10</version>
222             </dependency>
223             <dependency>
224                 <groupId>org.apache.tomcat</groupId>
225                 <artifactId>tomcat-jdbc</artifactId>
226                 <version>9.0.30</version>
227             </dependency>
228             <dependency>
229                 <groupId>org.apache.velocity</groupId>
230                 <artifactId>velocity</artifactId>
231                 <version>1.7</version>
232             </dependency>
233             <dependency>
234                 <groupId>org.codehaus.jackson</groupId>
235                 <artifactId>jackson-jaxrs</artifactId>
236                 <version>1.9.13</version>
237             </dependency>
238             <dependency>
239                 <groupId>org.codehaus.jettison</groupId>
240                 <artifactId>jettison</artifactId>
241                 <version>1.4.0</version>
242             </dependency>
243             <!-- Constrained by OpenDaylight -->
244             <dependency>
245                 <groupId>org.eclipse.jetty</groupId>
246                 <artifactId>jetty-server</artifactId>
247                 <version>9.4.12.v20180830</version>
248             </dependency>
249             <!-- Constrained by OpenDaylight -->
250             <dependency>
251                 <groupId>org.eclipse.jetty</groupId>
252                 <artifactId>jetty-servlet</artifactId>
253                 <version>9.4.12.v20180830</version>
254             </dependency>
255             <dependency>
256                 <groupId>org.java-websocket</groupId>
257                 <artifactId>Java-WebSocket</artifactId>
258                 <version>1.4.0</version>
259             </dependency>
260             <dependency>
261                 <groupId>net.bytebuddy</groupId>
262                 <artifactId>byte-buddy</artifactId>
263                 <version>1.9.10</version>
264             </dependency>
265             <dependency>
266                 <groupId>org.jsoup</groupId>
267                 <artifactId>jsoup</artifactId>
268                 <version>1.12.1</version>
269                 <scope>test</scope>
270             </dependency>
271             <dependency>
272                 <groupId>org.mariadb.jdbc</groupId>
273                 <artifactId>mariadb-java-client</artifactId>
274                 <version>2.4.4</version>
275             </dependency>
276             <dependency>
277                 <groupId>org.powermock</groupId>
278                 <artifactId>powermock-api-mockito2</artifactId>
279                 <version>1.7.4</version>
280             </dependency>
281             <dependency>
282                 <groupId>org.powermock</groupId>
283                 <artifactId>powermock-module-junit4</artifactId>
284                 <version>1.7.4</version>
285             </dependency>
286             <dependency>
287                 <groupId>org.slf4j</groupId>
288                 <artifactId>jcl-over-slf4j</artifactId>
289                 <version>1.7.29</version>
290             </dependency>
291             <dependency>
292                 <groupId>org.springframework</groupId>
293                 <artifactId>spring-framework-bom</artifactId>
294                 <version>4.3.25.RELEASE</version>
295                 <type>pom</type>
296                 <scope>import</scope>
297             </dependency>
298             <dependency>
299                 <groupId>org.testng</groupId>
300                 <artifactId>testng</artifactId>
301                 <version>6.14.3</version>
302             </dependency>
303             <dependency>
304                 <groupId>org.yaml</groupId>
305                 <artifactId>snakeyaml</artifactId>
306                 <version>1.25</version>
307             </dependency>
308         </dependencies>
309     </dependencyManagement>
310 </project>