Bump versions to 7.0.2-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>7.0.2-SNAPSHOT</version>
18         <relativePath>../odlparent</relativePath>
19     </parent>
20
21     <groupId>org.opendaylight.odlparent</groupId>
22     <artifactId>odlparent-dependency-check</artifactId>
23     <version>7.0.2-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.10.2</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.h2database</groupId>
84             <artifactId>h2</artifactId>
85         </dependency>
86         <dependency>
87             <groupId>com.lmax</groupId>
88             <artifactId>disruptor</artifactId>
89         </dependency>
90         <dependency>
91             <groupId>commons-beanutils</groupId>
92             <artifactId>commons-beanutils</artifactId>
93         </dependency>
94         <dependency>
95             <groupId>commons-codec</groupId>
96             <artifactId>commons-codec</artifactId>
97         </dependency>
98         <dependency>
99             <groupId>commons-fileupload</groupId>
100             <artifactId>commons-fileupload</artifactId>
101         </dependency>
102         <dependency>
103             <groupId>commons-io</groupId>
104             <artifactId>commons-io</artifactId>
105         </dependency>
106         <dependency>
107             <groupId>commons-lang</groupId>
108             <artifactId>commons-lang</artifactId>
109         </dependency>
110         <dependency>
111             <groupId>commons-net</groupId>
112             <artifactId>commons-net</artifactId>
113         </dependency>
114         <dependency>
115             <groupId>com.puppycrawl.tools</groupId>
116             <artifactId>checkstyle</artifactId>
117         </dependency>
118         <dependency>
119             <groupId>com.typesafe.akka</groupId>
120             <artifactId>akka-actor_2.13</artifactId>
121         </dependency>
122         <dependency>
123             <groupId>com.typesafe.akka</groupId>
124             <artifactId>akka-cluster_2.13</artifactId>
125         </dependency>
126         <dependency>
127             <groupId>com.typesafe.akka</groupId>
128             <artifactId>akka-osgi_2.13</artifactId>
129         </dependency>
130         <dependency>
131             <groupId>com.typesafe.akka</groupId>
132             <artifactId>akka-persistence_2.13</artifactId>
133         </dependency>
134         <dependency>
135             <groupId>com.typesafe.akka</groupId>
136             <artifactId>akka-persistence-tck_2.13</artifactId>
137         </dependency>
138         <dependency>
139             <groupId>com.typesafe.akka</groupId>
140             <artifactId>akka-protobuf_2.13</artifactId>
141         </dependency>
142         <dependency>
143             <groupId>com.typesafe.akka</groupId>
144             <artifactId>akka-remote_2.13</artifactId>
145         </dependency>
146         <dependency>
147             <groupId>com.typesafe.akka</groupId>
148             <artifactId>akka-slf4j_2.13</artifactId>
149         </dependency>
150         <dependency>
151             <groupId>com.typesafe.akka</groupId>
152             <artifactId>akka-stream_2.13</artifactId>
153         </dependency>
154         <dependency>
155             <groupId>com.typesafe.akka</groupId>
156             <artifactId>akka-testkit_2.13</artifactId>
157         </dependency>
158         <dependency>
159             <groupId>com.typesafe</groupId>
160             <artifactId>config</artifactId>
161         </dependency>
162         <dependency>
163             <groupId>com.typesafe</groupId>
164             <artifactId>ssl-config-core_2.13</artifactId>
165         </dependency>
166         <dependency>
167             <groupId>com.webcohesion.enunciate</groupId>
168             <artifactId>enunciate-core-annotations</artifactId>
169         </dependency>
170         <dependency>
171             <groupId>io.aeron</groupId>
172             <artifactId>aeron-client</artifactId>
173         </dependency>
174         <dependency>
175             <groupId>io.aeron</groupId>
176             <artifactId>aeron-driver</artifactId>
177         </dependency>
178         <dependency>
179             <groupId>io.dropwizard.metrics</groupId>
180             <artifactId>metrics-bom</artifactId>
181             <type>pom</type>
182             <version>4.1.5</version>
183         </dependency>
184         <dependency>
185             <groupId>io.netty</groupId>
186             <artifactId>netty-all</artifactId>
187         </dependency>
188         <dependency>
189             <groupId>io.netty</groupId>
190             <artifactId>netty-buffer</artifactId>
191         </dependency>
192         <dependency>
193             <groupId>io.netty</groupId>
194             <artifactId>netty-codec</artifactId>
195         </dependency>
196         <dependency>
197             <groupId>io.netty</groupId>
198             <artifactId>netty-codec-http</artifactId>
199         </dependency>
200         <dependency>
201             <groupId>io.netty</groupId>
202             <artifactId>netty-common</artifactId>
203         </dependency>
204         <dependency>
205             <groupId>io.netty</groupId>
206             <artifactId>netty-handler</artifactId>
207         </dependency>
208         <dependency>
209             <groupId>io.netty</groupId>
210             <artifactId>netty-transport</artifactId>
211         </dependency>
212         <dependency>
213             <groupId>io.netty</groupId>
214             <artifactId>netty-transport-native-epoll</artifactId>
215             <classifier>linux-x86_64</classifier>
216         </dependency>
217         <dependency>
218             <groupId>jakarta.xml.bind</groupId>
219             <artifactId>jakarta.xml.bind-api</artifactId>
220         </dependency>
221         <dependency>
222             <groupId>javax.activation</groupId>
223             <artifactId>activation</artifactId>
224         </dependency>
225         <dependency>
226             <groupId>javax.annotation</groupId>
227             <artifactId>javax.annotation-api</artifactId>
228         </dependency>
229         <dependency>
230             <groupId>javax.inject</groupId>
231             <artifactId>javax.inject</artifactId>
232         </dependency>
233         <dependency>
234             <groupId>javax.servlet</groupId>
235             <artifactId>javax.servlet-api</artifactId>
236         </dependency>
237         <dependency>
238             <groupId>javax.validation</groupId>
239             <artifactId>validation-api</artifactId>
240         </dependency>
241         <dependency>
242             <groupId>javax.ws.rs</groupId>
243             <artifactId>javax.ws.rs-api</artifactId>
244         </dependency>
245         <dependency>
246             <groupId>javax.ws.rs</groupId>
247             <artifactId>jsr311-api</artifactId>
248         </dependency>
249         <dependency>
250             <groupId>junit</groupId>
251             <artifactId>junit</artifactId>
252         </dependency>
253         <dependency>
254             <groupId>net.i2p.crypto</groupId>
255             <artifactId>eddsa</artifactId>
256         </dependency>
257         <dependency>
258             <groupId>net.java.dev.stax-utils</groupId>
259             <artifactId>stax-utils</artifactId>
260         </dependency>
261         <dependency>
262             <groupId>net.sf.jung</groupId>
263             <artifactId>jung-algorithms</artifactId>
264         </dependency>
265         <dependency>
266             <groupId>net.sf.jung</groupId>
267             <artifactId>jung-api</artifactId>
268         </dependency>
269         <dependency>
270             <groupId>net.sf.jung</groupId>
271             <artifactId>jung-graph-impl</artifactId>
272         </dependency>
273         <dependency>
274             <groupId>org.agrona</groupId>
275             <artifactId>agrona</artifactId>
276         </dependency>
277         <dependency>
278             <groupId>org.antlr</groupId>
279             <artifactId>antlr4-runtime</artifactId>
280         </dependency>
281         <dependency>
282             <groupId>org.apache.aries.blueprint</groupId>
283             <artifactId>blueprint-maven-plugin-annotation</artifactId>
284         </dependency>
285         <dependency>
286             <groupId>org.apache.aries.blueprint</groupId>
287             <artifactId>org.apache.aries.blueprint.core</artifactId>
288         </dependency>
289         <dependency>
290             <groupId>org.apache.aries.quiesce</groupId>
291             <artifactId>org.apache.aries.quiesce.api</artifactId>
292         </dependency>
293         <dependency>
294             <groupId>org.apache.commons</groupId>
295             <artifactId>commons-lang3</artifactId>
296         </dependency>
297         <dependency>
298             <groupId>org.apache.commons</groupId>
299             <artifactId>commons-text</artifactId>
300         </dependency>
301         <dependency>
302             <groupId>org.apache.felix</groupId>
303             <artifactId>org.apache.felix.dependencymanager</artifactId>
304         </dependency>
305         <dependency>
306             <groupId>org.apache.felix</groupId>
307             <artifactId>org.apache.felix.dependencymanager.shell</artifactId>
308         </dependency>
309         <dependency>
310             <groupId>org.apache.felix</groupId>
311             <artifactId>org.apache.felix.metatype</artifactId>
312         </dependency>
313         <dependency>
314             <groupId>org.apache.karaf.features</groupId>
315             <artifactId>framework</artifactId>
316             <type>pom</type>
317             <version>${karaf.version}</version>
318         </dependency>
319         <dependency>
320             <groupId>org.apache.karaf.shell</groupId>
321             <artifactId>org.apache.karaf.shell.console</artifactId>
322         </dependency>
323         <dependency>
324             <groupId>org.apache.karaf.shell</groupId>
325             <artifactId>org.apache.karaf.shell.core</artifactId>
326         </dependency>
327         <dependency>
328             <groupId>org.apache.logging.log4j</groupId>
329             <artifactId>log4j-bom</artifactId>
330             <type>pom</type>
331             <version>2.13.0</version>
332         </dependency>
333         <dependency>
334             <groupId>org.apache.sshd</groupId>
335             <artifactId>sshd-netty</artifactId>
336         </dependency>
337         <dependency>
338             <groupId>org.apache.sshd</groupId>
339             <artifactId>sshd-osgi</artifactId>
340         </dependency>
341         <dependency>
342             <groupId>org.awaitility</groupId>
343             <artifactId>awaitility</artifactId>
344         </dependency>
345         <dependency>
346             <groupId>org.awaitility</groupId>
347             <artifactId>awaitility-proxy</artifactId>
348         </dependency>
349         <dependency>
350             <groupId>org.bouncycastle</groupId>
351             <artifactId>bcpkix-jdk15on</artifactId>
352         </dependency>
353         <dependency>
354             <groupId>org.bouncycastle</groupId>
355             <artifactId>bcprov-ext-jdk15on</artifactId>
356         </dependency>
357         <dependency>
358             <groupId>org.bouncycastle</groupId>
359             <artifactId>bcprov-jdk15on</artifactId>
360         </dependency>
361         <dependency>
362             <groupId>org.checkerframework</groupId>
363             <artifactId>checker-qual</artifactId>
364         </dependency>
365         <dependency>
366             <groupId>org.codehaus.jettison</groupId>
367             <artifactId>jettison</artifactId>
368         </dependency>
369         <dependency>
370             <groupId>org.codehaus.plexus</groupId>
371             <artifactId>plexus-slf4j-logging</artifactId>
372         </dependency>
373         <dependency>
374             <groupId>org.codehaus.woodstox</groupId>
375             <artifactId>stax2-api</artifactId>
376         </dependency>
377         <dependency>
378             <groupId>org.eclipse.jdt</groupId>
379             <artifactId>org.eclipse.jdt.annotation</artifactId>
380         </dependency>
381         <dependency>
382             <groupId>org.eclipse.jetty</groupId>
383             <artifactId>jetty-bom</artifactId>
384             <type>pom</type>
385             <version>9.4.22.v20191022</version>
386         </dependency>
387         <dependency>
388             <groupId>org.eclipse.persistence</groupId>
389             <artifactId>org.eclipse.persistence.antlr</artifactId>
390         </dependency>
391         <dependency>
392             <groupId>org.eclipse.persistence</groupId>
393             <artifactId>org.eclipse.persistence.core</artifactId>
394         </dependency>
395         <dependency>
396             <groupId>org.eclipse.persistence</groupId>
397             <artifactId>org.eclipse.persistence.moxy</artifactId>
398         </dependency>
399         <dependency>
400             <groupId>org.eclipse.xtend</groupId>
401             <artifactId>org.eclipse.xtend.lib</artifactId>
402         </dependency>
403         <dependency>
404             <groupId>org.eclipse.xtend</groupId>
405             <artifactId>org.eclipse.xtend.lib.macro</artifactId>
406         </dependency>
407         <dependency>
408             <groupId>org.eclipse.xtext</groupId>
409             <artifactId>org.eclipse.xtext.xbase.lib</artifactId>
410         </dependency>
411         <dependency>
412             <groupId>org.gaul</groupId>
413             <artifactId>modernizer-maven-annotations</artifactId>
414         </dependency>
415         <dependency>
416             <groupId>org.glassfish</groupId>
417             <artifactId>javax.json</artifactId>
418         </dependency>
419         <dependency>
420             <groupId>org.glassfish.jaxb</groupId>
421             <artifactId>jaxb-runtime</artifactId>
422         </dependency>
423         <dependency>
424             <groupId>org.glassfish.jersey</groupId>
425             <artifactId>jersey-bom</artifactId>
426             <type>pom</type>
427             <version>2.25.1</version>
428         </dependency>
429         <dependency>
430             <groupId>org.hamcrest</groupId>
431             <artifactId>hamcrest</artifactId>
432         </dependency>
433         <dependency>
434             <groupId>org.hamcrest</groupId>
435             <artifactId>hamcrest-core</artifactId>
436         </dependency>
437         <dependency>
438             <groupId>org.hamcrest</groupId>
439             <artifactId>hamcrest-library</artifactId>
440         </dependency>
441         <dependency>
442             <groupId>org.immutables</groupId>
443             <artifactId>value</artifactId>
444             <classifier>annotations</classifier>
445         </dependency>
446         <dependency>
447             <groupId>org.javassist</groupId>
448             <artifactId>javassist</artifactId>
449         </dependency>
450         <dependency>
451             <groupId>org.jboss.spec.javax.transaction</groupId>
452             <artifactId>jboss-transaction-api_1.1_spec</artifactId>
453         </dependency>
454         <dependency>
455             <groupId>org.jolokia</groupId>
456             <artifactId>jolokia-osgi</artifactId>
457         </dependency>
458         <dependency>
459             <groupId>org.kohsuke.metainf-services</groupId>
460             <artifactId>metainf-services</artifactId>
461         </dependency>
462         <dependency>
463             <groupId>org.mockito</groupId>
464             <artifactId>mockito-core</artifactId>
465         </dependency>
466         <dependency>
467             <groupId>org.mockito</groupId>
468             <artifactId>mockito-inline</artifactId>
469         </dependency>
470         <dependency>
471             <groupId>org.ops4j.pax.exam</groupId>
472             <artifactId>pax-exam</artifactId>
473         </dependency>
474         <dependency>
475             <groupId>org.ops4j.pax.exam</groupId>
476             <artifactId>pax-exam-container-forked</artifactId>
477         </dependency>
478         <dependency>
479             <groupId>org.ops4j.pax.exam</groupId>
480             <artifactId>pax-exam-container-karaf</artifactId>
481         </dependency>
482         <dependency>
483             <groupId>org.ops4j.pax.exam</groupId>
484             <artifactId>pax-exam-container-native</artifactId>
485         </dependency>
486         <dependency>
487             <groupId>org.ops4j.pax.exam</groupId>
488             <artifactId>pax-exam-extender-service</artifactId>
489         </dependency>
490         <dependency>
491             <groupId>org.ops4j.pax.exam</groupId>
492             <artifactId>pax-exam-features</artifactId>
493             <type>xml</type>
494         </dependency>
495         <dependency>
496             <groupId>org.ops4j.pax.exam</groupId>
497             <artifactId>pax-exam-inject</artifactId>
498         </dependency>
499         <dependency>
500             <groupId>org.ops4j.pax.exam</groupId>
501             <artifactId>pax-exam-invoker-junit</artifactId>
502         </dependency>
503         <dependency>
504             <groupId>org.ops4j.pax.exam</groupId>
505             <artifactId>pax-exam-junit4</artifactId>
506         </dependency>
507         <dependency>
508             <groupId>org.ops4j.pax.exam</groupId>
509             <artifactId>pax-exam-link-assembly</artifactId>
510         </dependency>
511         <dependency>
512             <groupId>org.ops4j.pax.exam</groupId>
513             <artifactId>pax-exam-link-mvn</artifactId>
514         </dependency>
515         <dependency>
516             <groupId>org.ops4j.pax.url</groupId>
517             <artifactId>pax-url-aether</artifactId>
518         </dependency>
519         <dependency>
520             <groupId>org.ops4j.pax.url</groupId>
521             <artifactId>pax-url-link</artifactId>
522         </dependency>
523         <dependency>
524             <groupId>org.ops4j.pax.url</groupId>
525             <artifactId>pax-url-wrap</artifactId>
526         </dependency>
527         <dependency>
528             <groupId>org.ops4j.pax.web</groupId>
529             <artifactId>pax-web-api</artifactId>
530         </dependency>
531         <dependency>
532             <groupId>org.osgi</groupId>
533             <artifactId>org.osgi.core</artifactId>
534         </dependency>
535         <dependency>
536             <groupId>org.osgi</groupId>
537             <artifactId>org.osgi.service.event</artifactId>
538         </dependency>
539         <dependency>
540             <groupId>org.osgi</groupId>
541             <artifactId>osgi.cmpn</artifactId>
542         </dependency>
543         <dependency>
544             <groupId>org.ow2.asm</groupId>
545             <artifactId>asm</artifactId>
546         </dependency>
547         <dependency>
548             <groupId>org.powermock</groupId>
549             <artifactId>powermock-api-mockito2</artifactId>
550         </dependency>
551         <dependency>
552             <groupId>org.powermock</groupId>
553             <artifactId>powermock-api-support</artifactId>
554         </dependency>
555         <dependency>
556             <groupId>org.powermock</groupId>
557             <artifactId>powermock-core</artifactId>
558         </dependency>
559         <dependency>
560             <groupId>org.powermock</groupId>
561             <artifactId>powermock-module-junit4</artifactId>
562         </dependency>
563         <dependency>
564             <groupId>org.powermock</groupId>
565             <artifactId>powermock-reflect</artifactId>
566         </dependency>
567         <dependency>
568             <groupId>org.reactivestreams</groupId>
569             <artifactId>reactive-streams</artifactId>
570         </dependency>
571         <dependency>
572             <groupId>org.scala-lang.modules</groupId>
573             <artifactId>scala-java8-compat_2.13</artifactId>
574         </dependency>
575         <dependency>
576             <groupId>org.scala-lang.modules</groupId>
577             <artifactId>scala-parser-combinators_2.13</artifactId>
578         </dependency>
579         <dependency>
580             <groupId>org.scala-lang</groupId>
581             <artifactId>scala-library</artifactId>
582         </dependency>
583         <dependency>
584             <groupId>org.scala-lang</groupId>
585             <artifactId>scala-reflect</artifactId>
586         </dependency>
587         <dependency>
588             <groupId>org.skyscreamer</groupId>
589             <artifactId>jsonassert</artifactId>
590         </dependency>
591         <dependency>
592             <groupId>org.slf4j</groupId>
593             <artifactId>jcl-over-slf4j</artifactId>
594         </dependency>
595         <dependency>
596             <groupId>org.slf4j</groupId>
597             <artifactId>log4j-over-slf4j</artifactId>
598         </dependency>
599         <dependency>
600             <groupId>org.slf4j</groupId>
601             <artifactId>slf4j-api</artifactId>
602         </dependency>
603         <dependency>
604             <groupId>org.slf4j</groupId>
605             <artifactId>slf4j-log4j12</artifactId>
606         </dependency>
607         <dependency>
608             <groupId>org.slf4j</groupId>
609             <artifactId>slf4j-simple</artifactId>
610         </dependency>
611         <dependency>
612             <groupId>org.sonatype.plexus</groupId>
613             <artifactId>plexus-build-api</artifactId>
614         </dependency>
615         <dependency>
616             <groupId>org.springframework.osgi</groupId>
617             <artifactId>spring-osgi-mock</artifactId>
618         </dependency>
619         <dependency>
620             <groupId>org.threeten</groupId>
621             <artifactId>threeten-extra</artifactId>
622         </dependency>
623         <dependency>
624             <groupId>org.uncommons.maths</groupId>
625             <artifactId>uncommons-maths</artifactId>
626         </dependency>
627         <dependency>
628             <groupId>org.xmlunit</groupId>
629             <artifactId>xmlunit-assertj</artifactId>
630         </dependency>
631         <dependency>
632             <groupId>org.xmlunit</groupId>
633             <artifactId>xmlunit-core</artifactId>
634         </dependency>
635         <dependency>
636             <groupId>org.xmlunit</groupId>
637             <artifactId>xmlunit-legacy</artifactId>
638         </dependency>
639         <dependency>
640             <groupId>org.xmlunit</groupId>
641             <artifactId>xmlunit-matchers</artifactId>
642         </dependency>
643         <dependency>
644             <groupId>tech.pantheon.triemap</groupId>
645             <artifactId>bom</artifactId>
646             <type>pom</type>
647             <version>1.1.0</version>
648         </dependency>
649         <dependency>
650             <groupId>xml-apis</groupId>
651             <artifactId>xml-apis</artifactId>
652         </dependency>
653
654     </dependencies>
655
656     <build>
657         <plugins>
658             <plugin>
659                 <groupId>org.apache.maven.plugins</groupId>
660                 <artifactId>maven-deploy-plugin</artifactId>
661                 <configuration>
662                     <skip>true</skip>
663                 </configuration>
664             </plugin>
665             <plugin>
666                 <groupId>org.apache.maven.plugins</groupId>
667                 <artifactId>maven-install-plugin</artifactId>
668                 <configuration>
669                     <skip>true</skip>
670                 </configuration>
671             </plugin>
672         </plugins>
673     </build>
674
675     <profiles>
676         <profile>
677             <id>owasp</id>
678             <activation>
679                 <activeByDefault>false</activeByDefault>
680             </activation>
681             <build>
682                 <plugins>
683                     <plugin>
684                         <groupId>org.owasp</groupId>
685                         <artifactId>dependency-check-maven</artifactId>
686                         <version>4.0.2</version>
687                         <configuration>
688                             <suppressionFiles>${project.basedir}/owasp-suppressions.xml</suppressionFiles>
689                         </configuration>
690                         <executions>
691                             <execution>
692                                 <goals>
693                                     <goal>check</goal>
694                                 </goals>
695                             </execution>
696                         </executions>
697                     </plugin>
698                 </plugins>
699             </build>
700         </profile>
701     </profiles>
702
703 </project>