|
I'm rejecting this one, for now. Take a look at https://repository.jboss.org/nexus/content/groups/public/org/hibernate/hibernate-osgi/4.3.0-SNAPSHOT/hibernate-osgi-4.3.0-20130813.200327-147.pom. In
HHH-8146
, we switched to Gradle's maven-publishing. This cleaned up the dependencies mess that was showing up in all the sub-modules, including hibernate-osgi.
Now, we do what should have been there to begin with: compile scoped dependencies in core/entitymanager, and no transitive dependencies in osgi.
|