File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
aws-serverless-jersey-archetype/src/main/resources/archetype-resources
aws-serverless-spring-archetype/src/main/resources/archetype-resources
aws-serverless-springboot3-archetype/src/main/resources/archetype-resources Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ dependencies {
2525 testImplementation(" org.apache.httpcomponents.client5:httpclient5:5.4.2" )
2626 testImplementation(platform(" org.junit:junit-bom:5.12.1" ))
2727 testImplementation(" org.junit.jupiter:junit-jupiter" )
28+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
2829}
2930
3031task buildZip (type : Zip ) {
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ dependencies {
2121 testImplementation(" org.apache.httpcomponents.client5:httpclient5:5.4.2" )
2222 testImplementation(platform(" org.junit:junit-bom:5.12.1" ))
2323 testImplementation(" org.junit.jupiter:junit-jupiter" )
24+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
2425}
2526
2627task buildZip (type : Zip ) {
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ dependencies {
1717 testImplementation(" org.apache.httpcomponents.client5:httpclient5:5.4.2" )
1818 testImplementation(platform(" org.junit:junit-bom:5.12.1" ))
1919 testImplementation(" org.junit.jupiter:junit-jupiter" )
20+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
2021}
2122
2223task buildZip (type : Zip ) {
You can’t perform that action at this time.
0 commit comments