2009-05-20 17:25:11 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
|
|
|
|
|
|
|
2010-08-12 19:04:26 -04:00
|
|
|
Copyright (C) 2010 Cloud Conscious, LLC. <info@cloudconscious.com>
|
2009-05-20 17:25:11 -04:00
|
|
|
|
2010-01-01 12:56:29 -05:00
|
|
|
====================================================================
|
|
|
|
Licensed 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
|
|
|
|
|
|
|
|
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-05-20 17:25:11 -04:00
|
|
|
|
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">
|
2011-01-05 15:42:34 -05:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2009-05-20 17:25:11 -04:00
|
|
|
<parent>
|
|
|
|
<groupId>org.jclouds</groupId>
|
2011-01-05 15:42:34 -05:00
|
|
|
<artifactId>jclouds-project</artifactId>
|
2010-02-05 00:30:22 -05:00
|
|
|
<version>1.0-SNAPSHOT</version>
|
2011-01-06 19:48:51 -05:00
|
|
|
<relativePath>../../project/pom.xml</relativePath>
|
2009-05-20 17:25:11 -04:00
|
|
|
</parent>
|
2011-01-06 19:48:51 -05:00
|
|
|
<groupId>org.jclouds.common</groupId>
|
|
|
|
<artifactId>aws-common</artifactId>
|
2011-01-05 15:42:34 -05:00
|
|
|
<name>jclouds Amazon AWS Components Core</name>
|
|
|
|
<description>jclouds Core components to access Amazon AWS</description>
|
2009-05-20 17:25:11 -04:00
|
|
|
<dependencies>
|
2010-01-18 17:56:58 -05:00
|
|
|
<dependency>
|
2011-01-06 19:48:51 -05:00
|
|
|
<groupId>org.jclouds</groupId>
|
2010-01-18 17:56:58 -05:00
|
|
|
<artifactId>jclouds-core</artifactId>
|
|
|
|
<version>${project.version}</version>
|
2010-01-10 19:08:04 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2011-01-06 19:48:51 -05:00
|
|
|
<groupId>org.jclouds</groupId>
|
2011-01-05 15:42:34 -05:00
|
|
|
<artifactId>jclouds-core</artifactId>
|
2011-01-01 14:28:52 -05:00
|
|
|
<version>${project.version}</version>
|
|
|
|
<type>test-jar</type>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2009-05-20 17:25:11 -04:00
|
|
|
</dependencies>
|
2010-09-19 16:30:11 -04:00
|
|
|
|
2009-05-20 17:25:11 -04:00
|
|
|
</project>
|