Procházet zdrojové kódy

Don't use snapshot netty version

This at least allows the test to run. This is not the most
recent version of netty as it appears the API changed between CR and final.
Stuart Douglas před 12 roky
rodič
revize
80f68479f0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      netty/pom.xml

+ 1 - 1
netty/pom.xml

@@ -12,7 +12,7 @@
     <dependency>
     <dependency>
     	<groupId>io.netty</groupId>
     	<groupId>io.netty</groupId>
     	<artifactId>netty-codec-http</artifactId>
     	<artifactId>netty-codec-http</artifactId>
-    	<version>4.0.0.CR7-SNAPSHOT</version>
+    	<version>4.0.0.CR7</version>
     </dependency>
     </dependency>
 	 <dependency>
 	 <dependency>
 		<groupId>com.fasterxml.jackson.core</groupId>
 		<groupId>com.fasterxml.jackson.core</groupId>