You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2008/01/30 05:47:28 UTC

svn commit: r616616 - in /webservices/axis2/trunk/java/modules: integration/pom.xml parent/pom.xml

Author: dims
Date: Tue Jan 29 20:47:28 2008
New Revision: 616616

URL: http://svn.apache.org/viewvc?rev=616616&view=rev
Log:
remove commented out stuff. add an exclude for active-io that gets dragged in

Modified:
    webservices/axis2/trunk/java/modules/integration/pom.xml
    webservices/axis2/trunk/java/modules/parent/pom.xml

Modified: webservices/axis2/trunk/java/modules/integration/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/pom.xml?rev=616616&r1=616615&r2=616616&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/pom.xml Tue Jan 29 20:47:28 2008
@@ -289,12 +289,6 @@
         <dependency>
             <groupId>org.apache.activemq</groupId>
             <artifactId>apache-activemq</artifactId>
-            <!--<exclusions>
-                <exclusion>
-                    <groupId>commons-httpclient</groupId>
-                    <artifactId>commons-httpclient</artifactId>
-                </exclusion>
-            </exclusions>-->
         </dependency>
         <dependency>
             <groupId>wsdl4j</groupId>

Modified: webservices/axis2/trunk/java/modules/parent/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/parent/pom.xml?rev=616616&r1=616615&r2=616616&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/parent/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/parent/pom.xml Tue Jan 29 20:47:28 2008
@@ -915,6 +915,12 @@
                 <groupId>org.apache.activemq</groupId>
                 <artifactId>apache-activemq</artifactId>
                 <version>${activemq.version}</version>
+                <exclusions>
+                    <exclusion>
+                      <groupId>org.apache.activemq</groupId>
+                      <artifactId>activeio-core</artifactId>
+                    </exclusion>
+                </exclusions>                
             </dependency>
 			<dependency>
 				<groupId>jalopy</groupId>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org