Browse Source

Netty & plugins updated

master
Nikita 13 years ago
parent
commit
e8d4dd64a7
  1. 8
      pom.xml

8
pom.xml

@ -38,7 +38,7 @@
<dependency> <dependency>
<groupId>com.googlecode.jmockit</groupId> <groupId>com.googlecode.jmockit</groupId>
<artifactId>jmockit</artifactId> <artifactId>jmockit</artifactId>
<version>0.999.15</version>
<version>0.999.16</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
@ -50,7 +50,7 @@
<dependency> <dependency>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty</artifactId> <artifactId>netty</artifactId>
<version>3.5.2.Final</version>
<version>3.5.6.Final</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
@ -125,7 +125,7 @@
<plugin> <plugin>
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<version>2.5.1</version>
<configuration> <configuration>
<source>1.6</source> <source>1.6</source>
<target>1.6</target> <target>1.6</target>
@ -137,7 +137,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<version>2.12</version>
<version>2.12.3</version>
<configuration> <configuration>
<argLine>-Dfile.encoding=utf-8</argLine> <argLine>-Dfile.encoding=utf-8</argLine>
</configuration> </configuration>

Loading…
Cancel
Save