Skip to content

Commit

Permalink
chore(ecs/dependencies): make spring-boot-starter-test a testImplemem…
Browse files Browse the repository at this point in the history
…tation dependency (#6207)

since it's not used in actual shipping code.  This reduces the size of the image and
reduces exposure to CVEs
(e.g. GHSA-chfm-68vv-pvw5).
  • Loading branch information
dbyron-sf committed May 7, 2024
1 parent 9ea2224 commit 0727062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clouddriver-ecs/clouddriver-ecs.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ dependencies {
implementation "org.apache.httpcomponents:httpclient"
implementation "org.apache.httpcomponents:httpcore"
implementation "org.codehaus.groovy:groovy"
implementation "org.springframework.boot:spring-boot-starter-test"
implementation "org.springframework.boot:spring-boot-starter-web"

testImplementation "cglib:cglib-nodep"
testImplementation "org.mockito:mockito-core"
testImplementation "org.objenesis:objenesis"
testImplementation "org.spockframework:spock-core"
testImplementation "org.spockframework:spock-spring"
testImplementation "org.springframework.boot:spring-boot-starter-test"

integrationImplementation project(":clouddriver-web")
integrationImplementation "org.springframework:spring-test"
Expand Down

0 comments on commit 0727062

Please sign in to comment.