Skip to content

Commit

Permalink
remove unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rohwerj committed Oct 10, 2023
1 parent b88a339 commit 629c5a9
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions extension/starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
<name>camunda-platform-7-rest-client-spring-boot/starter</name>
<packaging>jar</packaging>

<properties>
<jsr311-api.version>1.1.1</jsr311-api.version>
</properties>

<dependencies>
<dependency>
<groupId>org.camunda.community.rest</groupId>
Expand All @@ -32,10 +28,5 @@
<artifactId>camunda-engine-rest-core</artifactId>
<version>${camunda.version}</version>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>jsr311-api</artifactId>
<version>${jsr311-api.version}</version>
</dependency>
</dependencies>
</project>

0 comments on commit 629c5a9

Please sign in to comment.