You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2017/02/08 13:24:29 UTC

svn commit: r1782165 - /myfaces/tobago/trunk/pom.xml

Author: lofwyr
Date: Wed Feb  8 13:24:29 2017
New Revision: 1782165

URL: http://svn.apache.org/viewvc?rev=1782165&view=rev
Log:
TOBAGO-1697: Suppression list for CVE check

Modified:
    myfaces/tobago/trunk/pom.xml

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?rev=1782165&r1=1782164&r2=1782165&view=diff
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Wed Feb  8 13:24:29 2017
@@ -985,9 +985,16 @@
           <artifactId>dependency-check-maven</artifactId>
           <version>1.4.5</version>
           <configuration>
-            <!-- TBD: check which score can be accepted -->
-            <failBuildOnCVSS>3</failBuildOnCVSS>
+            <failBuildOnCVSS>0</failBuildOnCVSS>
+            <suppressionFile>tobago/dependency-check-suppression.xml</suppressionFile>
           </configuration>
+          <dependencies>
+            <dependency>
+              <groupId>org.apache.myfaces.buildtools</groupId>
+              <artifactId>checkstyle-rules</artifactId>
+              <version>7-SNAPSHOT</version>
+            </dependency>
+          </dependencies>
         </plugin>
       </plugins>
     </pluginManagement>