Skip to content
Snippets Groups Projects
Commit a36bc3c2 authored by Costin Leau's avatar Costin Leau Committed by Mic
Browse files

SPR-6447

SPR-6448
+ add JSTL libraries to the war for portability
parent 9617efef
No related branches found
No related tags found
No related merge requests found
...@@ -22,14 +22,6 @@ ...@@ -22,14 +22,6 @@
<artifactId>com.springsource.com.sun.syndication</artifactId> <artifactId>com.springsource.com.sun.syndication</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
</dependency> </dependency>
<!--
<dependency>
<groupId>javax.el</groupId>
<artifactId>com.springsource.javax.el</artifactId>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>
-->
<dependency> <dependency>
<groupId>javax.persistence</groupId> <groupId>javax.persistence</groupId>
<artifactId>com.springsource.javax.persistence</artifactId> <artifactId>com.springsource.javax.persistence</artifactId>
...@@ -74,14 +66,12 @@ ...@@ -74,14 +66,12 @@
<artifactId>com.springsource.org.apache.openjpa</artifactId> <artifactId>com.springsource.org.apache.openjpa</artifactId>
<version>1.1.0</version> <version>1.1.0</version>
</dependency> </dependency>
<!--
<dependency> <dependency>
<groupId>org.apache.taglibs</groupId> <groupId>org.apache.taglibs</groupId>
<artifactId>com.springsource.org.apache.taglibs.standard</artifactId> <artifactId>com.springsource.org.apache.taglibs.standard</artifactId>
<version>1.1.2</version> <version>1.1.2</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
-->
<dependency> <dependency>
<groupId>org.aspectj</groupId> <groupId>org.aspectj</groupId>
<artifactId>com.springsource.org.aspectj.weaver</artifactId> <artifactId>com.springsource.org.aspectj.weaver</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment