summaryrefslogtreecommitdiffstats
path: root/java/sca/modules
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-10-01 23:23:46 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-10-01 23:23:46 +0000
commit4ce667626b177eee583a7b79d14ad433af3e7086 (patch)
treed796af19de950a9bde6fcd64eaff1db20f67f554 /java/sca/modules
parenta64ade92eaa51c76edcd8744642f3e9609fd42b9 (diff)
Fixing scope of dependencies to avoid OSGi runtime issues
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820842 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules')
-rw-r--r--java/sca/modules/databinding-json/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/sca/modules/databinding-json/pom.xml b/java/sca/modules/databinding-json/pom.xml
index 0eb3a79cb2..4afdbe90ff 100644
--- a/java/sca/modules/databinding-json/pom.xml
+++ b/java/sca/modules/databinding-json/pom.xml
@@ -102,6 +102,7 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.5</version>
+ <scope>test</scope>
</dependency>
<dependency>
@@ -118,6 +119,7 @@
<artifactId>servlet-api</artifactId>
</exclusion>
</exclusions>
+ <scope>test</scope>
</dependency>
</dependencies>
</project>