Skip to content

Commit 2199fb5

Browse files
committed
Break the link between spring-boot-test and spring-boot-all
1 parent e282807 commit 2199fb5

File tree

39 files changed

+32
-31
lines changed

39 files changed

+32
-31
lines changed

spring-boot-project/spring-boot-all/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ dependencies {
4141
optional("org.apache.groovy:groovy")
4242
optional("org.apache.groovy:groovy-xml")
4343
optional("org.crac:crac")
44-
optional("org.eclipse.jetty:jetty-client")
4544
optional("org.hamcrest:hamcrest-library")
4645
optional("org.hibernate.orm:hibernate-core")
4746
optional("org.hibernate.validator:hibernate-validator")

spring-boot-project/spring-boot-all/src/main/resources/META-INF/spring/aot.factories

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

spring-boot-project/spring-boot-test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
description = "Spring Boot Test"
1010

1111
dependencies {
12-
api(project(":spring-boot-project:spring-boot-all"))
12+
api(project(":spring-boot-project:spring-boot"))
1313
api("org.springframework:spring-test")
1414

1515
optional("com.fasterxml.jackson.core:jackson-databind")

spring-boot-project/spring-boot/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,14 @@ dependencies {
2121
optional("com.google.code.gson:gson")
2222
optional("jakarta.servlet:jakarta.servlet-api")
2323
optional("jakarta.validation:jakarta.validation-api")
24+
optional("io.projectreactor.netty:reactor-netty-http")
2425
optional("org.apache.groovy:groovy")
26+
optional("org.apache.httpcomponents.client5:httpclient5")
2527
optional("org.apache.logging.log4j:log4j-api")
2628
optional("org.apache.logging.log4j:log4j-core")
2729
optional("org.apache.logging.log4j:log4j-jul")
2830
optional("org.crac:crac")
31+
optional("org.eclipse.jetty:jetty-client")
2932
optional("org.jetbrains.kotlin:kotlin-reflect")
3033
optional("org.jetbrains.kotlin:kotlin-stdlib")
3134
optional("org.slf4j:jul-to-slf4j")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2024 the original author or authors.
2+
* Copyright 2012-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2024 the original author or authors.
2+
* Copyright 2012-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2024 the original author or authors.
2+
* Copyright 2012-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2024 the original author or authors.
2+
* Copyright 2012-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2024 the original author or authors.
2+
* Copyright 2012-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2024 the original author or authors.
2+
* Copyright 2012-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)