refs #364 this is a different commit message

This commit is contained in:
Rasmus Neikes 2024-12-01 00:55:52 +01:00
parent a930e59ecc
commit 0fe5c18f25

View File

@ -105,6 +105,15 @@
<artifactId>rabbitmq</artifactId> <artifactId>rabbitmq</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<!-- https://mvnrepository.com/artifact/io.undertow/undertow-servlet -->
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-servlet</artifactId>
<version>2.3.17.Final</version>
</dependency>
<dependency> <dependency>
<groupId>com.arcadedb</groupId> <groupId>com.arcadedb</groupId>
<artifactId>arcadedb-gremlin</artifactId> <artifactId>arcadedb-gremlin</artifactId>