Skip to content

Commit

Permalink
OGM-716 Exclude jboss-logging-annotations from enverse in BOM
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD committed Jan 13, 2015
1 parent d390f53 commit c938882
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bom/pom.xml
Expand Up @@ -103,6 +103,12 @@
<groupId>org.hibernate</groupId>
<artifactId>hibernate-envers</artifactId>
<version>${hibernateVersion}</version>
<exclusions>
<exclusion>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging-annotations</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
Expand Down

0 comments on commit c938882

Please sign in to comment.