You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by me...@apache.org on 2007/03/17 22:25:16 UTC

svn commit: r519445 - /incubator/tuscany/java/sca/console/pom.xml

Author: meerajk
Date: Sat Mar 17 14:25:15 2007
New Revision: 519445

URL: http://svn.apache.org/viewvc?view=rev&rev=519445
Log:
Changed scope from runtime to compile.

Modified:
    incubator/tuscany/java/sca/console/pom.xml

Modified: incubator/tuscany/java/sca/console/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/console/pom.xml?view=diff&rev=519445&r1=519444&r2=519445
==============================================================================
--- incubator/tuscany/java/sca/console/pom.xml (original)
+++ incubator/tuscany/java/sca/console/pom.xml Sat Mar 17 14:25:15 2007
@@ -47,7 +47,7 @@
             <groupId>javax.servlet</groupId>
             <artifactId>servlet-api</artifactId>
             <version>2.4</version>
-            <scope>runtime</scope>
+            <scope>compile</scope>
         </dependency>
     </dependencies>
     



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org