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/09 11:57:56 UTC

svn commit: r573975 - /incubator/tuscany/java/sca/samples/binding-notification-producer/pom.xml

Author: antelder
Date: Sun Sep  9 02:57:56 2007
New Revision: 573975

URL: http://svn.apache.org/viewvc?rev=573975&view=rev
Log:
Add servlet dependency for notification sample

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

Modified: incubator/tuscany/java/sca/samples/binding-notification-producer/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/binding-notification-producer/pom.xml?rev=573975&r1=573974&r2=573975&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/binding-notification-producer/pom.xml (original)
+++ incubator/tuscany/java/sca/samples/binding-notification-producer/pom.xml Sun Sep  9 02:57:56 2007
@@ -66,6 +66,13 @@
         </dependency>
 
         <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+            <version>2.5</version>
+            <scope>provided</scope>
+        </dependency>
+
+        <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>4.2</version>



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