diff options
author | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2008-07-29 10:40:27 +0000 |
---|---|---|
committer | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2008-07-29 10:40:27 +0000 |
commit | a378f91f148685760e44bde1960aa579f27536a8 (patch) | |
tree | 0b0a537b1d96476339e982a651e226162a76f50f /java/sdo/tools | |
parent | fadffc124e1499bb6568115bd910c55d373b69ae (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/tools')
-rw-r--r-- | java/sdo/tools/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
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 ??? --> |