You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2020/04/24 15:49:12 UTC

[incubator-streampipes] branch dev updated: [STREAMPIPES-110] Temporarily disable dependency-check maven plugin

This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 17a23a5  [STREAMPIPES-110] Temporarily disable dependency-check maven plugin
17a23a5 is described below

commit 17a23a59e97a883af245a1947b96150a279a40d3
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Fri Apr 24 17:48:09 2020 +0200

    [STREAMPIPES-110] Temporarily disable dependency-check maven plugin
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 07d1b0e..5b05ac9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <dependency.locations.enabled>false</dependency.locations.enabled>
-        <owasp.check.skip>false</owasp.check.skip>
+        <owasp.check.skip>true</owasp.check.skip>
 
         <activemq-client.version>5.15.9</activemq-client.version>
         <asm.version>7.0</asm.version>