Skip to content

Commit f62a9c0

Browse files
committed
➕ Add JBoss Logging which is needed by Undertow
1 parent da9c1c0 commit f62a9c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ project(":desktop") {
4848

4949
ext{
5050
undertowVersion = '2.0.1.Final'
51+
jbossLoggingVesion = '3.4.1.Final'
5152
}
5253

5354
dependencies {
@@ -58,6 +59,7 @@ project(":desktop") {
5859
api "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop"
5960

6061
api "io.undertow:undertow-core:$undertowVersion"
62+
api("org.jboss.logging:jboss-logging:$jbossLoggingVesion")
6163
}
6264
}
6365

0 commit comments

Comments
 (0)