mirror of
https://athene2.informatik.unibw-muenchen.de/progproj/gruppen-ht24/Gruppe-02.git
synced 2024-11-24 21:39:44 +01:00
added selenium dependecy for drop down menu
This commit is contained in:
parent
cdce478d77
commit
aa47dd579f
@ -13,6 +13,8 @@ dependencies {
|
||||
implementation libs.lemur
|
||||
implementation libs.lemurproto
|
||||
|
||||
implementation libs.selenium
|
||||
|
||||
runtimeOnly libs.jme3.awt.dialogs
|
||||
runtimeOnly libs.jme3.plugins
|
||||
runtimeOnly libs.jme3.jogg
|
||||
|
@ -27,6 +27,8 @@ dependencyResolutionManagement {
|
||||
library('lemur', 'com.simsilica:lemur:1.16.0')
|
||||
library('lemurproto', 'com.simsilica:lemur-proto:1.13.0')
|
||||
|
||||
library('selenium', 'org.seleniumhq.selenium:selenium-java:4.11.0')
|
||||
|
||||
library('junit4', 'junit:junit:4.13.2')
|
||||
library('gson', 'com.google.code.gson:gson:2.11.0')
|
||||
library('jackson-databind', 'com.fasterxml.jackson.core:jackson-databind:2.17.2')
|
||||
|
Loading…
Reference in New Issue
Block a user