You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2009/05/18 06:43:09 UTC

svn commit: r775807 - /camel/trunk/components/camel-web/pom.xml

Author: davsclaus
Date: Mon May 18 04:43:09 2009
New Revision: 775807

URL: http://svn.apache.org/viewvc?rev=775807&view=rev
Log:
Fixed pom.xml since damn jetty did not release a 6.1.16 of the jsp-2.1 jar

Modified:
    camel/trunk/components/camel-web/pom.xml

Modified: camel/trunk/components/camel-web/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-web/pom.xml?rev=775807&r1=775806&r2=775807&view=diff
==============================================================================
--- camel/trunk/components/camel-web/pom.xml (original)
+++ camel/trunk/components/camel-web/pom.xml Mon May 18 04:43:09 2009
@@ -150,7 +150,8 @@
     <dependency>
       <groupId>org.mortbay.jetty</groupId>
       <artifactId>jsp-2.1</artifactId>
-      <version>${jetty-version}</version>
+      <!-- a newer release of jsp-2.1 was not found in mvn repo -->
+      <version>6.1.14</version>
       <scope>test</scope>
     </dependency>
     <dependency>