Jian Li

Minor version number fix in features.xml, revise comment in pom.xml

Change-Id: I6891b315a53be0d23f154bc702f96e22ec92f355
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
51 <bundle>mvn:com.fasterxml.jackson.core/jackson-databind/2.7.0</bundle> 51 <bundle>mvn:com.fasterxml.jackson.core/jackson-databind/2.7.0</bundle>
52 52
53 <bundle>mvn:commons-configuration/commons-configuration/1.10</bundle> 53 <bundle>mvn:commons-configuration/commons-configuration/1.10</bundle>
54 - <bundle>mvn:commons-collections/commons-collections/3.2.1</bundle> 54 + <bundle>mvn:commons-collections/commons-collections/3.2.2</bundle>
55 55
56 <bundle>mvn:com.typesafe/config/1.2.1</bundle> 56 <bundle>mvn:com.typesafe/config/1.2.1</bundle>
57 <bundle>wrap:mvn:com.googlecode.concurrent-trees/concurrent-trees/2.4.0$Bundle-SymbolicName=concurrent-trees&amp;Bundle-Version=2.4.0</bundle> 57 <bundle>wrap:mvn:com.googlecode.concurrent-trees/concurrent-trees/2.4.0$Bundle-SymbolicName=concurrent-trees&amp;Bundle-Version=2.4.0</bundle>
......
...@@ -467,7 +467,7 @@ ...@@ -467,7 +467,7 @@
467 </dependency> 467 </dependency>
468 468
469 469
470 - <!-- Netty related; for now we require both 3.9 and 4 --> 470 + <!-- Netty related; for now we require both 3.10.x and 4 -->
471 <dependency> 471 <dependency>
472 <groupId>io.netty</groupId> 472 <groupId>io.netty</groupId>
473 <artifactId>netty</artifactId> 473 <artifactId>netty</artifactId>
......