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 16d25fe commit 379c365
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 16 deletions.
37 changes: 21 additions & 16 deletions camunda-sdk-java/java-client-operate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,26 @@

<artifactId>java-client-operate</artifactId>

<dependencies>
<dependency>
<groupId>io.camunda.spring</groupId>
<artifactId>java-common</artifactId>
</dependency>
<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-bpmn-model</artifactId>
</dependency>
</dependencies>

<properties>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>io.camunda.spring</groupId>
<artifactId>java-common</artifactId>
</dependency>
<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-bpmn-model</artifactId>
</dependency>
</dependencies>

<properties>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<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 @@ -424,4 +424,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 379c365

Please sign in to comment.