[JWebUnit-development] SF.net SVN: jwebunit:[934] trunk/pom.xml
Brought to you by:
henryju
|
From: <he...@us...> - 2011-12-30 15:06:45
|
Revision: 934
http://jwebunit.svn.sourceforge.net/jwebunit/?rev=934&view=rev
Author: henryju
Date: 2011-12-30 15:06:39 +0000 (Fri, 30 Dec 2011)
Log Message:
-----------
Remove toolchains as it is not portable
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2011-11-28 10:11:30 UTC (rev 933)
+++ trunk/pom.xml 2011-12-30 15:06:39 UTC (rev 934)
@@ -302,27 +302,6 @@
</pluginManagement>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-toolchains-plugin</artifactId>
- <version>1.0</version>
- <executions>
- <execution>
- <phase>validate</phase>
- <goals>
- <goal>toolchain</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <toolchains>
- <jdk>
- <version>1.5</version>
- <vendor>sun</vendor>
- </jdk>
- </toolchains>
- </configuration>
- </plugin>
- <plugin>
<groupId>com.mycila.maven-license-plugin</groupId>
<artifactId>maven-license-plugin</artifactId>
<version>1.9.0</version>
@@ -383,10 +362,15 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit-dep</artifactId>
- <version>4.8.2</version>
+ <version>4.10</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest-core</artifactId>
+ <version>1.3.RC2</version>
+ </dependency>
+ <dependency>
+ <groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>1.3.RC2</version>
</dependency>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|