diff --git a/LaunchServer/build.gradle b/LaunchServer/build.gradle index c12ca9a3..303c086f 100644 --- a/LaunchServer/build.gradle +++ b/LaunchServer/build.gradle @@ -91,6 +91,7 @@ pack project(':LauncherAPI') bundle group: 'io.jsonwebtoken', name: 'jjwt-api', version: rootProject['verJwt'] bundle group: 'io.jsonwebtoken', name: 'jjwt-impl', version: rootProject['verJwt'] bundle group: 'io.jsonwebtoken', name: 'jjwt-gson', version: rootProject['verJwt'] + bundle group: 'com.google.code.gson', name: 'gson', version: rootProject['verGson'] annotationProcessor(group: 'org.apache.logging.log4j', name: 'log4j-core', version: rootProject['verLog4j']) testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: rootProject['verJunit']