summaryrefslogtreecommitdiffstats
path: root/java/sdo
diff options
context:
space:
mode:
authorkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2008-07-29 10:40:27 +0000
committerkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2008-07-29 10:40:27 +0000
commita378f91f148685760e44bde1960aa579f27536a8 (patch)
tree0b0a537b1d96476339e982a651e226162a76f50f /java/sdo
parentfadffc124e1499bb6568115bd910c55d373b69ae (diff)
fix junit and felix scopes
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680665 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sdo')
-rw-r--r--java/sdo/impl/pom.xml2
-rw-r--r--java/sdo/lib/pom.xml1
-rw-r--r--java/sdo/tools/pom.xml1
3 files changed, 4 insertions, 0 deletions
diff --git a/java/sdo/impl/pom.xml b/java/sdo/impl/pom.xml
index ba0549cce6..770bb6d23e 100644
--- a/java/sdo/impl/pom.xml
+++ b/java/sdo/impl/pom.xml
@@ -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>
diff --git a/java/sdo/lib/pom.xml b/java/sdo/lib/pom.xml
index a79c9758ea..8b9d7f9053 100644
--- a/java/sdo/lib/pom.xml
+++ b/java/sdo/lib/pom.xml
@@ -58,6 +58,7 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
+ <scope>test</scope>
</dependency>
</dependencies>
diff --git a/java/sdo/tools/pom.xml b/java/sdo/tools/pom.xml
index e40a8c55d9..21a6333581 100644
--- a/java/sdo/tools/pom.xml
+++ b/java/sdo/tools/pom.xml
@@ -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 ??? -->