Author: veithen Date: Tue Jul 7 19:59:29 2015 New Revision: 1689730 URL: http://svn.apache.org/r1689730 Log: Use a patched version of BCEL to work around AXIS2-5704.
Modified: axis/axis2/java/core/trunk/modules/jibx/pom.xml Modified: axis/axis2/java/core/trunk/modules/jibx/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/jibx/pom.xml?rev=1689730&r1=1689729&r2=1689730&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/jibx/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/jibx/pom.xml Tue Jul 7 19:59:29 2015 @@ -56,6 +56,18 @@ <dependency> <groupId>org.jibx</groupId> <artifactId>jibx-bind</artifactId> + <exclusions> + <exclusion> + <groupId>bcel</groupId> + <artifactId>bcel</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <!-- TODO: workaround for AXIS2-5704 while waiting for BCEL 6.0; see BCEL-173 --> + <groupId>com.google.code.findbugs</groupId> + <artifactId>bcel-findbugs</artifactId> + <version>6.0</version> </dependency> <dependency> <groupId>org.jibx</groupId>