You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2009/10/02 01:23:47 UTC

svn commit: r820842 - /tuscany/java/sca/modules/databinding-json/pom.xml

Author: lresende
Date: Thu Oct  1 23:23:46 2009
New Revision: 820842

URL: http://svn.apache.org/viewvc?rev=820842&view=rev
Log:
Fixing scope of dependencies to avoid OSGi runtime issues

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

Modified: tuscany/java/sca/modules/databinding-json/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/databinding-json/pom.xml?rev=820842&r1=820841&r2=820842&view=diff
==============================================================================
--- tuscany/java/sca/modules/databinding-json/pom.xml (original)
+++ tuscany/java/sca/modules/databinding-json/pom.xml Thu Oct  1 23:23:46 2009
@@ -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>