This commit is contained in:
2024-11-30 20:08:53 +01:00
parent 88a1d8b240
commit bbf275855c
46 changed files with 1183 additions and 30 deletions

View File

@@ -15,6 +15,8 @@
<module>kleppmanntree</module>
<module>supportlib</module>
<module>autoprotomap</module>
<module>objects</module>
<module>utils</module>
</modules>
<properties>
@@ -54,6 +56,11 @@
<version>1.18.34</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.openhft</groupId>
<artifactId>zero-allocation-hashing</artifactId>
<version>0.16</version>
</dependency>
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>