Author: sergeyb
Date: Thu Feb 2 12:11:28 2012
New Revision: 1239568
URL: http://svn.apache.org/viewvc?rev=1239568&view=rev
Log:
Updating the jetty version back to 7.x for a single bundle distro
Modified:
cxf/dosgi/trunk/distribution/single-bundle/pom.xml
Modified: cxf/dosgi/trunk/distribution/single-bundle/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/single-bundle/pom.xml?rev=1239568&r1=1239567&r2=1239568&view=diff
==============================================================================
--- cxf/dosgi/trunk/distribution/single-bundle/pom.xml (original)
+++ cxf/dosgi/trunk/distribution/single-bundle/pom.xml Thu Feb 2 12:11:28 2012
@@ -60,6 +60,11 @@
<version>1.1.3</version>
</dependency>
<dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-servlet_${servlet.version}_spec</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
<groupId>org.apache.commons</groupId>
<artifactId>com.springsource.org.apache.commons.logging</artifactId>
<version>1.1.1</version>
@@ -130,11 +135,6 @@
<version>${spring.osgi.version}</version>
</dependency>
<dependency>
- <groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-servlet_3.0_spec</artifactId>
- <version>1.0</version>
- </dependency>
- <dependency>
<groupId>org.ops4j.pax.web</groupId>
<artifactId>pax-web-runtime</artifactId>
<version>${pax.web.version}</version>
@@ -142,7 +142,7 @@
<dependency>
<groupId>org.eclipse.jetty.aggregate</groupId>
<artifactId>jetty-all-server</artifactId>
- <version>8.0.0.M3</version>
+ <version>${jetty.version}</version>
</dependency>
<dependency>
<groupId>org.ops4j.pax.web</groupId>