mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-23 12:32:13 +00:00
Update servlet dependency ids with latest conventions
This commit is contained in:
parent
f650289142
commit
71e35de986
14
project.xml
14
project.xml
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
<!--
|
||||||
* ========================================================================
|
* ========================================================================
|
||||||
*
|
*
|
||||||
@ -212,10 +212,9 @@
|
|||||||
</properties>
|
</properties>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>servletapi</groupId>
|
<groupId>javax.servlet</groupId>
|
||||||
<artifactId>servletapi</artifactId>
|
<artifactId>servlet-api</artifactId>
|
||||||
<version>2.4-20040521</version>
|
<version>2.4</version>
|
||||||
<type>jar</type>
|
|
||||||
<url>http://java.sun.com/products/servlet</url>
|
<url>http://java.sun.com/products/servlet</url>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
@ -330,10 +329,9 @@
|
|||||||
<type>plugin</type>
|
<type>plugin</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>jspapi</groupId>
|
<groupId>javax.servlet</groupId>
|
||||||
<artifactId>jsp-api</artifactId>
|
<artifactId>jsp-api</artifactId>
|
||||||
<version>2.0-20040521</version>
|
<version>2.0</version>
|
||||||
<type>jar</type>
|
|
||||||
<url>http://java.sun.com/products/jsp</url>
|
<url>http://java.sun.com/products/jsp</url>
|
||||||
<properties>
|
<properties>
|
||||||
<war.bundle>false</war.bundle>
|
<war.bundle>false</war.bundle>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user