Skip to content

Commit

Permalink
HV-481 Add JBoss logging dependency and enable annotation processor i…
Browse files Browse the repository at this point in the history
…n HV pom
  • Loading branch information
kevinpollet authored and hferentschik committed Mar 2, 2012
1 parent dcf6515 commit ce820b7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hibernate-validator/pom.xml
Expand Up @@ -51,6 +51,10 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
</dependency>
<!--
Provided dependencies.
JAXB is needed when running on Java5. In this environment these dependencies have to be added (unless
Expand Down Expand Up @@ -185,6 +189,10 @@
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.bsc.maven</groupId>
<artifactId>maven-processor-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
Expand Down

0 comments on commit ce820b7

Please sign in to comment.