Skip to content

Instantly share code, notes, and snippets.

@scothis
Created April 28, 2011 03:39
Show Gist options
  • Save scothis/945753 to your computer and use it in GitHub Desktop.
Save scothis/945753 to your computer and use it in GitHub Desktop.
cloudfoundry-runtime
<repositories>
<repository>
<id>org.springframework.milestone</id>
<name>Spring Framework Milestone Repository</name>
<url>http://maven.springframework.org/milestone</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
<releases>
<updatePolicy>never</updatePolicy>
</releases>
</repository>
...
</repositories>
<dependencies>
<dependency>
<groupId>org.cloudfoundry</groupId>
<artifactId>cloudfoundry-runtime</artifactId>
<version>0.6.0</version>
</dependency>
...
</dependencies>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment