HHH-8388 updated hibernate-osgi.gradle to use libraries.gradle

This commit is contained in:
Brett Meyer 2013-08-01 14:27:14 -04:00
parent 2301fd215f
commit 31b881bc50
1 changed files with 2 additions and 3 deletions

View File

@ -35,11 +35,10 @@ dependencies {
// Local copies of all jars needed fur the OSGi runtime. // Local copies of all jars needed fur the OSGi runtime.
osgiRuntime( "org.jboss.arquillian.osgi:arquillian-osgi-bundle:1.0.3.Final" ) osgiRuntime( "org.jboss.arquillian.osgi:arquillian-osgi-bundle:1.0.3.Final" )
osgiRuntime( "org.ops4j.pax.url:pax-url-wrap:1.5.2" ) osgiRuntime( libraries.jpa )
osgiRuntime( "org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.0.Final" )
osgiRuntime( "javax.enterprise:cdi-api:1.1-PFD" ) 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.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-collections:commons-collections:3.2.1" )
osgiRuntime( "commons-pool:commons-pool:1.6" ) osgiRuntime( "commons-pool:commons-pool:1.6" )
osgiRuntime( "commons-dbcp:commons-dbcp:1.4" ) osgiRuntime( "commons-dbcp:commons-dbcp:1.4" )