mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:25:50 +00:00
SPR-6447
SPR-6448 + add JSTL libraries to the war for portability
This commit is contained in:
parent
a36bc3c292
commit
5db88f472c
1 changed files with 0 additions and 2 deletions
2
pom.xml
2
pom.xml
|
@ -43,7 +43,6 @@
|
||||||
<groupId>javax.servlet</groupId>
|
<groupId>javax.servlet</groupId>
|
||||||
<artifactId>com.springsource.javax.servlet.jsp.jstl</artifactId>
|
<artifactId>com.springsource.javax.servlet.jsp.jstl</artifactId>
|
||||||
<version>1.2.0</version>
|
<version>1.2.0</version>
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>javax.xml.bind</groupId>
|
<groupId>javax.xml.bind</groupId>
|
||||||
|
@ -70,7 +69,6 @@
|
||||||
<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>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.aspectj</groupId>
|
<groupId>org.aspectj</groupId>
|
||||||
|
|
Loading…
Reference in a new issue