|
|
@ -26,7 +26,8 @@ dependencies {
|
|
|
|
optional("org.hibernate.orm:hibernate-core")
|
|
|
|
optional("org.hibernate.orm:hibernate-core")
|
|
|
|
optional("org.junit.jupiter:junit-jupiter-api")
|
|
|
|
optional("org.junit.jupiter:junit-jupiter-api")
|
|
|
|
optional("org.seleniumhq.selenium:htmlunit-driver") {
|
|
|
|
optional("org.seleniumhq.selenium:htmlunit-driver") {
|
|
|
|
exclude group: "commons-logging", module: "commons-logging"
|
|
|
|
exclude(group: "commons-logging", module: "commons-logging")
|
|
|
|
|
|
|
|
exclude(group: "com.sun.activation", module: "jakarta.activation")
|
|
|
|
}
|
|
|
|
}
|
|
|
|
optional("org.seleniumhq.selenium:selenium-api")
|
|
|
|
optional("org.seleniumhq.selenium:selenium-api")
|
|
|
|
optional("org.springframework:spring-orm")
|
|
|
|
optional("org.springframework:spring-orm")
|
|
|
|