Skip to content

Commit

Permalink
OGM-1503 Removed no longer needed module hibernate-entitymanager
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanne committed Jun 26, 2018
1 parent 04352d3 commit 96b41a5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 31 deletions.
15 changes: 0 additions & 15 deletions bom/pom.xml
Expand Up @@ -244,21 +244,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<version>${version.org.hibernate}</version>
<exclusions>
<exclusion>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging-annotations</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jta_1.1_spec</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-envers</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions core/pom.xml
Expand Up @@ -27,10 +27,6 @@
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
</dependency>
<dependency>
<groupId>org.hibernate.common</groupId>
<artifactId>hibernate-commons-annotations</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions documentation/javadoc/pom.xml
Expand Up @@ -32,10 +32,6 @@
<dependencies>
<!-- We need the dependencies having annotations we're using
to workaround a javadoc tool bug -->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search-orm</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions infinispan-remote/pom.xml
Expand Up @@ -41,10 +41,6 @@
<!-- "provided" is used as "compile-only" here; It's NOT needed at runtime -->
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
</dependency>
<dependency>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-client-hotrod</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions performance/pom.xml
Expand Up @@ -48,10 +48,6 @@
<groupId>org.jboss.spec.javax.transaction</groupId>
<artifactId>jboss-transaction-api_1.2_spec</artifactId>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
</dependency>
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-core</artifactId>
Expand Down

0 comments on commit 96b41a5

Please sign in to comment.