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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to