Blob Blame History Raw
--- A/pom.xml	2010-05-07 00:57:22.402693000 +0200
+++ B/pom.xml	2010-05-08 11:52:57.050886935 +0200
@@ -110,7 +110,7 @@
     -->
 
     <prerequisites>
-        <maven>2.0.9</maven>
+        <maven>2.0.8</maven>
     </prerequisites>
 
     <build>
@@ -243,31 +243,6 @@
                     <locales>en</locales>
                 </configuration>
             </plugin>
-            <plugin>
-                <groupId>com.google.code.maven-license-plugin</groupId>
-                <artifactId>maven-license-plugin</artifactId>
-                <version>1.3.0</version>
-                <configuration>
-                    <header>${basedir}/src/main/etc/header.txt</header>
-                    <failIfMissing>true</failIfMissing>
-                    <properties>
-                        <owner>Mathieu Carbou</owner>
-                        <year>${project.inceptionYear}</year>
-                        <email>mathieu.carbou@gmail.com</email>
-                    </properties>
-                    <excludes>
-                        <exclude>LICENSE.txt</exclude>
-                        <exclude>src/test/resources/**</exclude>
-                    </excludes>
-                </configuration>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>check</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
         </plugins>
     </build>
 
@@ -366,21 +341,5 @@
          LIBS
     -->
 
-    <dependencies>
-        <dependency>
-            <groupId>org.testng</groupId>
-            <artifactId>testng</artifactId>
-            <version>5.8</version>
-            <classifier>jdk15</classifier>
-            <scope>test</scope>
-            <exclusions>
-                <exclusion>
-                    <groupId>junit</groupId>
-                    <artifactId>junit</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-    </dependencies>
-
 </project>