Bringing back over changes from central-orbit-repo branch for using orbit deps in jetty-continuation and jetty-jndi

This commit is contained in:
Jan Bartel 2012-02-01 11:51:28 +11:00
parent ce2ad79fd3
commit e26cb28760
2 changed files with 5 additions and 6 deletions

View File

@ -64,9 +64,9 @@
</build>
<dependencies>
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>servlet-api</artifactId>
<version>3.0.20100224</version>
<groupId>org.eclipse.jetty.orbit</groupId>
<artifactId>javax.servlet</artifactId>
<version>3.0.0.v201112011016</version>
<scope>provided</scope>
</dependency>
<dependency>

View File

@ -76,9 +76,8 @@
</activation>
<dependencies>
<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
<version>1.1</version>
<groupId>org.eclipse.jetty.orbit</groupId>
<artifactId>javax.activation</artifactId>
</dependency>
</dependencies>
</profile>