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 13:44:29 UTC

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

Author: antelder
Date: Wed Apr  9 04:44:28 2008
New Revision: 646284

URL: http://svn.apache.org/viewvc?rev=646284&view=rev
Log:
TUSCANY-2212 - add exclude for activemq-web-demo which adds 8meg to the repo

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

Modified: incubator/tuscany/java/sca/samples/helloworld-reference-jms/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/helloworld-reference-jms/pom.xml?rev=646284&r1=646283&r2=646284&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/helloworld-reference-jms/pom.xml (original)
+++ incubator/tuscany/java/sca/samples/helloworld-reference-jms/pom.xml Wed Apr  9 04:44:28 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