You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2010/07/17 08:48:51 UTC

svn commit: r965021 - /incubator/oodt/trunk/sso/pom.xml

Author: mattmann
Date: Sat Jul 17 06:48:51 2010
New Revision: 965021

URL: http://svn.apache.org/viewvc?rev=965021&view=rev
Log:
- OODT-15 WIP: update deps to javax.servlet

Modified:
    incubator/oodt/trunk/sso/pom.xml

Modified: incubator/oodt/trunk/sso/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/sso/pom.xml?rev=965021&r1=965020&r2=965021&view=diff
==============================================================================
--- incubator/oodt/trunk/sso/pom.xml (original)
+++ incubator/oodt/trunk/sso/pom.xml Sat Jul 17 06:48:51 2010
@@ -31,8 +31,8 @@ the License.
   <properties/>
   <dependencies>
     <dependency>
-      <groupId>servletapi</groupId>
-      <artifactId>servletapi</artifactId>
+      <groupId>javax.servlet</groupId>
+      <artifactId>servlet-api</artifactId>
       <version>2.4</version>
     </dependency>
     <dependency>