You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by ru...@apache.org on 2009/04/26 18:26:14 UTC

svn commit: r768720 - /synapse/trunk/java/modules/transports/pom.xml

Author: ruwan
Date: Sun Apr 26 16:26:13 2009
New Revision: 768720

URL: http://svn.apache.org/viewvc?rev=768720&view=rev
Log:
fixing the dependency exclusion issue (thanks andreas for pointing this)

Modified:
    synapse/trunk/java/modules/transports/pom.xml

Modified: synapse/trunk/java/modules/transports/pom.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/modules/transports/pom.xml?rev=768720&r1=768719&r2=768720&view=diff
==============================================================================
--- synapse/trunk/java/modules/transports/pom.xml (original)
+++ synapse/trunk/java/modules/transports/pom.xml Sun Apr 26 16:26:13 2009
@@ -187,8 +187,8 @@
             <scope>test</scope>
             <exclusions>
                 <exclusion>
-                    <groupId>log4j</groupId>
-                    <artifactId>log4j</artifactId>
+                    <groupId>com.sun.jmx</groupId>
+                    <artifactId>jmxri</artifactId>
                 </exclusion>
             </exclusions>
         </dependency>