added static metamodel generator
This commit is contained in:
@@ -15,10 +15,12 @@ libraryDependencies += "javax" % "javaee-api" % "7.0" % "provided"
|
||||
|
||||
libraryDependencies += "junit" % "junit" % "4.12" % "test"
|
||||
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % "test"
|
||||
libraryDependencies += "com.thoughtworks.xstream" % "xstream" % "1.4.10"
|
||||
libraryDependencies += "com.thoughtworks.xstream" % "xstream" % "1.4.10" % "test"
|
||||
libraryDependencies += "commons-io" % "commons-io" % "2.5" % "test"
|
||||
libraryDependencies += "org.jboss" % "jboss-ejb-client" % "4.0.0.CR5" % "test"
|
||||
//libraryDependencies += "org.hibernate.javax.persistence" % "hibernate-jpa-2.0-api" % "1.0.1.Final"
|
||||
|
||||
libraryDependencies += "org.hibernate" % "hibernate-jpamodelgen" % "5.2.10.Final" % "provided"
|
||||
|
||||
//libraryDependencies += "org.jboss.resteasy" % "resteasy-jaxrs" % "3.1.3.Final" % "test"
|
||||
//libraryDependencies += "org.jboss.resteasy" % "resteasy-client" % "3.1.3.Final"
|
||||
|
Reference in New Issue
Block a user