2009-04-30 14:43:08 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
|
|
$HeadURL$
|
|
|
|
$Revision$
|
|
|
|
$Date$
|
|
|
|
|
2009-05-07 04:10:55 -04:00
|
|
|
Copyright (C) 2009 Adrian Cole <adrian@jclouds.org>
|
2009-04-30 14:43:08 -04:00
|
|
|
|
|
|
|
====================================================================
|
|
|
|
Licensed to the Apache Software Foundation (ASF) under one
|
|
|
|
or more contributor license agreements. See the NOTICE file
|
|
|
|
distributed with this work for additional information
|
|
|
|
regarding copyright ownership. The ASF licenses this file
|
|
|
|
to you under the Apache License, Version 2.0 (the
|
|
|
|
"License"); you may not use this file except in compliance
|
|
|
|
with the License. You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0.html
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing,
|
|
|
|
software distributed under the License is distributed on an
|
|
|
|
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
|
|
KIND, either express or implied. See the License for the
|
|
|
|
specific language governing permissions and limitations
|
|
|
|
under the License.
|
|
|
|
====================================================================
|
|
|
|
-->
|
2009-06-30 13:17:16 -04:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
2009-04-30 14:43:08 -04:00
|
|
|
<parent>
|
|
|
|
<groupId>org.jclouds</groupId>
|
2009-05-20 17:09:07 -04:00
|
|
|
<artifactId>jclouds-extensions-project</artifactId>
|
2009-06-30 13:53:59 -04:00
|
|
|
<version>1.0-SNAPSHOT</version>
|
2009-05-20 17:09:07 -04:00
|
|
|
<relativePath>../pom.xml</relativePath>
|
2009-04-30 14:43:08 -04:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>org.jclouds</groupId>
|
|
|
|
<artifactId>jclouds-gae</artifactId>
|
2009-05-10 21:09:41 -04:00
|
|
|
<name>jclouds Google App Engine Components</name>
|
2009-04-30 14:43:08 -04:00
|
|
|
<packaging>jar</packaging>
|
|
|
|
<description>Google App Engine Components</description>
|
|
|
|
|
|
|
|
<scm>
|
2009-06-30 13:53:59 -04:00
|
|
|
<connection>scm:svn:http://jclouds.googlecode.com/svn/trunk</connection>
|
|
|
|
<developerConnection>scm:svn:https://jclouds.googlecode.com/svn/trunk</developerConnection>
|
|
|
|
<url>http://jclouds.googlecode.com/svn/trunk</url>
|
2009-04-30 14:43:08 -04:00
|
|
|
</scm>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.appengine</groupId>
|
|
|
|
<artifactId>appengine-api</artifactId>
|
2009-09-23 19:39:35 -04:00
|
|
|
<version>1.2.5</version>
|
2009-04-30 14:43:08 -04:00
|
|
|
</dependency>
|
2009-05-05 14:37:03 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.appengine</groupId>
|
|
|
|
<artifactId>appengine-api-stubs</artifactId>
|
2009-09-23 19:39:35 -04:00
|
|
|
<version>1.2.5</version>
|
2009-05-05 14:37:03 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.appengine</groupId>
|
|
|
|
<artifactId>appengine-local-runtime</artifactId>
|
2009-09-23 19:39:35 -04:00
|
|
|
<version>1.2.5</version>
|
2009-05-05 14:37:03 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2009-04-30 14:43:08 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>${project.groupId}</groupId>
|
|
|
|
<artifactId>jclouds-core</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<type>test-jar</type>
|
|
|
|
<scope>test</scope>
|
2009-11-11 02:10:33 -05:00
|
|
|
<!--
|
2009-05-05 14:38:35 -04:00
|
|
|
<exclusions>
|
2009-05-20 17:09:07 -04:00
|
|
|
<exclusion>
|
|
|
|
<groupId>org.mortbay.jetty</groupId>
|
|
|
|
<artifactId>jetty</artifactId>
|
|
|
|
</exclusion>
|
2009-05-05 14:38:35 -04:00
|
|
|
</exclusions>
|
2009-11-11 02:10:33 -05:00
|
|
|
-->
|
2009-04-30 14:43:08 -04:00
|
|
|
</dependency>
|
2009-05-05 14:37:03 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
|
|
|
<artifactId>geronimo-servlet_2.5_spec</artifactId>
|
|
|
|
<version>1.2</version>
|
2009-05-05 14:38:35 -04:00
|
|
|
<scope>test</scope>
|
2009-05-05 14:37:03 -04:00
|
|
|
</dependency>
|
2009-04-30 14:43:08 -04:00
|
|
|
</dependencies>
|
2009-05-05 14:37:03 -04:00
|
|
|
|
2009-04-30 14:43:08 -04:00
|
|
|
</project>
|