You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by fm...@apache.org on 2010/08/27 11:59:49 UTC

svn commit: r990079 - /tuscany/sca-java-2.x/contrib/modules/binding-comet-runtime/pom.xml

Author: fmoga
Date: Fri Aug 27 09:59:48 2010
New Revision: 990079

URL: http://svn.apache.org/viewvc?rev=990079&view=rev
Log:
Added geronimo-servlet_3.0_spec:1.0 dependency for Serlvets 3.0.

Modified:
    tuscany/sca-java-2.x/contrib/modules/binding-comet-runtime/pom.xml

Modified: tuscany/sca-java-2.x/contrib/modules/binding-comet-runtime/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/contrib/modules/binding-comet-runtime/pom.xml?rev=990079&r1=990078&r2=990079&view=diff
==============================================================================
--- tuscany/sca-java-2.x/contrib/modules/binding-comet-runtime/pom.xml (original)
+++ tuscany/sca-java-2.x/contrib/modules/binding-comet-runtime/pom.xml Fri Aug 27 09:59:48 2010
@@ -82,9 +82,9 @@
 			<version>1.4</version>
 		</dependency>
 		<dependency>
-			<groupId>javax.servlet</groupId>
-			<artifactId>servlet-api</artifactId>
-			<version>3.0-alpha-1</version>
+			<groupId>org.apache.geronimo.specs</groupId>
+			<artifactId>geronimo-servlet_3.0_spec</artifactId>
+			<version>1.0</version>
 			<scope>provided</scope>
 		</dependency>
 	</dependencies>