Update dependency versions

This commit is contained in:
Trustin Lee 2013-07-12 21:07:10 +09:00
parent a8af577423
commit 85a3d320cb

10
pom.xml
View File

@ -70,7 +70,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<jboss.marshalling.version>1.3.17.GA</jboss.marshalling.version>
<jboss.marshalling.version>1.3.18.GA</jboss.marshalling.version>
<test.jvm.argLine>
-server
-dsa -da -ea:io.netty...
@ -236,13 +236,13 @@
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>3.1</version>
<version>3.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymockclassextension</artifactId>
<version>3.1</version>
<version>3.2</version>
<scope>test</scope>
</dependency>
<dependency>
@ -263,7 +263,7 @@
<plugins>
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.2</version>
<version>1.3</version>
<executions>
<execution>
<id>enforce-tools</id>
@ -428,7 +428,7 @@
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9</version>
<version>2.9.1</version>
<configuration>
<detectOfflineLinks>false</detectOfflineLinks>
<breakiterator>true</breakiterator>