You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2008/03/31 22:52:40 UTC

svn commit: r643144 - /incubator/tuscany/branches/sca-java-1.2/distribution/pom.xml

Author: rfeng
Date: Mon Mar 31 13:52:38 2008
New Revision: 643144

URL: http://svn.apache.org/viewvc?rev=643144&view=rev
Log:
Fix for TUSCANY-2148

Modified:
    incubator/tuscany/branches/sca-java-1.2/distribution/pom.xml

Modified: incubator/tuscany/branches/sca-java-1.2/distribution/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.2/distribution/pom.xml?rev=643144&r1=643143&r2=643144&view=diff
==============================================================================
--- incubator/tuscany/branches/sca-java-1.2/distribution/pom.xml (original)
+++ incubator/tuscany/branches/sca-java-1.2/distribution/pom.xml Mon Mar 31 13:52:38 2008
@@ -120,6 +120,11 @@
             <artifactId>apache-activemq</artifactId>
             <version>4.1.1</version>
             <exclusions>
+                <!-- TUSCANY-2168 -->
+                <exclusion>
+                    <groupId>commons-httpclient</groupId>
+                    <artifactId>commons-httpclient</artifactId>
+                </exclusion>
                 <exclusion>
                     <groupId>org.apache.activemq</groupId>
                     <artifactId>activemq-console</artifactId>



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