Author: veithen
Date: Tue Oct 23 16:35:54 2018
New Revision: 1844672
URL: http://svn.apache.org/viewvc?rev=1844672&view=rev
Log:
Fix build failure on Java 9.
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=1844672&r1=1844671&r2=1844672&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/jibx/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/jibx/pom.xml Tue Oct 23 16:35:54 2018
@@ -84,6 +84,16 @@
<scope>test</scope>
</dependency>
</dependencies>
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <!-- For compatibility with Java 9. -->
+ <groupId>org.apache.bcel</groupId>
+ <artifactId>bcel</artifactId>
+ <version>6.3-SNAPSHOT</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
<url>http://axis.apache.org/axis2/java/core/</url>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/jibx</connection>