move the code into core-java-collections-lists module

This commit is contained in:
mherbaghinyan
2019-01-25 09:51:15 +04:00
parent de366357bb
commit ae344b37ec
4 changed files with 31 additions and 19 deletions
-16
View File
@@ -52,22 +52,6 @@
<artifactId>spring-web</artifactId>
<version>${springframework.spring-web.version}</version>
</dependency>
<dependency>
<groupId>net.sf.trove4j</groupId>
<artifactId>trove4j</artifactId>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>it.unimi.dsi</groupId>
<artifactId>fastutil</artifactId>
<version>8.1.0</version>
</dependency>
<dependency>
<groupId>colt</groupId>
<artifactId>colt</artifactId>
<version>1.2.0</version>
</dependency>
</dependencies>
<build>