You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2008/04/09 18:23:41 UTC

svn commit: r646418 - /incubator/tuscany/java/sca/samples/helloworld-ws-reference-jms/pom.xml

Author: antelder
Date: Wed Apr  9 09:23:40 2008
New Revision: 646418

URL: http://svn.apache.org/viewvc?rev=646418&view=rev
Log:
TUSCANY-2212: exclude the activemq demo webapp

Modified:
    incubator/tuscany/java/sca/samples/helloworld-ws-reference-jms/pom.xml

Modified: incubator/tuscany/java/sca/samples/helloworld-ws-reference-jms/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/helloworld-ws-reference-jms/pom.xml?rev=646418&r1=646417&r2=646418&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/helloworld-ws-reference-jms/pom.xml (original)
+++ incubator/tuscany/java/sca/samples/helloworld-ws-reference-jms/pom.xml Wed Apr  9 09:23:40 2008
@@ -75,6 +75,12 @@
             <artifactId>apache-activemq</artifactId>
             <version>4.1.1</version>
             <scope>test</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.activemq</groupId>
+                    <artifactId>activemq-web-demo</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>          
         
     </dependencies>



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