Sho SHIMIZU

Remove unreferenced dependency on Apache Commons Collection 4

Change-Id: Icb7ac4b2d98bb7e3d8c8792ed26902685debf5c1
Showing 1 changed file with 0 additions and 6 deletions
...@@ -177,12 +177,6 @@ ...@@ -177,12 +177,6 @@
177 </dependency> 177 </dependency>
178 178
179 <dependency> 179 <dependency>
180 - <groupId>org.apache.commons</groupId>
181 - <artifactId>commons-collections4</artifactId>
182 - <version>4.0</version>
183 - </dependency>
184 -
185 - <dependency>
186 <groupId>org.codehaus.jackson</groupId> 180 <groupId>org.codehaus.jackson</groupId>
187 <artifactId>jackson-core-asl</artifactId> 181 <artifactId>jackson-core-asl</artifactId>
188 <version>1.9.13</version> 182 <version>1.9.13</version>
......