Created
February 23, 2011 23:56
-
-
Save wfaler/841465 to your computer and use it in GitHub Desktop.
jpaproject.scala
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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