mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-13 13:53:29 +00:00
SEC-57 Make build compatible with maven 1.1
This commit is contained in:
parent
29e3daaab6
commit
789b63090f
30
project.xml
30
project.xml
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
<!--
|
||||||
* ========================================================================
|
* ========================================================================
|
||||||
*
|
*
|
||||||
@ -111,7 +111,6 @@
|
|||||||
<contributors>
|
<contributors>
|
||||||
<contributor>
|
<contributor>
|
||||||
<name>Cameron Braid</name>
|
<name>Cameron Braid</name>
|
||||||
<id>CameronBraid</id>
|
|
||||||
</contributor>
|
</contributor>
|
||||||
<contributor>
|
<contributor>
|
||||||
<name>Patrick Burleson</name>
|
<name>Patrick Burleson</name>
|
||||||
@ -321,18 +320,6 @@
|
|||||||
<war.bundle>true</war.bundle>
|
<war.bundle>true</war.bundle>
|
||||||
</properties>
|
</properties>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>maven-plugins</groupId>
|
|
||||||
<artifactId>maven-findbugs-plugin</artifactId>
|
|
||||||
<version>0.8.4</version>
|
|
||||||
<type>plugin</type>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>statcvs</groupId>
|
|
||||||
<artifactId>maven-statcvs-plugin</artifactId>
|
|
||||||
<version>2.5</version>
|
|
||||||
<type>plugin</type>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>javax.servlet</groupId>
|
<groupId>javax.servlet</groupId>
|
||||||
<artifactId>jsp-api</artifactId>
|
<artifactId>jsp-api</artifactId>
|
||||||
@ -348,6 +335,21 @@
|
|||||||
<version>0.9-SNAPSHOT</version>
|
<version>0.9-SNAPSHOT</version>
|
||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!-- plugins not bundled with maven 1.0.2 -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>statcvs</groupId>
|
||||||
|
<artifactId>maven-statcvs-plugin</artifactId>
|
||||||
|
<version>2.5</version>
|
||||||
|
<type>plugin</type>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>maven-plugins</groupId>
|
||||||
|
<artifactId>maven-findbugs-plugin</artifactId>
|
||||||
|
<version>0.9.2</version>
|
||||||
|
<type>plugin</type>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<build>
|
<build>
|
||||||
<sourceDirectory>${basedir}/src/main/java</sourceDirectory>
|
<sourceDirectory>${basedir}/src/main/java</sourceDirectory>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user