|
|
|
@ -75,15 +75,18 @@ dependencies {
|
|
|
|
|
optional("org.aspectj:aspectjweaver")
|
|
|
|
|
optional("org.cache2k:cache2k-spring")
|
|
|
|
|
optional("org.eclipse.jetty:jetty-webapp") {
|
|
|
|
|
exclude group: "javax.servlet", module: "javax.servlet-api"
|
|
|
|
|
exclude(group: "org.eclipse.jetty", module: "jetty-jndi")
|
|
|
|
|
exclude(group: "org.eclipse.jetty.toolchain", module: "jetty-jakarta-servlet-api")
|
|
|
|
|
}
|
|
|
|
|
optional("org.eclipse.jetty:jetty-reactive-httpclient")
|
|
|
|
|
optional("org.eclipse.jetty.websocket:websocket-jakarta-server") {
|
|
|
|
|
exclude(group: "org.eclipse.jetty", module: "jetty-jndi")
|
|
|
|
|
exclude(group: "org.eclipse.jetty.toolchain", module: "jetty-jakarta-servlet-api")
|
|
|
|
|
exclude(group: "org.eclipse.jetty.toolchain", module: "jetty-jakarta-websocket-api")
|
|
|
|
|
}
|
|
|
|
|
optional("org.eclipse.jetty.websocket:websocket-jetty-server") {
|
|
|
|
|
exclude(group: "org.eclipse.jetty", module: "jetty-jndi")
|
|
|
|
|
exclude(group: "org.eclipse.jetty.toolchain", module: "jetty-jakarta-servlet-api")
|
|
|
|
|
}
|
|
|
|
|
optional("org.ehcache:ehcache") {
|
|
|
|
|
artifact {
|
|
|
|
|