Skip to content

Commit e14cf69

Browse files
committed
Remove unused dependencies from spring-messaging
Tomcat and Jetty integration tests were moved out of spring-messaging a very long time ago (before 4.0), but the dependencies remained unnoticed until now.
1 parent 93bb78e commit e14cf69

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

spring-messaging/spring-messaging.gradle

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ dependencies {
1414
optional(project(":spring-context"))
1515
optional(project(":spring-oxm"))
1616
optional("io.projectreactor.netty:reactor-netty")
17-
optional("org.eclipse.jetty.websocket:websocket-server") {
18-
exclude group: "javax.servlet", module: "javax.servlet-api"
19-
}
20-
optional("org.eclipse.jetty.websocket:websocket-client")
2117
optional("com.fasterxml.jackson.core:jackson-databind:${jackson2Version}")
2218
optional("javax.xml.bind:jaxb-api:2.3.0")
2319
testCompile("javax.inject:javax.inject-tck:1")
@@ -29,11 +25,6 @@ dependencies {
2925
exclude group: "org.springframework", module: "spring-context"
3026
}
3127
testCompile("org.apache.activemq:activemq-stomp:5.8.0")
32-
testCompile("org.eclipse.jetty:jetty-webapp") {
33-
exclude group: "javax.servlet", module: "javax.servlet-api"
34-
}
35-
testCompile("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}")
36-
testCompile("org.apache.tomcat.embed:tomcat-embed-websocket:${tomcatVersion}")
3728
testCompile("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
3829
testCompile("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}")
3930
testCompile("org.xmlunit:xmlunit-matchers:2.6.2")

0 commit comments

Comments
 (0)