You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2007/09/08 15:59:31 UTC

svn commit: r573839 - /incubator/tuscany/java/sca/modules/binding-notification/pom.xml

Author: antelder
Date: Sat Sep  8 06:59:30 2007
New Revision: 573839

URL: http://svn.apache.org/viewvc?rev=573839&view=rev
Log:
Fix pom.xml to include jetty and servlet as test dependencies only

Modified:
    incubator/tuscany/java/sca/modules/binding-notification/pom.xml

Modified: incubator/tuscany/java/sca/modules/binding-notification/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/binding-notification/pom.xml?rev=573839&r1=573838&r2=573839&view=diff
==============================================================================
--- incubator/tuscany/java/sca/modules/binding-notification/pom.xml (original)
+++ incubator/tuscany/java/sca/modules/binding-notification/pom.xml Sat Sep  8 06:59:30 2007
@@ -57,11 +57,6 @@
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-host-jetty</artifactId>
-            <version>1.0-incubating-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-notification</artifactId>
             <version>1.0-incubating-SNAPSHOT</version>
         </dependency>
@@ -80,6 +75,7 @@
             <groupId>javax.servlet</groupId>
             <artifactId>servlet-api</artifactId>
             <version>2.5</version>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
@@ -94,6 +90,12 @@
         </dependency>
 		        
         <!-- test dependencies -->
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-host-jetty</artifactId>
+            <version>1.0-incubating-SNAPSHOT</version>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>



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