diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-22 12:13:27 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-22 12:13:27 +0000 |
commit | 34ec930d620ea416767cb4f68f87ce91acf7263c (patch) | |
tree | e8c53d97c8fff1cccca165ff272206b373b1af77 /sca-java-1.x/branches/sca-java-1.6.1/modules | |
parent | 91758845d0ff6ca37d16e0ac6c7afde0107f848d (diff) |
Change junit dependency to test scope
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@999898 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6.1/modules')
-rw-r--r-- | sca-java-1.x/branches/sca-java-1.6.1/modules/databinding-json/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/modules/databinding-json/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/modules/databinding-json/pom.xml index efc84d22c8..a4a310b4a7 100644 --- a/sca-java-1.x/branches/sca-java-1.6.1/modules/databinding-json/pom.xml +++ b/sca-java-1.x/branches/sca-java-1.6.1/modules/databinding-json/pom.xml @@ -95,6 +95,7 @@ <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.5</version> + <scope>test</scope> </dependency> <dependency> |