mirror of
https://github.com/microsoft/HybridRow.git
synced 2026-01-23 11:23:06 +00:00
Progressed on port from dotnet to java
This commit is contained in:
@@ -36,6 +36,7 @@ Licensed under the MIT License.
|
||||
<site.url/>
|
||||
<test.groups>unit</test.groups>
|
||||
<javadoc.opts/>
|
||||
<fastutil.version>8.3.0</fastutil.version>
|
||||
<guava.version>28.0-jre</guava.version>
|
||||
<jackson.version>2.9.9</jackson.version>
|
||||
<mockito.version>1.10.19</mockito.version>
|
||||
@@ -79,6 +80,12 @@ Licensed under the MIT License.
|
||||
<version>${netty.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>it.unimi.dsi</groupId>
|
||||
<artifactId>fastutil</artifactId>
|
||||
<version>${fastutil.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.mockito</groupId>
|
||||
<artifactId>mockito-core</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user