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 2010/04/22 10:11:40 UTC

svn commit: r936644 - /tuscany/sca-java-2.x/trunk/shades/base/pom.xml

Author: antelder
Date: Thu Apr 22 08:11:40 2010
New Revision: 936644

URL: http://svn.apache.org/viewvc?rev=936644&view=rev
Log:
Add exclude for stripes while the provided scope issue is sorted out

Modified:
    tuscany/sca-java-2.x/trunk/shades/base/pom.xml

Modified: tuscany/sca-java-2.x/trunk/shades/base/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/shades/base/pom.xml?rev=936644&r1=936643&r2=936644&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/shades/base/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/shades/base/pom.xml Thu Apr 22 08:11:40 2010
@@ -106,6 +106,12 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-stripes</artifactId>
             <version>${pom.version}</version>
+            <exclusions>
+                <exclusion>
+                   <groupId>net.sourceforge.stripes</groupId>
+                   <artifactId>stripes</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>