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/25 06:53:25 UTC

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

Author: antelder
Date: Thu Mar 25 05:53:24 2010
New Revision: 927278

URL: http://svn.apache.org/viewvc?rev=927278&view=rev
Log:
Add commons logging dependency, include the shade group so that the legal files from this src/main/resources get included

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=927278&r1=927277&r2=927278&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/shades/base/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/shades/base/pom.xml Thu Mar 25 05:53:24 2010
@@ -33,6 +33,11 @@
     <dependencies>
 
         <dependency>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging-api</artifactId>
+            <version>1.1</version>
+        </dependency>
+        <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-domain-node</artifactId>
             <version>${pom.version}</version>
@@ -201,6 +206,7 @@
                            <artifactSet>
                               <includes>
                                  <include>org.apache.tuscany.sca:*</include>
+                                 <include>org.apache.tuscany.sca.shades:*</include>
                               </includes>
                            </artifactSet>
                            <transformers>