Skip to content

Commit

Permalink
wildfly-extras#60 - provide jstl dependency
Browse files Browse the repository at this point in the history
JSTL is required to have Eclipse resolving dependency on jsp pages. Set
it as provided as Widlfly is providing an implementation.

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
  • Loading branch information
apupier committed Oct 17, 2017
1 parent ba49e95 commit 9173b9d
Show file tree
Hide file tree
Showing 11 changed files with 55 additions and 2 deletions.
5 changes: 5 additions & 0 deletions camel-activemq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@
<artifactId>jboss-servlet-api_3.1_spec</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.spec.javax.servlet.jstl</groupId>
<artifactId>jboss-jstl-api_1.2_spec</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>

<!-- Build -->
Expand Down
6 changes: 5 additions & 1 deletion camel-cxf-jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,11 @@
<artifactId>jboss-jaxrs-api_2.0_spec</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.jboss.spec.javax.servlet.jstl</groupId>
<artifactId>jboss-jstl-api_1.2_spec</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>

<!-- Build -->
Expand Down
5 changes: 5 additions & 0 deletions camel-cxf-jaxws-cdi-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@
<artifactId>jboss-servlet-api_3.1_spec</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.spec.javax.servlet.jstl</groupId>
<artifactId>jboss-jstl-api_1.2_spec</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>

<!-- Build -->
Expand Down
5 changes: 5 additions & 0 deletions camel-cxf-jaxws-secure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@
<artifactId>jboss-servlet-api_3.1_spec</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.spec.javax.servlet.jstl</groupId>
<artifactId>jboss-jstl-api_1.2_spec</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>

<!-- Build -->
Expand Down
5 changes: 5 additions & 0 deletions camel-cxf-jaxws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@
<artifactId>jboss-servlet-api_3.1_spec</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.spec.javax.servlet.jstl</groupId>
<artifactId>jboss-jstl-api_1.2_spec</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>

<!-- Build -->
Expand Down
5 changes: 5 additions & 0 deletions camel-jms-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
<artifactId>jboss-servlet-api_3.1_spec</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.spec.javax.servlet.jstl</groupId>
<artifactId>jboss-jstl-api_1.2_spec</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>

<!-- Build -->
Expand Down
5 changes: 5 additions & 0 deletions camel-jms-tx-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@
<artifactId>jboss-servlet-api_3.1_spec</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.spec.javax.servlet.jstl</groupId>
<artifactId>jboss-jstl-api_1.2_spec</artifactId>
<scope>provided</scope>
</dependency>

</dependencies>

Expand Down
6 changes: 5 additions & 1 deletion camel-jms-tx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,11 @@
<artifactId>jboss-transaction-api_1.2_spec</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.jboss.spec.javax.servlet.jstl</groupId>
<artifactId>jboss-jstl-api_1.2_spec</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>

<!-- Build -->
Expand Down
5 changes: 5 additions & 0 deletions camel-jms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@
<artifactId>jboss-servlet-api_3.1_spec</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.spec.javax.servlet.jstl</groupId>
<artifactId>jboss-jstl-api_1.2_spec</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>

<!-- Build -->
Expand Down
5 changes: 5 additions & 0 deletions camel-mail-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@
<artifactId>jboss-servlet-api_3.1_spec</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.spec.javax.servlet.jstl</groupId>
<artifactId>jboss-jstl-api_1.2_spec</artifactId>
<scope>provided</scope>
</dependency>

</dependencies>

Expand Down
5 changes: 5 additions & 0 deletions camel-mail/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@
<artifactId>jboss-servlet-api_3.1_spec</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.spec.javax.servlet.jstl</groupId>
<artifactId>jboss-jstl-api_1.2_spec</artifactId>
<scope>provided</scope>
</dependency>

</dependencies>

Expand Down

0 comments on commit 9173b9d

Please sign in to comment.