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