Skip to content

Commit

Permalink
HV-778 Adding CDI module to distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnarmorling committed Mar 28, 2013
1 parent 656ecc0 commit bcd15f0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
20 changes: 12 additions & 8 deletions distribution/pom.xml
Expand Up @@ -41,6 +41,10 @@
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator-cdi</artifactId>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator-annotation-processor</artifactId>
Expand Down Expand Up @@ -76,14 +80,14 @@
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.spec.javax.interceptor</groupId>
<artifactId>jboss-interceptors-api_1.2_spec</artifactId>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.spec.javax.interceptor</groupId>
<artifactId>jboss-interceptors-api_1.2_spec</artifactId>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
</dependency>
</dependencies>

<build>
Expand Down
8 changes: 2 additions & 6 deletions distribution/src/main/assembly/dist.xml
Expand Up @@ -27,16 +27,12 @@
<!-- Configure the artifacts to include -->
<dependencySets>
<!-- first the actual project artifacts -->
<dependencySet>
<outputDirectory>dist</outputDirectory>
<includes>
<include>org.hibernate:hibernate-validator-annotation-processor</include>
</includes>
</dependencySet>
<dependencySet>
<outputDirectory>dist</outputDirectory>
<includes>
<include>org.hibernate:hibernate-validator</include>
<include>org.hibernate:hibernate-validator-cdi</include>
<include>org.hibernate:hibernate-validator-annotation-processor</include>
</includes>
</dependencySet>

Expand Down

0 comments on commit bcd15f0

Please sign in to comment.