[MSHARED-409] maven-shared-jar fails to analyse JARs containing Java 8 code

git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@1722458 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 84d1260..5d744cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,9 +93,9 @@
     </dependency>
 
     <dependency>
-      <groupId>org.apache.bcel</groupId>
-      <artifactId>bcel</artifactId>
-      <version>5.2</version>
+      <groupId>com.google.code.findbugs</groupId>
+      <artifactId>bcel-findbugs</artifactId>
+      <version>6.0</version>
     </dependency>
 
     <dependency>