Skip to content

Commit

Permalink
HHH-12751 Remove hibernate-infinispan OSGi feature
Browse files Browse the repository at this point in the history
  • Loading branch information
fax4ever authored and gsmet committed Oct 25, 2018
1 parent 52e72f5 commit 4508381
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions hibernate-osgi/hibernate-osgi.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ configurations {
description = 'Feature for easily adding Envers support to hibernate-orm'
transitive = false
}
hibernateInfinispan {
description = 'Feature for easily adding Infinispan-based caching support to hibernate-orm'
transitive = false
}
}

dependencies {
Expand Down Expand Up @@ -138,15 +134,7 @@ karaf {
version = project.version
}
}
feature {
name = 'hibernate-infinispan'
description = 'Feature for easily adding Infinispan-based caching support to hibernate-orm'
includeProject = false
configurations 'hibernateInfinispan'
feature('hibernate-orm') {
version = project.version
}
}
// The hibernate-infinispan feature is now provided by the Infinispan project.
}
}

Expand Down

0 comments on commit 4508381

Please sign in to comment.