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/03/26 07:28:35 UTC

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

Author: antelder
Date: Fri Mar 26 06:28:34 2010
New Revision: 927705

URL: http://svn.apache.org/viewvc?rev=927705&view=rev
Log:
Add Wink module to base jar

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=927705&r1=927704&r2=927705&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/shades/base/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/shades/base/pom.xml Fri Mar 26 06:28:34 2010
@@ -102,6 +102,12 @@
             <version>${pom.version}</version>
         </dependency>
 
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-wink</artifactId>
+            <version>${pom.version}</version>
+        </dependency>
+
 <!-- these remaining dependencies are not required when using JDK6, so use a scope of provided  -->
 
         <dependency>