added necessary <repository> for resolving org.springframework.build.aws.maven 3.0.0.RELEASE dependency

This commit is contained in:
Chris Beams
2010-06-03 14:51:21 +00:00
parent aed96e1c93
commit bc8e1334f2
2 changed files with 18 additions and 0 deletions

View File

@@ -69,6 +69,7 @@
<build>
<extensions>
<extension>
<!-- available only in the springframework maven repository. see <repositories> section below -->
<groupId>org.springframework.build.aws</groupId>
<artifactId>org.springframework.build.aws.maven</artifactId>
<version>3.0.0.RELEASE</version>
@@ -345,4 +346,12 @@
</plugin>
</plugins>
</build>
<repositories>
<!-- necessary for org.springframework.build.aws.maven dependency -->
<repository>
<id>repository.springframework.maven.release</id>
<name>Spring Framework Maven Release Repository</name>
<url>http://maven.springframework.org/release</url>
</repository>
</repositories>
</project>

View File

@@ -64,6 +64,7 @@
<build>
<extensions>
<extension>
<!-- available only in the springframework maven repository. see <repositories> section below -->
<groupId>org.springframework.build.aws</groupId>
<artifactId>org.springframework.build.aws.maven</artifactId>
<version>3.0.0.RELEASE</version>
@@ -210,6 +211,14 @@
<url>http://repository.springsource.com/maven/bundles/release</url>
</pluginRepository>
</pluginRepositories>
<repositories>
<!-- necessary for org.springframework.build.aws.maven dependency -->
<repository>
<id>repository.springframework.maven.release</id>
<name>Spring Framework Maven Release Repository</name>
<url>http://maven.springframework.org/release</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>log4j</groupId>