Skip to content

Commit 56bf65a

Browse files
committed
Create spring-boot-webservices module
1 parent 2199fb5 commit 56bf65a

File tree

35 files changed

+63
-477
lines changed

35 files changed

+63
-477
lines changed

settings.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ include "spring-boot-project:spring-boot-tx"
121121
include "spring-boot-project:spring-boot-undertow"
122122
include "spring-boot-project:spring-boot-validation"
123123
include "spring-boot-project:spring-boot-webmvc"
124+
include "spring-boot-project:spring-boot-webservices"
124125
include "spring-boot-system-tests:spring-boot-deployment-tests"
125126
include "spring-boot-system-tests:spring-boot-image-tests"
126127
include "spring-boot-tests:spring-boot-integration-tests:spring-boot-configuration-processor-tests"

spring-boot-project/spring-boot-all/src/main/java/org/springframework/boot/webservices/client/HttpWebServiceMessageSenderBuilder.java

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

spring-boot-project/spring-boot-all/src/test/java/org/springframework/boot/webservices/client/HttpWebServiceMessageSenderBuilderJettyClientIntegrationTests.java

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

spring-boot-project/spring-boot-all/src/test/java/org/springframework/boot/webservices/client/HttpWebServiceMessageSenderBuilderReactorClientIntegrationTests.java

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

spring-boot-project/spring-boot-all/src/test/java/org/springframework/boot/webservices/client/HttpWebServiceMessageSenderBuilderSimpleIntegrationTests.java

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

0 commit comments

Comments
 (0)