Commit ec4e5b67 by Harish Butani

add fastutil dependency

parent d3e60d71
......@@ -31,6 +31,7 @@
<akka.version>2.3.7</akka.version>
<spray.version>1.3.1</spray.version>
<guava.version>11.0.2</guava.version>
<fastutil.version>6.5.16</fastutil.version>
<PermGen>64m</PermGen>
<MaxPermGen>512m</MaxPermGen>
......@@ -235,6 +236,12 @@
<scope>runtime</scope>
<version>2.3.1</version>
</dependency>
<groupId>it.unimi.dsi</groupId>
<artifactId>fastutil</artifactId>
<version>${fastutil.version}</version>
</dependency>
>>>>>>> add fastutil dependency
</dependencies>
<build>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment