Author: veithen
Date: Sun Aug 27 10:41:59 2017
New Revision: 1806349

URL: http://svn.apache.org/viewvc?rev=1806349&view=rev
Log:
AXIS2-5865: Break dependency between axis2-fastinfoset and axis2-adb-codegen so 
that the latter is not included in the Web app.

Modified:
    axis/axis2/java/core/trunk/modules/fastinfoset/pom.xml

Modified: axis/axis2/java/core/trunk/modules/fastinfoset/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/fastinfoset/pom.xml?rev=1806349&r1=1806348&r2=1806349&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/fastinfoset/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/fastinfoset/pom.xml Sun Aug 27 10:41:59 
2017
@@ -70,11 +70,7 @@
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-adb-codegen</artifactId>
             <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-codegen</artifactId>
-            <version>${project.version}</version>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.neethi</groupId>
@@ -211,7 +207,7 @@
                                 <mkdir 
dir="${wsdl.output.base.dir}/simpleAddService" />
 
                                 <java 
classname="org.apache.axis2.wsdl.WSDL2Java" fork="true">
-                                    <classpath refid="maven.runtime.classpath" 
/>
+                                    <classpath refid="maven.test.classpath" />
                                     <classpath 
location="${compiled.classes.dir}" />
                                     <arg line="-uri 
target/test-classes/SimpleAddService.wsdl -o target/wsdl/simpleAddService -S . 
-or" />
                                 </java>


Reply via email to