Skip to content

Commit ba2e9d7

Browse files
sam0r040timonback
andcommitted
fix(deps): exclude springwolf-cloud-stream, springwolf-sns and springwolf-sns plugins from release because of SNAPSHOT-dependencies in transitive dependencies
Execution failed for task ':closeMavenRepositoryStagingRepository'. > Failed to close staging repository, server at https://ossrh-staging-api.central.sonatype.com/service/local/ responded with status code 400, body: Failed to process request: Deployment reached an unexpected status: Failed pkg:maven/io.github.springwolf/springwolf-cloud-stream@1.17.0 - Dependency management dependencies to SNAPSHOT versions not allowed for dependency: org.springframework.modulith:spring-modulith-events-aws-sns - Dependency management dependencies to SNAPSHOT versions not allowed for dependency: org.springframework.modulith:spring-modulith-events-aws-sqs pkg:maven/io.github.springwolf/springwolf-sqs@1.17.0 - Dependency management dependencies to SNAPSHOT versions not allowed for dependency: org.springframework.modulith:spring-modulith-events-aws-sns - Dependency management dependencies to SNAPSHOT versions not allowed for dependency: org.springframework.modulith:spring-modulith-events-aws-sqs pkg:maven/io.github.springwolf/springwolf-sns@1.17.0 - Dependency management dependencies to SNAPSHOT versions not allowed for dependency: org.springframework.modulith:spring-modulith-events-aws-sns - Dependency management dependencies to SNAPSHOT versions not allowed for dependency: org.springframework.modulith:spring-modulith-events-aws-sqs Co-authored-by: Timon Back <timonback@users.noreply.github.com>
1 parent e92fd9e commit ba2e9d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ var bindings = [
2828
]
2929
var plugins = [
3030
'springwolf-amqp',
31-
'springwolf-cloud-stream',
31+
// 'springwolf-cloud-stream',
3232
'springwolf-jms',
3333
'springwolf-kafka',
34-
'springwolf-sns',
35-
'springwolf-sqs',
34+
// 'springwolf-sns',
35+
// 'springwolf-sqs',
3636
'springwolf-stomp'
3737
]
3838

0 commit comments

Comments
 (0)