Author: jsdelfino
Date: Wed Nov 14 12:42:53 2007
New Revision: 595039

URL: http://svn.apache.org/viewvc?rev=595039&view=rev
Log:
Temporarily changed the scope of the derby dependency to runtime to have it 
pulled in the distribution. The other module that pulls it too is 
implementation-bpel.

Modified:
    incubator/tuscany/java/sca/modules/implementation-data/pom.xml

Modified: incubator/tuscany/java/sca/modules/implementation-data/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/implementation-data/pom.xml?rev=595039&r1=595038&r2=595039&view=diff
==============================================================================
--- incubator/tuscany/java/sca/modules/implementation-data/pom.xml (original)
+++ incubator/tuscany/java/sca/modules/implementation-data/pom.xml Wed Nov 14 
12:42:53 2007
@@ -100,6 +100,12 @@
                        <scope>compile</scope>
                </dependency>
                <dependency>
+                       <groupId>org.apache.derby</groupId>
+                       <artifactId>derby</artifactId>
+                       <version>10.1.2.1</version>
+                       <scope>runtime</scope>
+               </dependency>
+               <dependency>
                        <groupId>org.apache.tuscany.sca</groupId>
                        <artifactId>tuscany-host-tomcat</artifactId>
                        <version>1.1-incubating-SNAPSHOT</version>
@@ -121,12 +127,6 @@
                        <groupId>org.easymock</groupId>
                        <artifactId>easymock</artifactId>
                        <version>2.2</version>
-                       <scope>test</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.derby</groupId>
-                       <artifactId>derby</artifactId>
-                       <version>10.1.2.1</version>
                        <scope>test</scope>
                </dependency>
        </dependencies>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to