added static metamodel generator

This commit is contained in:
2017-07-25 21:53:01 +02:00
parent 4c4fa98371
commit bc9413b1cb
4 changed files with 8 additions and 55 deletions

View File

@@ -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"