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/10/25 12:55:06 UTC

svn commit: r1027043 - /tuscany/sca-java-1.x/trunk/modules/databinding-json/pom.xml

Author: nash
Date: Mon Oct 25 10:55:06 2010
New Revision: 1027043

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

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

Modified: tuscany/sca-java-1.x/trunk/modules/databinding-json/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/modules/databinding-json/pom.xml?rev=1027043&r1=1027042&r2=1027043&view=diff
==============================================================================
--- tuscany/sca-java-1.x/trunk/modules/databinding-json/pom.xml (original)
+++ tuscany/sca-java-1.x/trunk/modules/databinding-json/pom.xml Mon Oct 25 10:55:06 2010
@@ -95,6 +95,7 @@
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>4.5</version>
+            <scope>test</scope>
         </dependency>
         
         <dependency>