Skip to content

Commit bae7c5c

Browse files
authored
Merge pull request #4125 from swagger-api/issue521
add org.owasp dependency for master
2 parents 0bafd5b + 56c6586 commit bae7c5c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,21 @@
8888
<directory>target</directory>
8989
<finalName>${project.artifactId}-${project.version}</finalName>
9090
<plugins>
91+
<plugin>
92+
<groupId>org.owasp</groupId>
93+
<artifactId>dependency-check-maven</artifactId>
94+
<version>6.5.3</version>
95+
<configuration>
96+
<skipSystemScope>true</skipSystemScope>
97+
</configuration>
98+
<executions>
99+
<execution>
100+
<goals>
101+
<goal>check</goal>
102+
</goals>
103+
</execution>
104+
</executions>
105+
</plugin>
91106
<plugin>
92107
<artifactId>maven-compiler-plugin</artifactId>
93108
<version>3.8.1</version>

0 commit comments

Comments
 (0)