Skip to content

Commit 112f1db

Browse files
committed
Remove OWASP and run IT headless
1 parent c49bd6c commit 112f1db

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

pom.xml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@
139139
<excludes>
140140
<exclude>**/IT*.java</exclude>
141141
</excludes>
142+
<systemPropertyVariables>
143+
<java.awt.headless>true</java.awt.headless>
144+
</systemPropertyVariables>
142145
</configuration>
143146
<executions>
144147
<execution>
@@ -202,19 +205,6 @@
202205
<artifactId>coveralls-maven-plugin</artifactId>
203206
<version>4.3.0</version>
204207
</plugin>
205-
<plugin>
206-
<groupId>org.owasp</groupId>
207-
<artifactId>dependency-check-maven</artifactId>
208-
<version>${owasp.version}</version>
209-
<executions>
210-
<execution>
211-
<id>default-check</id>
212-
<goals>
213-
<goal>check</goal>
214-
</goals>
215-
</execution>
216-
</executions>
217-
</plugin>
218208
</plugins>
219209
</build>
220210

0 commit comments

Comments
 (0)