Author: indika Date: Mon Jun 2 02:15:56 2008 New Revision: 17765 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=17765
Log: remove mx4j dependency Modified: branches/esb/java/1.7/esb/java/pom.xml Modified: branches/esb/java/1.7/esb/java/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/esb/java/1.7/esb/java/pom.xml?rev=17765&r1=17764&r2=17765&view=diff ============================================================================== --- branches/esb/java/1.7/esb/java/pom.xml (original) +++ branches/esb/java/1.7/esb/java/pom.xml Mon Jun 2 02:15:56 2008 @@ -434,10 +434,18 @@ <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-javamail_1.4_spec</artifactId> </exclusion> - <exclusion> + <exclusion> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-activation_1.1_spec</artifactId> - </exclusion> + </exclusion> + <exclusion> + <groupId>mx4j</groupId> + <artifactId>mx4j</artifactId> + </exclusion> + <exclusion> + <groupId>mx4j</groupId> + <artifactId>mx4j-remote</artifactId> + </exclusion> </exclusions> </dependency> <dependency> @@ -450,6 +458,14 @@ <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> </exclusion> + <exclusion> + <groupId>mx4j</groupId> + <artifactId>mx4j</artifactId> + </exclusion> + <exclusion> + <groupId>mx4j</groupId> + <artifactId>mx4j-remote</artifactId> + </exclusion> </exclusions> </dependency> <dependency> @@ -462,6 +478,14 @@ <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> </exclusion> + <exclusion> + <groupId>mx4j</groupId> + <artifactId>mx4j</artifactId> + </exclusion> + <exclusion> + <groupId>mx4j</groupId> + <artifactId>mx4j-remote</artifactId> + </exclusion> </exclusions> </dependency> _______________________________________________ Esb-java-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
