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/12/06 13:30:35 UTC

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

Author: lofwyr
Date: Wed Dec  6 13:30:35 2017
New Revision: 1817295

URL: http://svn.apache.org/viewvc?rev=1817295&view=rev
Log:
false positive dependency-check for xbean-finder-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=1817295&r1=1817294&r2=1817295&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 Dec  6 13:30:35 2017
@@ -13,6 +13,11 @@
     <cpe>cpe:/a:apache:geronimo</cpe>
   </suppress>
   <suppress>
+    <notes><![CDATA[ file name: xbean-finder-shaded-4.5.jar ]]></notes>
+    <gav regex="true">^org\.apache\.xbean:xbean-finder-shaded:.*$</gav>
+    <cpe>cpe:/a:finder_project:finder</cpe>
+  </suppress>
+  <suppress>
     <notes><![CDATA[ file name: geronimo-el_2.2_spec-1.0.4.jar ]]></notes>
     <gav regex="true">^org\.apache\.geronimo\.specs:geronimo-el_2\.2_spec:.*$</gav>
     <cpe>cpe:/a:apache:geronimo</cpe>