Skip to content

Commit

Permalink
fix(connector-runtime): add exclusion of spring-core creating depende…
Browse files Browse the repository at this point in the history
…ncies incompatibility
  • Loading branch information
mathias-vandaele committed Dec 19, 2024
1 parent 657810f commit 031721c
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
<groupId>io.camunda</groupId>
<artifactId>spring-boot-starter-camunda-sdk</artifactId>
<version>${version.zeebe}</version>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.camunda</groupId>
Expand Down

0 comments on commit 031721c

Please sign in to comment.