You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by na...@apache.org on 2010/09/22 14:13:27 UTC

svn commit: r999898 - /tuscany/sca-java-1.x/branches/sca-java-1.6.1/modules/databinding-json/pom.xml

Author: nash
Date: Wed Sep 22 12:13:27 2010
New Revision: 999898

URL: http://svn.apache.org/viewvc?rev=999898&view=rev
Log:
Change junit dependency to test scope

Modified:
    tuscany/sca-java-1.x/branches/sca-java-1.6.1/modules/databinding-json/pom.xml

Modified: tuscany/sca-java-1.x/branches/sca-java-1.6.1/modules/databinding-json/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6.1/modules/databinding-json/pom.xml?rev=999898&r1=999897&r2=999898&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6.1/modules/databinding-json/pom.xml (original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6.1/modules/databinding-json/pom.xml Wed Sep 22 12:13:27 2010
@@ -95,6 +95,7 @@
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>4.5</version>
+            <scope>test</scope>
         </dependency>
         
         <dependency>