Upload by wagon-svn

git-svn-id: http://jclouds.googlecode.com/svn/trunk@411 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
adrian.f.cole 2009-05-05 19:35:52 +00:00
parent 0695cca202
commit 7e411fb9ba
3 changed files with 27 additions and 2 deletions

View File

@ -52,6 +52,18 @@
<artifactId>appengine-api</artifactId>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-api-stubs</artifactId>
<version>1.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-local-runtime</artifactId>
<version>1.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jclouds-core</artifactId>
@ -63,6 +75,19 @@
<version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-servlet_2.5_spec</artifactId>
<version>1.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>

View File

@ -1 +1 @@
cb2170f0dc10d65510f4ff26cc06c6b0
9db35ca8724ac1ac22cf2733c0fc8e17

View File

@ -1 +1 @@
7bedcf5b4d9185fbbdfbf5e490b48ca1cc8a7550
f2b7f9ef6c0612b9c5aa3ee73790970f58f4cf4f