Skip to content

Commit

Permalink
FURNACE-64: Excluded dependency on cdi-api
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Aug 6, 2015
1 parent d880d4c commit a982406
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test-harness/arquillian/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>${version.maven}</version>
<exclusions>
<exclusion>
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down

0 comments on commit a982406

Please sign in to comment.