Skip to content

Commit

Permalink
WELD-1526 fix examples' tomcat profile dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maschmid committed Oct 9, 2013
1 parent 62b8b2c commit fb891c1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
12 changes: 0 additions & 12 deletions examples/jsf/numberguess/pom.xml
Expand Up @@ -111,18 +111,6 @@
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>org.glassfish.web</groupId>
<artifactId>el-impl</artifactId>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>javax.el</groupId>
<artifactId>el-api</artifactId>
</exclusion>
</exclusions>
</dependency>

</dependencies>
<build>
<plugins>
Expand Down
12 changes: 0 additions & 12 deletions examples/jsf/permalink/pom.xml
Expand Up @@ -200,18 +200,6 @@
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>org.glassfish.web</groupId>
<artifactId>el-impl</artifactId>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>javax.el</groupId>
<artifactId>el-api</artifactId>
</exclusion>
</exclusions>
</dependency>

</dependencies>

<build>
Expand Down

0 comments on commit fb891c1

Please sign in to comment.