<dependency>
<groupId>io.javalin</groupId>
<artifactId>javalin</artifactId>
<version>3.9.1</version>
</dependency>
<parent> <groupId>io.javalin</groupId> <artifactId>javalin-parent</artifactId> <version>3.9.1</version> </parent>
compile
|-- org.eclipse.jetty:jetty-server
|-- org.eclipse.jetty:jetty-webapp
|-- org.eclipse.jetty.websocket:websocket-server
|-- com.nixxcode.jvmbrotli:jvmbrotli
|-- com.fasterxml.jackson.core:jackson-databind
|-- com.fasterxml.jackson.module:jackson-module-kotlin
|-- org.apache.velocity:velocity-engine-core
|-- com.github.spullara.mustache.java:compiler
|-- com.atlassian.commonmark:commonmark
|-- io.micrometer:micrometer-core
test
|-- junit:junit
|-- com.mashape.unirest:unirest-java
|-- org.java-websocket:Java-WebSocket
|-- com.squareup.okhttp3:okhttp
|-- com.carrotsearch:junit-benchmarks
|-- org.eclipse.jetty:jetty-unixsocket
|-- io.mockk:mockk
|-- org.seleniumhq.selenium:selenium-chrome-driver