Skip to content

Instantly share code, notes, and snippets.

@krisskross
Created May 2, 2012 19:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krisskross/2579669 to your computer and use it in GitHub Desktop.
Save krisskross/2579669 to your computer and use it in GitHub Desktop.
admin pom
<dependency>
<groupId>org.deephacks.tools4j</groupId>
<artifactId>config-api-admin</artifactId>
<version>0.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.deephacks.tools4j</groupId>
<artifactId>config-core</artifactId>
<version>0.0.1</version>
<scope>runtime</scope>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment