diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-25 10:55:06 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-25 10:55:06 +0000 |
commit | 9b6efa6de8747c95d4b64cb1daf134e0861f983c (patch) | |
tree | b3ba82f30bc07269c50871f39f2fadc9ea5449c0 | |
parent | 37c05358adaa96fd7a0aea28765524eebf01fe62 (diff) |
Merge r999898 Change junit dependency to test scope
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027043 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | sca-java-1.x/trunk/modules/databinding-json/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sca-java-1.x/trunk/modules/databinding-json/pom.xml b/sca-java-1.x/trunk/modules/databinding-json/pom.xml index 4b16366e27..d9220f0c03 100644 --- a/sca-java-1.x/trunk/modules/databinding-json/pom.xml +++ b/sca-java-1.x/trunk/modules/databinding-json/pom.xml @@ -95,6 +95,7 @@ <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.5</version> + <scope>test</scope> </dependency> <dependency> |