You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by ve...@apache.org on 2009/03/25 00:01:27 UTC

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

Author: veithen
Date: Tue Mar 24 23:01:27 2009
New Revision: 758078

URL: http://svn.apache.org/viewvc?rev=758078&view=rev
Log:
Removing workaround for SYNAPSE-400. This seems to be no longer necessary.

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=758078&r1=758077&r2=758078&view=diff
==============================================================================
--- synapse/trunk/java/modules/transports/pom.xml (original)
+++ synapse/trunk/java/modules/transports/pom.xml Tue Mar 24 23:01:27 2009
@@ -187,14 +187,6 @@
             <scope>test</scope>
         </dependency>
         
-        <!-- Workaround for SYNAPSE-400 -->
-        <dependency>
-            <groupId>org.apache.woden</groupId>
-            <artifactId>woden-api</artifactId>
-            <version>1.0-SNAPSHOT</version>
-            <scope>test</scope>
-        </dependency>
-        
         <!-- HTTP transport dependencies -->
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>