Merge pull request 'fixes the pom.xml' (!8) from #376-ras-fix-pom-downgrade-undertow-arcade-bug into main

Reviewed-on: binarygolem/stktrk#8
Reviewed-by: christian <christian.rauh.cr@gmail.com>
This commit is contained in:
rasmus 2024-12-01 11:19:53 +01:00
commit b072de9eca

View File

@ -105,6 +105,14 @@
<artifactId>rabbitmq</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-servlet</artifactId>
<version>2.3.17.Final</version>
</dependency>
<dependency>
<groupId>com.arcadedb</groupId>
<artifactId>arcadedb-gremlin</artifactId>