Переглянути джерело

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 12 роки тому
батько
коміт
80f68479f0
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      netty/pom.xml

+ 1 - 1
netty/pom.xml

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