Progressed on port from dotnet to java

This commit is contained in:
David Noble
2019-09-03 14:21:38 -07:00
parent eb13d61895
commit 1445521237
12 changed files with 358 additions and 49 deletions

View File

@@ -44,6 +44,7 @@ Licensed under the MIT License.
<netty.version>4.1.39.Final</netty.version>
<protobuf.version>3.9.1</protobuf.version>
<slf4j.version>1.7.28</slf4j.version>
<testng.version>7.0.0</testng.version>
</properties>
<dependencies>
@@ -106,6 +107,13 @@ Licensed under the MIT License.
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>7.0.0</version>
<scope>test</scope>
</dependency>
</dependencies>
<profiles>