fixed pom scope

git-svn-id: http://jclouds.googlecode.com/svn/trunk@396 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
adrian.f.cole 2009-05-05 18:38:35 +00:00
parent 23b956f894
commit d64ec93d47
1 changed files with 7 additions and 9 deletions

View File

@ -81,15 +81,13 @@
<artifactId>jetty</artifactId> <artifactId>jetty</artifactId>
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.geronimo.specs</groupId> <groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-servlet_2.5_spec</artifactId> <artifactId>geronimo-servlet_2.5_spec</artifactId>
<version>1.2</version> <version>1.2</version>
<scope>provided</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>