Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Remove unwanted RichFaces dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Apr 2, 2015
1 parent cf1a1f0 commit 2080dfc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Expand Up @@ -137,6 +137,12 @@
<groupId>org.richfaces</groupId>
<artifactId>richfaces</artifactId>
<version>${richfaces.version}</version>
<exclusions>
<exclusion>
<groupId>org.jboss.spec.javax.el</groupId>
<artifactId>jboss-el-api_3.0_spec</artifactId>
</exclusion>
</exclusions>
</dependency>


Expand Down Expand Up @@ -933,6 +939,7 @@
<rules>
<bannedDependencies>
<excludes combine.children="append">
<exclude>org.jboss.spec.javax.el:jboss-el-api_3.0_spec</exclude>
<!-- use org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec -->
<exclude>org.jboss.spec.javax.servlet:jboss-servlet-api_3.1_spec</exclude>

Expand Down

0 comments on commit 2080dfc

Please sign in to comment.