Skip to content

Commit

Permalink
HHH-8388 updated hibernate-osgi.gradle to use libraries.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
brmeyer committed Aug 1, 2013
1 parent 2301fd2 commit 31b881b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions hibernate-osgi/hibernate-osgi.gradle
Expand Up @@ -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" )
Expand Down

0 comments on commit 31b881b

Please sign in to comment.