SEC-57 Make build compatible with maven 1.1

This commit is contained in:
Carlos Sanchez 2005-10-06 20:24:07 +00:00
parent 29e3daaab6
commit 789b63090f

View File

@ -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>