Author: veithen
Date: Sun Aug  1 20:31:07 2010
New Revision: 981311

URL: http://svn.apache.org/viewvc?rev=981311&view=rev
Log:
Reduced the dependencies of the jibx module.

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=981311&r1=981310&r2=981311&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/jibx/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/jibx/pom.xml Sun Aug  1 20:31:07 2010
@@ -40,11 +40,13 @@
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-transport-http</artifactId>
             <version>${project.version}</version>
+            <scope>test</scope>
         </dependency>
          <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-transport-local</artifactId>
             <version>${project.version}</version>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.axis2</groupId>
@@ -66,10 +68,7 @@
         <dependency>
             <groupId>org.apache.ant</groupId>
             <artifactId>ant</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.ant</groupId>
-            <artifactId>ant-launcher</artifactId>
+            <scope>test</scope>
         </dependency>
     </dependencies>
     <scm>


Reply via email to