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

svn commit: r963953 - /openwebbeans/trunk/webbeans-tomcat7/pom.xml

Author: gerdogdu
Date: Wed Jul 14 06:14:50 2010
New Revision: 963953

URL: http://svn.apache.org/viewvc?rev=963953&view=rev
Log:
tomcat 7 now on maven

Modified:
    openwebbeans/trunk/webbeans-tomcat7/pom.xml

Modified: openwebbeans/trunk/webbeans-tomcat7/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-tomcat7/pom.xml?rev=963953&r1=963952&r2=963953&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-tomcat7/pom.xml (original)
+++ openwebbeans/trunk/webbeans-tomcat7/pom.xml Wed Jul 14 06:14:50 2010
@@ -26,28 +26,14 @@
     <artifactId>openwebbeans-tomcat7</artifactId>
     <name>Apache OpenWebBeans :: Apache Tomcat 7 Web Profile</name>
     <description>OpenWebBeans Apache Tomcat 7 Web Profile</description>
-    <repositories>
-    	<repository>
-    		<id>m2-snapshot</id>
-    		<name>m2-snapshot for Tomcat7</name>
-    		<url>http://people.apache.org/repo/m2-snapshot-repository/</url>
-    		<releases>
-    			<enabled>false</enabled>
-    		</releases>
-    		<snapshots>
-    			<updatePolicy>never</updatePolicy>
-    			<checksumPolicy>ignore</checksumPolicy>
-    		</snapshots>
-    	</repository>
-    </repositories>
 
     <dependencies>
 
 
 	 <dependency>
-	      <groupId>org.apache.geronimo.ext.tomcat</groupId>
-	      <artifactId>catalina</artifactId>
-	      <version>7.0.0.1</version>
+	      <groupId>org.apache.tomcat</groupId>
+	      <artifactId>tomcat-catalina</artifactId>
+	      <version>7.0.0</version>
 	      <scope>provided</scope>
 	    </dependency>