summaryrefslogtreecommitdiffstats
path: root/java/sdo/tools/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/sdo/tools/pom.xml')
-rw-r--r--java/sdo/tools/pom.xml1
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 ??? -->