Skip to content

Commit

Permalink
added relocation
Browse files Browse the repository at this point in the history
(cherry picked from commit 68da4b3)
  • Loading branch information
jonathanlukas committed Oct 10, 2024
1 parent f20e101 commit 7a680aa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
7 changes: 6 additions & 1 deletion camunda-sdk-java/java-client-operate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,10 @@
<artifactId>zeebe-bpmn-model</artifactId>
</dependency>
</dependencies>

<distributionManagement>
<relocation>
<groupId>io.camunda.spring</groupId>
<artifactId>java-client-operate</artifactId>
</relocation>
</distributionManagement>
</project>
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -595,4 +595,11 @@
<developerConnection>scm:git:[email protected]:camunda-community-hub/spring-zeebe.git</developerConnection>
<tag>HEAD</tag>
</scm>

<distributionManagement>
<relocation>
<groupId>io.camunda</groupId>
<artifactId>spring-boot-starter-camunda-sdk</artifactId>
</relocation>
</distributionManagement>
</project>

0 comments on commit 7a680aa

Please sign in to comment.