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 2018/02/07 15:21:27 UTC

svn commit: r1823476 - /myfaces/myfaces-build-tools/trunk/other/checkstyle-rules/src/main/resources/tobago/dependency-check-suppression.xml

Author: lofwyr
Date: Wed Feb  7 15:21:27 2018
New Revision: 1823476

URL: http://svn.apache.org/viewvc?rev=1823476&view=rev
Log:
same problem: xbean-asm5-shaded, xbean-asm6-shaded

Modified:
    myfaces/myfaces-build-tools/trunk/other/checkstyle-rules/src/main/resources/tobago/dependency-check-suppression.xml

Modified: myfaces/myfaces-build-tools/trunk/other/checkstyle-rules/src/main/resources/tobago/dependency-check-suppression.xml
URL: http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/other/checkstyle-rules/src/main/resources/tobago/dependency-check-suppression.xml?rev=1823476&r1=1823475&r2=1823476&view=diff
==============================================================================
--- myfaces/myfaces-build-tools/trunk/other/checkstyle-rules/src/main/resources/tobago/dependency-check-suppression.xml (original)
+++ myfaces/myfaces-build-tools/trunk/other/checkstyle-rules/src/main/resources/tobago/dependency-check-suppression.xml Wed Feb  7 15:21:27 2018
@@ -3,6 +3,11 @@
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xsi:schemaLocation="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.1.xsd https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.1.xsd">
   <suppress>
+    <notes><![CDATA[ file name: xbean-asm6-shaded-4.5.jar ]]></notes>
+    <gav regex="true">^org\.apache\.xbean:xbean-asm6-shaded:.*$</gav>
+    <cpe>cpe:/a:apache:geronimo</cpe>
+  </suppress>
+  <suppress>
     <notes><![CDATA[ file name: xbean-asm5-shaded-4.1.jar ]]></notes>
     <gav regex="true">^org\.apache\.xbean:xbean-asm5-shaded:.*$</gav>
     <cpe>cpe:/a:apache:geronimo</cpe>