Skip to content

Commit 2744867

Browse files
committed
Remove dependency on Spring HATEOAS
Closes gh-1491
1 parent 9a9fe41 commit 2744867

File tree

3 files changed

+0
-117
lines changed

3 files changed

+0
-117
lines changed

spring-ws-core/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,5 @@ dependencies {
5656
testImplementation("org.slf4j:slf4j-api")
5757
testImplementation("org.springframework:spring-test")
5858
testImplementation("org.springframework:spring-webflux")
59-
testImplementation("org.springframework.hateoas:spring-hateoas")
6059
testImplementation("org.xmlunit:xmlunit-assertj")
6160
}

spring-ws-core/src/test/java/org/springframework/ws/support/ChangelogCreator.java

Lines changed: 0 additions & 115 deletions
This file was deleted.

spring-ws-platform/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ dependencies {
5252
api("org.jdom:jdom2:2.0.6.1")
5353
api("org.jvnet.staxex:stax-ex:2.1.0")
5454
api("org.mockito:mockito-core:4.11.0")
55-
api("org.springframework.hateoas:spring-hateoas:2.1.5")
5655
api("org.xmlunit:xmlunit-assertj:2.10.0")
5756
api("org.xmlunit:xmlunit-core:2.10.0")
5857
api("org.xmlunit:xmlunit-legacy:2.10.0")

0 commit comments

Comments
 (0)