Skip to content

Commit 5a06ca2

Browse files
committed
Re-enable OWASP dependency checker
1 parent c90b8d3 commit 5a06ca2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
</execution>
111111
</executions>
112112
</plugin>
113-
<!-- plugin>
113+
<plugin>
114114
<groupId>org.owasp</groupId>
115115
<artifactId>dependency-check-maven</artifactId>
116116
<version>7.1.1</version>
@@ -121,7 +121,7 @@
121121
</goals>
122122
</execution>
123123
</executions>
124-
</plugin -->
124+
</plugin>
125125
<plugin>
126126
<!-- This plugin required to control version addition to the manifest so it will be consumable on runtime -->
127127
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)