Author: saminda
Date: Thu Dec 13 03:12:25 2007
New Revision: 11077

Log:

Fixing the dependencies 


Modified:
   trunk/commons/throttle/pom.xml

Modified: trunk/commons/throttle/pom.xml
==============================================================================
--- trunk/commons/throttle/pom.xml      (original)
+++ trunk/commons/throttle/pom.xml      Thu Dec 13 03:12:25 2007
@@ -16,18 +16,28 @@
         <!-- Axis2 Jars -->
         <dependency>
             <groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-kernel</artifactId>
-            <version>${axis2.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-adb</artifactId>
+            <artifactId>axis2</artifactId>
             <version>${axis2.version}</version>
         </dependency>
+        
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-clustering</artifactId>
             <version>${axis2.version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.axis2</groupId>
+                    <artifactId>axis2-kernel</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.tomcat</groupId>
+                    <artifactId>tribes</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.tomcat</groupId>
+                    <artifactId>juli</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <!-- AIOM Dependencies -->

_______________________________________________
Commons-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/commons-dev

Reply via email to