We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c49bd6c commit 112f1dbCopy full SHA for 112f1db
pom.xml
@@ -139,6 +139,9 @@
139
<excludes>
140
<exclude>**/IT*.java</exclude>
141
</excludes>
142
+ <systemPropertyVariables>
143
+ <java.awt.headless>true</java.awt.headless>
144
+ </systemPropertyVariables>
145
</configuration>
146
<executions>
147
<execution>
@@ -202,19 +205,6 @@
202
205
<artifactId>coveralls-maven-plugin</artifactId>
203
206
<version>4.3.0</version>
204
207
</plugin>
- <plugin>
- <groupId>org.owasp</groupId>
- <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>
218
</plugins>
219
</build>
220
0 commit comments