camunda-platform-7-rest-client-spring-boot-starter-provided
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.camunda.community.rest</groupId> <artifactId>camunda-platform-7-rest-client-spring-boot-starter-provided</artifactId> <version>7.22.4</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.camunda.community.rest</groupId> <artifactId>camunda-platform-7-rest-client-spring-boot-parent</artifactId> <version>7.22.4</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>camunda-platform-7-rest-client-spring-boot-starter-provided</artifactId> <name>camunda-platform-7-rest-client-spring-boot/starter-provided</name> <packaging>jar</packaging> <dependencies> <!-- Extension --> <dependency> <groupId>org.camunda.community.rest</groupId> <artifactId>camunda-platform-7-rest-client-spring-boot</artifactId> <version>${project.version}</version> </dependency> <!-- Feign --> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-openfeign</artifactId> </dependency> <dependency> <groupId>io.github.openfeign</groupId> <artifactId>feign-httpclient</artifactId> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>4.12.0</version> </dependency> </dependencies> </project>