|
|
@ -21,18 +21,18 @@ |
|
|
|
<dependency> |
|
|
|
<groupId>io.netty</groupId> |
|
|
|
<artifactId>netty</artifactId> |
|
|
|
<version>3.3.0.Final</version> |
|
|
|
<version>3.3.1.Final</version> |
|
|
|
<scope>compile</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.codehaus.jackson</groupId> |
|
|
|
<artifactId>jackson-core-asl</artifactId> |
|
|
|
<version>1.9.3</version> |
|
|
|
<version>1.9.6</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.codehaus.jackson</groupId> |
|
|
|
<artifactId>jackson-mapper-asl</artifactId> |
|
|
|
<version>1.9.3</version> |
|
|
|
<version>1.9.6</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.slf4j</groupId> |
|
|
@ -47,7 +47,7 @@ |
|
|
|
<plugin> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<artifactId>maven-eclipse-plugin</artifactId> |
|
|
|
<version>2.6</version> |
|
|
|
<version>2.9</version> |
|
|
|
<configuration> |
|
|
|
<downloadSources>true</downloadSources> |
|
|
|
<forceRecheck>true</forceRecheck> |
|
|
@ -59,7 +59,6 @@ |
|
|
|
<configuration> |
|
|
|
<source>1.5</source> |
|
|
|
<target>1.5</target> |
|
|
|
<debug>true</debug> |
|
|
|
<optimize>true</optimize> |
|
|
|
<showDeprecations>true</showDeprecations> |
|
|
|
</configuration> |
|
|
|