HHH-8388 updated hibernate-osgi.gradle to use libraries.gradle
This commit is contained in:
parent
2301fd215f
commit
31b881bc50
|
@ -35,11 +35,10 @@ dependencies {
|
|||
|
||||
// Local copies of all jars needed fur the OSGi runtime.
|
||||
osgiRuntime( "org.jboss.arquillian.osgi:arquillian-osgi-bundle:1.0.3.Final" )
|
||||
osgiRuntime( "org.ops4j.pax.url:pax-url-wrap:1.5.2" )
|
||||
osgiRuntime( "org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.0.Final" )
|
||||
osgiRuntime( libraries.jpa )
|
||||
osgiRuntime( "javax.enterprise:cdi-api:1.1-PFD" )
|
||||
osgiRuntime( "org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.2_spec:1.0.0.Alpha1" )
|
||||
osgiRuntime( "org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.0.0.Alpha1" )
|
||||
osgiRuntime( libraries.jta )
|
||||
osgiRuntime( "commons-collections:commons-collections:3.2.1" )
|
||||
osgiRuntime( "commons-pool:commons-pool:1.6" )
|
||||
osgiRuntime( "commons-dbcp:commons-dbcp:1.4" )
|
||||
|
|
Loading…
Reference in New Issue