Skip to content

Commit

Permalink
Moved javax.el impl to furnace-cdi
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jun 6, 2014
1 parent 027d01c commit caa8af4
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions javaee/spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,6 @@
<artifactId>javaee-api</artifactId>
<version>7.0</version>
</dependency>
<dependency>
<groupId>org.glassfish.web</groupId>
<artifactId>javax.el</artifactId>
<version>2.2.4</version>
<exclusions>
<!-- javaee-api already has it -->
<exclusion>
<artifactId>javax.el-api</artifactId>
<groupId>javax.el</groupId>
</exclusion>
</exclusions>
</dependency>

</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit caa8af4

Please sign in to comment.