Skip to content

Commit

Permalink
HV-740 Adding optional dependencies to distribution pom to allow java…
Browse files Browse the repository at this point in the history
…doc aggregation
  • Loading branch information
hferentschik authored and gunnarmorling committed Mar 11, 2013
1 parent e8de5fb commit 3061b51
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions distribution/pom.xml
Expand Up @@ -78,6 +78,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>
</dependencies>

<build>
Expand Down

0 comments on commit 3061b51

Please sign in to comment.