Skip to content

Commit

Permalink
fix: remove relocation (#1022)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlukas authored Jan 7, 2025
1 parent 6ed16ea commit 72709bb
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 43 deletions.
7 changes: 0 additions & 7 deletions camunda-sdk-java/java-client-operate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,4 @@
<artifactId>zeebe-bpmn-model</artifactId>
</dependency>
</dependencies>
<distributionManagement>
<relocation>
<groupId>io.camunda.spring</groupId>
<artifactId>java-client-operate</artifactId>
<version>8.5.16</version>
</relocation>
</distributionManagement>
</project>
7 changes: 0 additions & 7 deletions camunda-sdk-java/java-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@

<artifactId>java-common</artifactId>
<name>[legacy] Java common</name>
<distributionManagement>
<relocation>
<groupId>io.camunda</groupId>
<artifactId>spring-boot-starter-camunda-sdk</artifactId>
<version>8.5.9</version>
</relocation>
</distributionManagement>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
8 changes: 0 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -600,12 +600,4 @@
<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>
<version>8.5.9</version>
</relocation>
</distributionManagement>
</project>
7 changes: 0 additions & 7 deletions spring-boot-starter-camunda/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@

<artifactId>spring-boot-starter-camunda</artifactId>
<name>[legacy] Spring boot starter camunda</name>
<distributionManagement>
<relocation>
<groupId>io.camunda</groupId>
<artifactId>spring-boot-starter-camunda-sdk</artifactId>
<version>8.5.9</version>
</relocation>
</distributionManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
7 changes: 0 additions & 7 deletions spring-client-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,4 @@

<artifactId>spring-client-annotations</artifactId>
<name>[legacy] Spring client annotations</name>
<distributionManagement>
<relocation>
<groupId>io.camunda</groupId>
<artifactId>spring-boot-starter-camunda-sdk</artifactId>
<version>8.5.9</version>
</relocation>
</distributionManagement>
</project>
8 changes: 1 addition & 7 deletions spring-client-zeebe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,5 @@
</plugins>
</build>

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

</project>

0 comments on commit 72709bb

Please sign in to comment.