Revision: 894
          http://jwebunit.svn.sourceforge.net/jwebunit/?rev=894&view=rev
Author:   henryju
Date:     2011-01-27 13:42:12 +0000 (Thu, 27 Jan 2011)

Log Message:
-----------
Updated some dependencies and plugins versions.

Modified Paths:
--------------
    trunk/jwebunit-core/pom.xml
    trunk/jwebunit-htmlunit-plugin/pom.xml
    trunk/pom.xml

Modified: trunk/jwebunit-core/pom.xml
===================================================================
--- trunk/jwebunit-core/pom.xml 2011-01-27 13:15:33 UTC (rev 893)
+++ trunk/jwebunit-core/pom.xml 2011-01-27 13:42:12 UTC (rev 894)
@@ -18,8 +18,7 @@
                </dependency>
                <dependency>
                        <groupId>org.mockito</groupId>
-                       <artifactId>mockito-all</artifactId>
-                       <version>1.7</version>
+               <artifactId>mockito-core</artifactId>
                        <scope>test</scope>
                </dependency>
                <dependency>

Modified: trunk/jwebunit-htmlunit-plugin/pom.xml
===================================================================
--- trunk/jwebunit-htmlunit-plugin/pom.xml      2011-01-27 13:15:33 UTC (rev 
893)
+++ trunk/jwebunit-htmlunit-plugin/pom.xml      2011-01-27 13:42:12 UTC (rev 
894)
@@ -17,8 +17,7 @@
         </dependency>
         <dependency>
             <groupId>org.mockito</groupId>
-            <artifactId>mockito-all</artifactId>
-            <version>1.7</version>
+               <artifactId>mockito-core</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml       2011-01-27 13:15:33 UTC (rev 893)
+++ trunk/pom.xml       2011-01-27 13:42:12 UTC (rev 894)
@@ -226,7 +226,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
-                    <version>2.7</version>
+                    <version>2.7.2</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -316,7 +316,7 @@
             <plugin>
                 <groupId>com.mycila.maven-license-plugin</groupId>
                 <artifactId>maven-license-plugin</artifactId>
-                <version>1.8.0</version>
+                <version>1.9.0</version>
                 <configuration>
                     
<header>${topDirectoryLocation}/src/license/header.txt</header>
                     <aggregate>false</aggregate>
@@ -349,6 +349,7 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-changes-plugin</artifactId>
                 <version>2.3</version>
+                <inherited>false</inherited>
                 <executions>
                     <execution>
                         <id>validate-changes</id>
@@ -378,7 +379,7 @@
             <dependency>
                 <groupId>org.mortbay.jetty</groupId>
                 <artifactId>jetty</artifactId>
-                <version>6.1.21</version>
+                <version>6.1.26</version>
             </dependency>
             <dependency>
                 <groupId>commons-fileupload</groupId>
@@ -388,7 +389,7 @@
             <dependency>
                 <groupId>commons-io</groupId>
                 <artifactId>commons-io</artifactId>
-                <version>1.4</version>
+                <version>2.0.1</version>
             </dependency>
             <dependency>
                 <groupId>net.sourceforge.htmlunit</groupId>
@@ -423,9 +424,15 @@
             <dependency>
                 <groupId>ch.qos.logback</groupId>
                 <artifactId>logback-classic</artifactId>
-                <version>0.9.24</version>
+                <version>0.9.28</version>
                 <optional>true</optional>
             </dependency>
+            <dependency>
+                <groupId>org.mockito</groupId>
+                <artifactId>mockito-core</artifactId>
+                <version>1.8.5</version>
+                <scope>test</scope>
+            </dependency>
         </dependencies>
     </dependencyManagement>
     <profiles>
@@ -529,7 +536,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-report-plugin</artifactId>
-                <version>2.7</version>
+                <version>2.7.2</version>
                 <configuration>
                     <aggregate>true</aggregate>
                 </configuration>


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
JWebUnit-development mailing list
JWebUnit-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to