operate-importer-8_5
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.camunda</groupId>
<artifactId>operate-importer-8_5</artifactId>
<version>8.6.39</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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>io.camunda</groupId>
<artifactId>operate-importer-8_5</artifactId>
<name>Operate Importer 8.5</name>
<version>8.6.39</version>
<description>Operate Importer 8.5</description>
<url>http://zeebe.io/operate-parent/operate-importer-8_5/</url>
<developers>
<developer>
<id>camunda.org</id>
<name>camunda BPM Community</name>
<organization>camunda.org</organization>
<organizationUrl>http://camunda.org</organizationUrl>
</developer>
</developers>
<licenses>
<license>
<name>Camunda License v1.0</name>
</license>
</licenses>
<scm>
<connection>scm:git:git@github.com:camunda/camunda.git/zeebe-parent/operate-parent/operate-importer-8_5</connection>
<developerConnection>scm:git:git@github.com:camunda/camunda.git/zeebe-parent/operate-parent/operate-importer-8_5</developerConnection>
<tag>8.6.39</tag>
<url>https://github.com/camunda/camunda/zeebe-parent/operate-parent/operate-importer-8_5</url>
</scm>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
<repositories>
<repository>
<releases />
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>zeebe</id>
<name>Zeebe Repository</name>
<url>https://artifacts.camunda.com/artifactory/zeebe-io/</url>
</repository>
<repository>
<releases>
<enabled>false</enabled>
</releases>
<snapshots />
<id>zeebe-snapshots</id>
<name>Zeebe Snapshot Repository</name>
<url>https://artifacts.camunda.com/artifactory/zeebe-io-snapshots/</url>
</repository>
<repository>
<releases />
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>camunda-identity</id>
<name>Camunda Identity Repository</name>
<url>https://artifacts.camunda.com/artifactory/camunda-identity/</url>
</repository>
<repository>
<releases>
<enabled>false</enabled>
</releases>
<snapshots />
<id>camunda-identity-snapshots</id>
<name>Camunda Identity Snapshot Repository</name>
<url>https://artifacts.camunda.com/artifactory/camunda-identity-snapshots/</url>
</repository>
<repository>
<releases />
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>camunda-bpm</id>
<name>Camunda BPM Repository</name>
<url>https://artifacts.camunda.com/artifactory/camunda-bpm/</url>
</repository>
<repository>
<releases>
<enabled>false</enabled>
</releases>
<snapshots />
<id>camunda-bpm-snapshots</id>
<name>Camunda BPM Snapshot Repository</name>
<url>https://artifacts.camunda.com/artifactory/camunda-bpm-snapshots/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>io.camunda</groupId>
<artifactId>operate-importer-common</artifactId>
<version>8.6.39</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.camunda</groupId>
<artifactId>operate-common</artifactId>
<version>8.6.39</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.camunda</groupId>
<artifactId>operate-schema</artifactId>
<version>8.6.39</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>6.2.17</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>6.2.17</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>6.2.17</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.18.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-core</artifactId>
<version>1.15.10</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.18.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.17</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.11.4</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>opentest4j</artifactId>
<groupId>org.opentest4j</groupId>
</exclusion>
<exclusion>
<artifactId>junit-platform-commons</artifactId>
<groupId>org.junit.platform</groupId>
</exclusion>
<exclusion>
<artifactId>apiguardian-api</artifactId>
<groupId>org.apiguardian</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.13.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>byte-buddy</artifactId>
<groupId>net.bytebuddy</groupId>
</exclusion>
<exclusion>
<artifactId>byte-buddy-agent</artifactId>
<groupId>net.bytebuddy</groupId>
</exclusion>
<exclusion>
<artifactId>objenesis</artifactId>
<groupId>org.objenesis</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<version>5.13.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.26.3</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>byte-buddy</artifactId>
<groupId>net.bytebuddy</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<version>5.11.4</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>apiguardian-api</artifactId>
<groupId>org.apiguardian</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.18.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-build-tools</artifactId>
<version>8.6.39</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>junit</artifactId>
<groupId>junit</groupId>
</exclusion>
<exclusion>
<artifactId>surefire-extensions-api</artifactId>
<groupId>org.apache.maven.surefire</groupId>
</exclusion>
<exclusion>
<artifactId>maven-surefire-common</artifactId>
<groupId>org.apache.maven.surefire</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.25.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j2-impl</artifactId>
<version>2.25.4</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>