Skip to content

Commit

Permalink
HV-481 Modify assembly to include JBoss logging dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpollet authored and hferentschik committed Mar 2, 2012
1 parent 0c4748e commit cc7a806
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hibernate-validator-distribution/src/main/assembly/dist.xml
Expand Up @@ -44,7 +44,7 @@
<outputDirectory>dist/lib/required</outputDirectory>
<includes>
<include>javax.validation:validation-api</include>
<include>org.slf4j:slf4j-api</include>
<include>org.jboss.logging:jboss-logging</include>
</includes>
</dependencySet>
<dependencySet>
Expand All @@ -60,6 +60,7 @@
<dependencySet>
<outputDirectory>dist/lib/optional</outputDirectory>
<includes>
<include>org.slf4j:slf4j-api</include>
<include>org.slf4j:slf4j-log4j12</include>
<include>log4j:log4j</include>
<include>joda-time:joda-time</include>
Expand Down

0 comments on commit cc7a806

Please sign in to comment.