Update versions of apache-jsp and servlet-api for osgi

This commit is contained in:
Jan Bartel 2014-09-05 20:19:45 +10:00
parent 18f9ec4c23
commit d9f285f5f5
2 changed files with 2 additions and 2 deletions

View File

@ -141,7 +141,7 @@
<dependency>
<groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-osgi-servlet-api</artifactId>
<version>3.1-SNAPSHOT</version>
<version>3.1.0.M0</version>
</dependency>
<dependency>

View File

@ -540,7 +540,7 @@
<dependency>
<groupId>org.mortbay.jasper</groupId>
<artifactId>apache-jsp</artifactId>
<version>8.0.9-SNAPSHOT</version>
<version>8.0.9.M3</version>
</dependency>
<dependency>