Author: veithen
Date: Sun Apr 24 16:48:30 2016
New Revision: 1740712
URL: http://svn.apache.org/viewvc?rev=1740712&view=rev
Log:
AXIS2-4743: Add axis2-jaxbri as a dependency to axis2-wsdl2code-maven-plugin.
Modified:
axis/axis2/java/core/trunk/databinding-tests/jaxbri-tests/pom.xml
axis/axis2/java/core/trunk/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml
Modified: axis/axis2/java/core/trunk/databinding-tests/jaxbri-tests/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/databinding-tests/jaxbri-tests/pom.xml?rev=1740712&r1=1740711&r2=1740712&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/databinding-tests/jaxbri-tests/pom.xml (original)
+++ axis/axis2/java/core/trunk/databinding-tests/jaxbri-tests/pom.xml Sun Apr
24 16:48:30 2016
@@ -188,11 +188,6 @@
</configuration>
<dependencies>
<dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>axis2-jaxbri</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
<!-- Work around "'file' access is not allowed due to
restriction set by
the accessExternalSchema property" error on Java
8. -->
<groupId>xerces</groupId>
Modified:
axis/axis2/java/core/trunk/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml?rev=1740712&r1=1740711&r2=1740712&view=diff
==============================================================================
---
axis/axis2/java/core/trunk/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml
(original)
+++
axis/axis2/java/core/trunk/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml
Sun Apr 24 16:48:30 2016
@@ -87,6 +87,12 @@
<version>${project.version}</version>
</dependency>
<dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>axis2-jaxbri</artifactId>
+ <version>${project.version}</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
<groupId>jalopy</groupId>
<artifactId>jalopy</artifactId>
</dependency>