Skip to content

Commit 4b812ef

Browse files
Merge pull request #108 from okta/ak_refactor_deps
Upgrade parent pom to 27 and remove owasp dep
2 parents fc92c49 + 6009266 commit 4b812ef

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

pom.xml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.okta</groupId>
2222
<artifactId>okta-parent</artifactId>
23-
<version>24</version>
23+
<version>27</version>
2424
</parent>
2525

2626
<groupId>com.okta.commons</groupId>
@@ -199,16 +199,6 @@
199199
</parameter>
200200
</configuration>
201201
</plugin>
202-
<plugin>
203-
<groupId>org.owasp</groupId>
204-
<artifactId>dependency-check-maven</artifactId>
205-
<version>8.0.1</version>
206-
<configuration>
207-
<suppressionFile>${root.dir}/src/owasp/owasp-suppression.xml</suppressionFile>
208-
<failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
209-
<name>OWASP Dependency Check</name>
210-
</configuration>
211-
</plugin>
212202
</plugins>
213203
</pluginManagement>
214204
<plugins>

0 commit comments

Comments
 (0)