Skip to content

Commit

Permalink
Remove duplicated cdi-api version statement
Browse files Browse the repository at this point in the history
  • Loading branch information
asoldano committed Feb 22, 2016
1 parent aa72d4e commit d2cdf2c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@
<jettison.version>1.3.3</jettison.version>
<jackson.version>2.5.4</jackson.version>
<classmate.version>0.8.0</classmate.version>
<javax.enterprise.version>1.2</javax.enterprise.version>
</properties>


Expand Down Expand Up @@ -1174,12 +1173,6 @@
<version>${xerces.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
<scope>provided</scope>
<version>${javax.enterprise.version}</version>
</dependency>
<!-- transitive dependencies -->
<dependency>
<groupId>log4j</groupId>
Expand Down

0 comments on commit d2cdf2c

Please sign in to comment.