Skip to content

Instantly share code, notes, and snippets.

@ripper234
Created February 26, 2012 13:06
Show Gist options
  • Select an option

  • Save ripper234/1916601 to your computer and use it in GitHub Desktop.

Select an option

Save ripper234/1916601 to your computer and use it in GitHub Desktop.
play deps
# Application dependencies
require:
- play:
exclude:
- org.hibernate -> hibernate-core
- play -> secure
- play -> crud
- play -> less 0.9
# Buggy:
# - play -> associations 1.0.1
- com.google.guava -> guava 10.0.1
- org.hibernate -> hibernate-validator 4.1.0.Final
- org.hibernate -> hibernate-core 4.1.0.Final:
exclude:
- ant -> ant * # not working: http://stackoverflow.com/questions/8563043/why-isnt-play-excluding-my-dependency
# For groovy:
- groovy -> groovy-all-1.0-jsr 05
- org.apache.ant -> ant 1.8.2
- commons-io -> commons-io 2.1:
force: true
- com.google.inject -> guice 3.0
- org.antlr -> stringtemplate 4.0.2
- org.mindrot -> jbcrypt 0.3m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment