HHH-10379 Remove dependency to rhq-pluginAnnotations
This commit is contained in:
parent
f344a6d290
commit
62fd52ad59
|
@ -16,7 +16,6 @@ if ( project.hasProperty( 'overrideInfinispanVersionForTesting' ) ) {
|
|||
dependencies {
|
||||
compile project( ':hibernate-core' )
|
||||
compile( libraries.infinispan )
|
||||
compile( libraries.rhq )
|
||||
|
||||
provided( libraries.jta )
|
||||
|
||||
|
@ -25,7 +24,6 @@ dependencies {
|
|||
testCompile( libraries.jboss_common_core )
|
||||
testCompile( libraries.jnp_client )
|
||||
testCompile( libraries.jnp_server )
|
||||
testCompile( libraries.rhq )
|
||||
testCompile( libraries.mockito )
|
||||
testCompile ('mysql:mysql-connector-java:5.1.17')
|
||||
}
|
||||
|
|
|
@ -100,7 +100,6 @@ ext {
|
|||
infinispan: "org.infinispan:infinispan-core:${infinispanVersion}",
|
||||
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~ infinispan test
|
||||
infinispan_test: "org.infinispan:infinispan-core:${infinispanVersion}:tests@jar",
|
||||
rhq: "org.rhq.helpers:rhq-pluginAnnotations:3.0.4",
|
||||
jboss_common_core: "org.jboss:jboss-common-core:2.2.16.GA@jar",
|
||||
jnp_client: "org.jboss.naming:jnp-client:${jnpVersion}",
|
||||
jnp_server: "org.jboss.naming:jnpserver:${jnpVersion}",
|
||||
|
|
Loading…
Reference in New Issue