Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

Commit

Permalink
ROO-3136: Cloud Foundry addon can't find o.s.r.support.util.StringUti…
Browse files Browse the repository at this point in the history
…ls - added Spring Roo S3 repository to allow Maven artifact com.vmware.appcloud:AppCloudClient:jar:0.0.1.A1-ROO to be found
  • Loading branch information
Andrew Swan committed May 16, 2012
1 parent 84c6936 commit a6208d4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cloud-foundry-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@
<pkgVersion>0.0.1.A1-ROO</pkgVersion>
<pkgVendor>VMware, Inc</pkgVendor>
</properties>

<repositories>
<repository>
<id>spring-roo-s3</id>
<name>Spring Roo S3 Bucket</name>
<url>s3://spring-roo-repository.springsource.org/release</url>
</repository>
</repositories>

<dependencies>
<dependency>
Expand Down

0 comments on commit a6208d4

Please sign in to comment.