mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-12 13:23: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>
|
||||
<contributor>
|
||||
<name>Cameron Braid</name>
|
||||
<id>CameronBraid</id>
|
||||
</contributor>
|
||||
<contributor>
|
||||
<name>Patrick Burleson</name>
|
||||
@ -321,18 +320,6 @@
|
||||
<war.bundle>true</war.bundle>
|
||||
</properties>
|
||||
</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>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>jsp-api</artifactId>
|
||||
@ -348,6 +335,21 @@
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<type>jar</type>
|
||||
</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>
|
||||
<build>
|
||||
<sourceDirectory>${basedir}/src/main/java</sourceDirectory>
|
||||
|
Loading…
x
Reference in New Issue
Block a user