META-INF.maven.org.camunda.community.vanillabp.camunda8-spring-boot-adapter.pom.xml Maven / Gradle / Ivy
<?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.vanillabp</groupId> <artifactId>camunda8-adapter</artifactId> <version>1.4.2</version> </parent> <artifactId>camunda8-spring-boot-adapter</artifactId> <name>VanillaBP SPI adapter for Camunda 8.x for Spring Boot</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <spring.zeebe.version>8.5.4</spring.zeebe.version> </properties> <build> <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>17</source> <target>17</target> </configuration> </plugin> </plugins> </pluginManagement> </build> <dependencies> <dependency> <groupId>io.vanillabp</groupId> <artifactId>spring-boot-support</artifactId> <version>1.1.3</version> </dependency> <dependency> <groupId>io.camunda.spring</groupId> <artifactId>spring-boot-starter-camunda</artifactId> <version>${spring.zeebe.version}</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-tx</artifactId> <version>6.1.3</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-orm</artifactId> <version>6.1.10</version> </dependency> <dependency> <groupId>org.springframework.retry</groupId> <artifactId>spring-retry</artifactId> <version>2.0.8</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-aop</artifactId> <version>3.2.5</version><!-- see pom of spring-client-root --> </dependency> <dependency> <groupId>jakarta.persistence</groupId> <artifactId>jakarta.persistence-api</artifactId> <version>3.1.0</version> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> <version>5.9.2</version> <scope>test</scope> </dependency> </dependencies> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>VanillaBP</id> <organization>Phactum Softwareentwicklung GmbH</organization> <organizationUrl>https://www.phactum.at</organizationUrl> </developer> </developers> </project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy