Author: kelvingoodson
Date: Tue Jul 29 03:40:27 2008
New Revision: 680665
URL: http://svn.apache.org/viewvc?rev=680665&view=rev
Log:
fix junit and felix scopes
Modified:
tuscany/java/sdo/impl/pom.xml
tuscany/java/sdo/lib/pom.xml
tuscany/java/sdo/tools/pom.xml
Modified: tuscany/java/sdo/impl/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/java/sdo/impl/pom.xml?rev=680665&r1=680664&r2=680665&view=diff
==============================================================================
--- tuscany/java/sdo/impl/pom.xml (original)
+++ tuscany/java/sdo/impl/pom.xml Tue Jul 29 03:40:27 2008
@@ -108,6 +108,7 @@
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.main</artifactId>
<version>1.0.1</version>
+ <scope>provided</scope>
</dependency>
<!-- dependencies for test cases -->
@@ -115,6 +116,7 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
+ <scope>test</scope>
</dependency>
</dependencies>
Modified: tuscany/java/sdo/lib/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/java/sdo/lib/pom.xml?rev=680665&r1=680664&r2=680665&view=diff
==============================================================================
--- tuscany/java/sdo/lib/pom.xml (original)
+++ tuscany/java/sdo/lib/pom.xml Tue Jul 29 03:40:27 2008
@@ -58,6 +58,7 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
+ <scope>test</scope>
</dependency>
</dependencies>
Modified: tuscany/java/sdo/tools/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/java/sdo/tools/pom.xml?rev=680665&r1=680664&r2=680665&view=diff
==============================================================================
--- tuscany/java/sdo/tools/pom.xml (original)
+++ tuscany/java/sdo/tools/pom.xml Tue Jul 29 03:40:27 2008
@@ -82,6 +82,7 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
+ <scope>test</scope>
</dependency>
<!-- this is needed because test program calls XMLHelper.save() and
SDOXMLResourceImpl (in the sdo/impl project) uses StAX ??? -->