Browse Source

SEC-57 Make build compatible with maven 1.1

Carlos Sanchez 20 years ago
parent
commit
789b63090f
1 changed files with 16 additions and 14 deletions
  1. 16 14
      project.xml

+ 16 - 14
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>