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 @@
<artifactId>com.springsource.com.sun.syndication</artifactId>
<version>1.0.0</version>
</dependency>
<!--
<dependency>
<groupId>javax.el</groupId>
<artifactId>com.springsource.javax.el</artifactId>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>
-->
<dependency>
<groupId>javax.persistence</groupId>
<artifactId>com.springsource.javax.persistence</artifactId>
......@@ -74,14 +66,12 @@
<artifactId>com.springsource.org.apache.openjpa</artifactId>
<version>1.1.0</version>
</dependency>
<!--
<dependency>
<groupId>org.apache.taglibs</groupId>
<artifactId>com.springsource.org.apache.taglibs.standard</artifactId>
<version>1.1.2</version>
<scope>provided</scope>
</dependency>
-->
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>com.springsource.org.aspectj.weaver</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment