You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by st...@apache.org on 2011/04/23 15:11:50 UTC

svn commit: r1096143 - in /incubator/isis/trunk/runtimes/dflt: remoting/transport-http/server/pom.xml webapp/pom.xml webserver/pom.xml

Author: struberg
Date: Sat Apr 23 13:11:50 2011
New Revision: 1096143

URL: http://svn.apache.org/viewvc?rev=1096143&view=rev
Log:
ISIS-87 move javax dependencies to geronimo-spec ones

Modified:
    incubator/isis/trunk/runtimes/dflt/remoting/transport-http/server/pom.xml
    incubator/isis/trunk/runtimes/dflt/webapp/pom.xml
    incubator/isis/trunk/runtimes/dflt/webserver/pom.xml

Modified: incubator/isis/trunk/runtimes/dflt/remoting/transport-http/server/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/runtimes/dflt/remoting/transport-http/server/pom.xml?rev=1096143&r1=1096142&r2=1096143&view=diff
==============================================================================
--- incubator/isis/trunk/runtimes/dflt/remoting/transport-http/server/pom.xml (original)
+++ incubator/isis/trunk/runtimes/dflt/remoting/transport-http/server/pom.xml Sat Apr 23 13:11:50 2011
@@ -23,7 +23,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
-				<version>${maven-project-info-reports-plugin}</version>
+				<version>${maven-project-info-reports-plugin}</version>
                 <inherited>false</inherited>
                 <configuration>
                 	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
@@ -67,8 +67,8 @@
         </dependency>
 
         <dependency>
-	        <groupId>javax.servlet</groupId>
-	        <artifactId>servlet-api</artifactId>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-servlet_2.5_spec</artifactId>
 	        <scope>provided</scope>
         </dependency>
 	</dependencies>

Modified: incubator/isis/trunk/runtimes/dflt/webapp/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/runtimes/dflt/webapp/pom.xml?rev=1096143&r1=1096142&r2=1096143&view=diff
==============================================================================
--- incubator/isis/trunk/runtimes/dflt/webapp/pom.xml (original)
+++ incubator/isis/trunk/runtimes/dflt/webapp/pom.xml Sat Apr 23 13:11:50 2011
@@ -45,7 +45,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
-				<version>${maven-project-info-reports-plugin}</version>
+				<version>${maven-project-info-reports-plugin}</version>
                 <inherited>false</inherited>
                 <configuration>
                 	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
@@ -77,8 +77,8 @@
 		</dependency>
 
 	    <dependency>
-		    <groupId>javax.servlet</groupId>
-		    <artifactId>servlet-api</artifactId>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-servlet_2.5_spec</artifactId>
 		    <scope>provided</scope>
         </dependency>
 	</dependencies>

Modified: incubator/isis/trunk/runtimes/dflt/webserver/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/runtimes/dflt/webserver/pom.xml?rev=1096143&r1=1096142&r2=1096143&view=diff
==============================================================================
--- incubator/isis/trunk/runtimes/dflt/webserver/pom.xml (original)
+++ incubator/isis/trunk/runtimes/dflt/webserver/pom.xml Sat Apr 23 13:11:50 2011
@@ -23,7 +23,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
-				<version>${maven-project-info-reports-plugin}</version>
+				<version>${maven-project-info-reports-plugin}</version>
                 <inherited>false</inherited>
                 <configuration>
                 	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
@@ -55,8 +55,8 @@
 		</dependency>
 
 	    <dependency>
-		    <groupId>javax.servlet</groupId>
-		    <artifactId>servlet-api</artifactId>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-servlet_2.5_spec</artifactId>
             <scope>provided</scope>
         </dependency>
 	</dependencies>