You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2009/10/08 21:13:28 UTC

svn commit: r823284 - /tuscany/java/sca/modules/binding-atom-runtime/pom.xml

Author: rfeng
Date: Thu Oct  8 19:13:27 2009
New Revision: 823284

URL: http://svn.apache.org/viewvc?rev=823284&view=rev
Log:
Change some dependencies to runtime

Modified:
    tuscany/java/sca/modules/binding-atom-runtime/pom.xml

Modified: tuscany/java/sca/modules/binding-atom-runtime/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/binding-atom-runtime/pom.xml?rev=823284&r1=823283&r2=823284&view=diff
==============================================================================
--- tuscany/java/sca/modules/binding-atom-runtime/pom.xml (original)
+++ tuscany/java/sca/modules/binding-atom-runtime/pom.xml Thu Oct  8 19:13:27 2009
@@ -101,6 +101,7 @@
            <groupId>org.apache.ws.commons.axiom</groupId>
            <artifactId>axiom-impl</artifactId>
            <version>1.2.7</version>
+           <scope>runtime</scope>
         </dependency>
 
         <dependency>
@@ -168,6 +169,7 @@
         <dependency>
            <groupId>commons-logging</groupId>
            <artifactId>commons-logging</artifactId>
+           <scope>runtime</scope>
            <version>1.1.1</version>
            <exclusions>
                <exclusion>