Bump versions to 9.0.7-SNAPSHOT
[odlparent.git] / odlparent-dependency-check / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright Â© 2017 Red Hat, Inc. and others.
4
5  This program and the accompanying materials are made available under the
6  terms of the Eclipse Public License v1.0 which accompanies this distribution,
7  and is available at http://www.eclipse.org/legal/epl-v10.html
8 -->
9 <project xmlns="http://maven.apache.org/POM/4.0.0"
10          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12     <modelVersion>4.0.0</modelVersion>
13
14     <parent>
15         <groupId>org.opendaylight.odlparent</groupId>
16         <artifactId>odlparent</artifactId>
17         <version>9.0.7-SNAPSHOT</version>
18         <relativePath>../odlparent</relativePath>
19     </parent>
20
21     <groupId>org.opendaylight.odlparent</groupId>
22     <artifactId>odlparent-dependency-check</artifactId>
23     <version>9.0.7-SNAPSHOT</version>
24     <name>ODL :: odlparent :: ${project.artifactId}</name>
25
26     <!--
27     This POM serves to check that all the dependencies in odlparent’s dependency management are available.
28     It should contain all the dependencies in management.
29     -->
30
31     <!--
32     To simplify maintenance, all dependencies are listed in alphabetical order of groupId and artifactId.
33     This list of dependencies can be updated using the update-dependencies script.
34     -->
35     <dependencies>
36         <dependency>
37             <groupId>ch.qos.logback</groupId>
38             <artifactId>logback-classic</artifactId>
39         </dependency>
40         <dependency>
41             <groupId>ch.qos.logback</groupId>
42             <artifactId>logback-core</artifactId>
43         </dependency>
44         <dependency>
45             <groupId>com.fasterxml.jackson</groupId>
46             <artifactId>jackson-bom</artifactId>
47             <type>pom</type>
48             <version>2.12.5</version>
49         </dependency>
50         <dependency>
51             <groupId>com.fasterxml.woodstox</groupId>
52             <artifactId>woodstox-core</artifactId>
53         </dependency>
54         <dependency>
55             <groupId>com.github.spotbugs</groupId>
56             <artifactId>spotbugs-annotations</artifactId>
57         </dependency>
58         <dependency>
59             <groupId>com.google.code.gson</groupId>
60             <artifactId>gson</artifactId>
61         </dependency>
62         <dependency>
63             <groupId>com.google.errorprone</groupId>
64             <artifactId>error_prone_annotations</artifactId>
65         </dependency>
66         <dependency>
67             <groupId>com.google.guava</groupId>
68             <artifactId>guava</artifactId>
69         </dependency>
70         <dependency>
71             <groupId>com.google.guava</groupId>
72             <artifactId>guava-testlib</artifactId>
73         </dependency>
74         <dependency>
75             <groupId>com.google.truth.extensions</groupId>
76             <artifactId>truth-java8-extension</artifactId>
77         </dependency>
78         <dependency>
79             <groupId>com.google.truth</groupId>
80             <artifactId>truth</artifactId>
81         </dependency>
82         <dependency>
83             <groupId>com.guicedee.services</groupId>
84             <artifactId>javax.inject</artifactId>
85         </dependency>
86         <dependency>
87             <groupId>com.h2database</groupId>
88             <artifactId>h2</artifactId>
89         </dependency>
90         <dependency>
91             <groupId>com.lmax</groupId>
92             <artifactId>disruptor</artifactId>
93         </dependency>
94         <dependency>
95             <groupId>commons-beanutils</groupId>
96             <artifactId>commons-beanutils</artifactId>
97         </dependency>
98         <dependency>
99             <groupId>commons-codec</groupId>
100             <artifactId>commons-codec</artifactId>
101         </dependency>
102         <dependency>
103             <groupId>commons-fileupload</groupId>
104             <artifactId>commons-fileupload</artifactId>
105         </dependency>
106         <dependency>
107             <groupId>commons-io</groupId>
108             <artifactId>commons-io</artifactId>
109         </dependency>
110         <dependency>
111             <groupId>commons-lang</groupId>
112             <artifactId>commons-lang</artifactId>
113         </dependency>
114         <dependency>
115             <groupId>commons-net</groupId>
116             <artifactId>commons-net</artifactId>
117         </dependency>
118         <dependency>
119             <groupId>com.puppycrawl.tools</groupId>
120             <artifactId>checkstyle</artifactId>
121         </dependency>
122         <dependency>
123             <groupId>com.webcohesion.enunciate</groupId>
124             <artifactId>enunciate-core-annotations</artifactId>
125         </dependency>
126         <dependency>
127             <groupId>io.dropwizard.metrics</groupId>
128             <artifactId>metrics-bom</artifactId>
129             <type>pom</type>
130             <version>4.1.25</version>
131         </dependency>
132         <dependency>
133             <groupId>io.netty</groupId>
134             <artifactId>netty-bom</artifactId>
135             <type>pom</type>
136             <version>4.1.67.Final</version>
137         </dependency>
138         <dependency>
139             <groupId>jakarta.activation</groupId>
140             <artifactId>jakarta.activation-api</artifactId>
141         </dependency>
142         <dependency>
143             <groupId>javax.annotation</groupId>
144             <artifactId>javax.annotation-api</artifactId>
145         </dependency>
146         <dependency>
147             <groupId>javax.ws.rs</groupId>
148             <artifactId>javax.ws.rs-api</artifactId>
149         </dependency>
150         <dependency>
151             <groupId>javax.ws.rs</groupId>
152             <artifactId>jsr311-api</artifactId>
153         </dependency>
154         <dependency>
155             <groupId>junit</groupId>
156             <artifactId>junit</artifactId>
157         </dependency>
158         <dependency>
159             <groupId>net.java.dev.stax-utils</groupId>
160             <artifactId>stax-utils</artifactId>
161         </dependency>
162         <dependency>
163             <groupId>net.sf.jung</groupId>
164             <artifactId>jung-algorithms</artifactId>
165         </dependency>
166         <dependency>
167             <groupId>net.sf.jung</groupId>
168             <artifactId>jung-api</artifactId>
169         </dependency>
170         <dependency>
171             <groupId>net.sf.jung</groupId>
172             <artifactId>jung-graph-impl</artifactId>
173         </dependency>
174         <dependency>
175             <groupId>org.antlr</groupId>
176             <artifactId>antlr4-runtime</artifactId>
177         </dependency>
178         <dependency>
179             <groupId>org.apache.aries.blueprint</groupId>
180             <artifactId>blueprint-maven-plugin-annotation</artifactId>
181         </dependency>
182         <dependency>
183             <groupId>org.apache.aries.quiesce</groupId>
184             <artifactId>org.apache.aries.quiesce.api</artifactId>
185         </dependency>
186         <dependency>
187             <groupId>org.apache.commons</groupId>
188             <artifactId>commons-lang3</artifactId>
189         </dependency>
190         <dependency>
191             <groupId>org.apache.commons</groupId>
192             <artifactId>commons-text</artifactId>
193         </dependency>
194         <dependency>
195             <groupId>org.apache.karaf</groupId>
196             <artifactId>karaf-bom</artifactId>
197             <type>pom</type>
198             <version>${karaf.version}</version>
199         </dependency>
200         <dependency>
201             <groupId>org.apache.logging.log4j</groupId>
202             <artifactId>log4j-bom</artifactId>
203             <type>pom</type>
204             <version>2.14.1</version>
205         </dependency>
206         <dependency>
207             <groupId>org.awaitility</groupId>
208             <artifactId>awaitility</artifactId>
209         </dependency>
210         <dependency>
211             <groupId>org.bouncycastle</groupId>
212             <artifactId>bcpkix-jdk15on</artifactId>
213         </dependency>
214         <dependency>
215             <groupId>org.bouncycastle</groupId>
216             <artifactId>bcprov-ext-jdk15on</artifactId>
217         </dependency>
218         <dependency>
219             <groupId>org.bouncycastle</groupId>
220             <artifactId>bcprov-jdk15on</artifactId>
221         </dependency>
222         <dependency>
223             <groupId>org.bouncycastle</groupId>
224             <artifactId>bcutil-jdk15on</artifactId>
225         </dependency>
226         <dependency>
227             <groupId>org.checkerframework</groupId>
228             <artifactId>checker-qual</artifactId>
229         </dependency>
230         <dependency>
231             <groupId>org.codehaus.plexus</groupId>
232             <artifactId>plexus-slf4j-logging</artifactId>
233         </dependency>
234         <dependency>
235             <groupId>org.codehaus.woodstox</groupId>
236             <artifactId>stax2-api</artifactId>
237         </dependency>
238         <dependency>
239             <groupId>org.eclipse.jdt</groupId>
240             <artifactId>org.eclipse.jdt.annotation</artifactId>
241         </dependency>
242         <dependency>
243             <groupId>org.eclipse.jetty</groupId>
244             <artifactId>jetty-bom</artifactId>
245             <type>pom</type>
246             <version>9.4.43.v20210629</version>
247         </dependency>
248         <dependency>
249             <groupId>org.eclipse.xtend</groupId>
250             <artifactId>org.eclipse.xtend.lib</artifactId>
251         </dependency>
252         <dependency>
253             <groupId>org.eclipse.xtend</groupId>
254             <artifactId>org.eclipse.xtend.lib.macro</artifactId>
255         </dependency>
256         <dependency>
257             <groupId>org.eclipse.xtext</groupId>
258             <artifactId>org.eclipse.xtext.xbase.lib</artifactId>
259         </dependency>
260         <dependency>
261             <groupId>org.gaul</groupId>
262             <artifactId>modernizer-maven-annotations</artifactId>
263         </dependency>
264         <dependency>
265             <groupId>org.glassfish.jersey</groupId>
266             <artifactId>jersey-bom</artifactId>
267             <type>pom</type>
268             <version>2.27</version>
269         </dependency>
270         <dependency>
271             <groupId>org.hamcrest</groupId>
272             <artifactId>hamcrest</artifactId>
273         </dependency>
274         <dependency>
275             <groupId>org.hamcrest</groupId>
276             <artifactId>hamcrest-core</artifactId>
277         </dependency>
278         <dependency>
279             <groupId>org.hamcrest</groupId>
280             <artifactId>hamcrest-library</artifactId>
281         </dependency>
282         <dependency>
283             <groupId>org.immutables</groupId>
284             <artifactId>value</artifactId>
285             <classifier>annotations</classifier>
286         </dependency>
287         <dependency>
288             <groupId>org.javassist</groupId>
289             <artifactId>javassist</artifactId>
290         </dependency>
291         <dependency>
292             <groupId>org.jboss.spec.javax.transaction</groupId>
293             <artifactId>jboss-transaction-api_1.1_spec</artifactId>
294         </dependency>
295         <dependency>
296             <groupId>org.jolokia</groupId>
297             <artifactId>jolokia-osgi</artifactId>
298         </dependency>
299         <dependency>
300             <groupId>org.kohsuke.metainf-services</groupId>
301             <artifactId>metainf-services</artifactId>
302         </dependency>
303         <dependency>
304             <groupId>org.mockito</groupId>
305             <artifactId>mockito-core</artifactId>
306         </dependency>
307         <dependency>
308             <groupId>org.mockito</groupId>
309             <artifactId>mockito-inline</artifactId>
310         </dependency>
311         <dependency>
312             <groupId>org.ops4j.pax.exam</groupId>
313             <artifactId>pax-exam</artifactId>
314         </dependency>
315         <dependency>
316             <groupId>org.ops4j.pax.exam</groupId>
317             <artifactId>pax-exam-container-forked</artifactId>
318         </dependency>
319         <dependency>
320             <groupId>org.ops4j.pax.exam</groupId>
321             <artifactId>pax-exam-container-karaf</artifactId>
322         </dependency>
323         <dependency>
324             <groupId>org.ops4j.pax.exam</groupId>
325             <artifactId>pax-exam-container-native</artifactId>
326         </dependency>
327         <dependency>
328             <groupId>org.ops4j.pax.exam</groupId>
329             <artifactId>pax-exam-extender-service</artifactId>
330         </dependency>
331         <dependency>
332             <groupId>org.ops4j.pax.exam</groupId>
333             <artifactId>pax-exam-features</artifactId>
334             <type>xml</type>
335         </dependency>
336         <dependency>
337             <groupId>org.ops4j.pax.exam</groupId>
338             <artifactId>pax-exam-inject</artifactId>
339         </dependency>
340         <dependency>
341             <groupId>org.ops4j.pax.exam</groupId>
342             <artifactId>pax-exam-invoker-junit</artifactId>
343         </dependency>
344         <dependency>
345             <groupId>org.ops4j.pax.exam</groupId>
346             <artifactId>pax-exam-junit4</artifactId>
347         </dependency>
348         <dependency>
349             <groupId>org.ops4j.pax.exam</groupId>
350             <artifactId>pax-exam-link-assembly</artifactId>
351         </dependency>
352         <dependency>
353             <groupId>org.ops4j.pax.exam</groupId>
354             <artifactId>pax-exam-link-mvn</artifactId>
355         </dependency>
356         <dependency>
357             <groupId>org.ops4j.pax.url</groupId>
358             <artifactId>pax-url-aether</artifactId>
359         </dependency>
360         <dependency>
361             <groupId>org.ops4j.pax.url</groupId>
362             <artifactId>pax-url-link</artifactId>
363         </dependency>
364         <dependency>
365             <groupId>org.ops4j.pax.url</groupId>
366             <artifactId>pax-url-wrap</artifactId>
367         </dependency>
368         <dependency>
369             <groupId>org.osgi</groupId>
370             <artifactId>org.osgi.service.component.annotations</artifactId>
371         </dependency>
372         <dependency>
373             <groupId>org.osgi</groupId>
374             <artifactId>org.osgi.service.event</artifactId>
375         </dependency>
376         <dependency>
377             <groupId>org.osgi</groupId>
378             <artifactId>org.osgi.service.metatype.annotations</artifactId>
379         </dependency>
380         <dependency>
381             <groupId>org.osgi</groupId>
382             <artifactId>osgi.annotation</artifactId>
383         </dependency>
384         <dependency>
385             <groupId>org.osgi</groupId>
386             <artifactId>osgi.cmpn</artifactId>
387         </dependency>
388         <dependency>
389             <groupId>org.osgi</groupId>
390             <artifactId>osgi.core</artifactId>
391         </dependency>
392         <dependency>
393             <groupId>org.powermock</groupId>
394             <artifactId>powermock-api-mockito2</artifactId>
395         </dependency>
396         <dependency>
397             <groupId>org.powermock</groupId>
398             <artifactId>powermock-api-support</artifactId>
399         </dependency>
400         <dependency>
401             <groupId>org.powermock</groupId>
402             <artifactId>powermock-core</artifactId>
403         </dependency>
404         <dependency>
405             <groupId>org.powermock</groupId>
406             <artifactId>powermock-module-junit4</artifactId>
407         </dependency>
408         <dependency>
409             <groupId>org.powermock</groupId>
410             <artifactId>powermock-reflect</artifactId>
411         </dependency>
412         <dependency>
413             <groupId>org.skyscreamer</groupId>
414             <artifactId>jsonassert</artifactId>
415         </dependency>
416         <dependency>
417             <groupId>org.sonatype.plexus</groupId>
418             <artifactId>plexus-build-api</artifactId>
419         </dependency>
420         <dependency>
421             <groupId>org.springframework.osgi</groupId>
422             <artifactId>spring-osgi-mock</artifactId>
423         </dependency>
424         <dependency>
425             <groupId>org.threeten</groupId>
426             <artifactId>threeten-extra</artifactId>
427         </dependency>
428         <dependency>
429             <groupId>org.xmlunit</groupId>
430             <artifactId>xmlunit-assertj3</artifactId>
431         </dependency>
432         <dependency>
433             <groupId>org.xmlunit</groupId>
434             <artifactId>xmlunit-assertj</artifactId>
435         </dependency>
436         <dependency>
437             <groupId>org.xmlunit</groupId>
438             <artifactId>xmlunit-core</artifactId>
439         </dependency>
440         <dependency>
441             <groupId>org.xmlunit</groupId>
442             <artifactId>xmlunit-legacy</artifactId>
443         </dependency>
444         <dependency>
445             <groupId>org.xmlunit</groupId>
446             <artifactId>xmlunit-matchers</artifactId>
447         </dependency>
448         <dependency>
449             <groupId>tech.pantheon.triemap</groupId>
450             <artifactId>bom</artifactId>
451             <type>pom</type>
452             <version>1.2.0</version>
453         </dependency>
454         <dependency>
455             <groupId>xml-apis</groupId>
456             <artifactId>xml-apis</artifactId>
457         </dependency>
458
459     </dependencies>
460
461     <build>
462         <plugins>
463             <plugin>
464                 <groupId>org.apache.maven.plugins</groupId>
465                 <artifactId>maven-deploy-plugin</artifactId>
466                 <configuration>
467                     <skip>true</skip>
468                 </configuration>
469             </plugin>
470             <plugin>
471                 <groupId>org.apache.maven.plugins</groupId>
472                 <artifactId>maven-install-plugin</artifactId>
473                 <configuration>
474                     <skip>true</skip>
475                 </configuration>
476             </plugin>
477         </plugins>
478     </build>
479
480     <profiles>
481         <profile>
482             <id>owasp</id>
483             <activation>
484                 <activeByDefault>false</activeByDefault>
485             </activation>
486             <build>
487                 <plugins>
488                     <plugin>
489                         <groupId>org.owasp</groupId>
490                         <artifactId>dependency-check-maven</artifactId>
491                         <version>4.0.2</version>
492                         <configuration>
493                             <suppressionFiles>${project.basedir}/owasp-suppressions.xml</suppressionFiles>
494                         </configuration>
495                         <executions>
496                             <execution>
497                                 <goals>
498                                     <goal>check</goal>
499                                 </goals>
500                             </execution>
501                         </executions>
502                     </plugin>
503                 </plugins>
504             </build>
505         </profile>
506     </profiles>
507
508 </project>