Skip to content

Instantly share code, notes, and snippets.

@wfaler
Created February 23, 2011 23:56
Show Gist options
  • Save wfaler/841465 to your computer and use it in GitHub Desktop.
Save wfaler/841465 to your computer and use it in GitHub Desktop.
jpaproject.scala
val bowlerJpa = "org.bowlerframework" %% "jpa-mapper" % "0.5.1"
// if you are using Hibernate as your JPA provider
val hibernateEntityManager = "org.hibernate" % "hibernate-entitymanager" % "3.6.1.Final"
// your JDBC provider
val hsqldb = "hsqldb" % "hsqldb" % "1.8.0.7"
//needs explicit defining if you use Hibernate as your JPA provider
val jbossRepo = "JBoss repo" at "https://repository.jboss.org/nexus/content/repositories/releases/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment