operate-importer
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.camunda</groupId> <artifactId>operate-importer</artifactId> <version>8.8.0-alpha5</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>io.camunda</groupId> <artifactId>operate-importer</artifactId> <version>8.8.0-alpha5</version> <name>Operate Importer</name> <description>Operate Importer</description> <url>http://zeebe.io/operate-parent/operate-importer/</url> <licenses> <license> <name>Camunda License v1.0</name> </license> </licenses> <developers> <developer> <id>camunda.org</id> <name>camunda BPM Community</name> <organization>camunda.org</organization> <organizationUrl>http://camunda.org</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git@github.com:camunda/camunda.git/zeebe-parent/operate-parent/operate-importer</connection> <developerConnection>scm:git:git@github.com:camunda/camunda.git/zeebe-parent/operate-parent/operate-importer</developerConnection> <tag>8.8.0-alpha5</tag> <url>https://github.com/camunda/camunda/zeebe-parent/operate-parent/operate-importer</url> </scm> <dependencies> <dependency> <groupId>io.camunda</groupId> <artifactId>operate-importer-common</artifactId> <version>8.8.0-alpha5</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.camunda</groupId> <artifactId>operate-common</artifactId> <version>8.8.0-alpha5</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.camunda</groupId> <artifactId>operate-schema</artifactId> <version>8.8.0-alpha5</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.camunda</groupId> <artifactId>webapps-schema</artifactId> <version>8.8.0-alpha5</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.camunda</groupId> <artifactId>operate-importer-8_7</artifactId> <version>8.8.0-alpha5</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.elasticsearch</groupId> <artifactId>elasticsearch-core</artifactId> <version>7.17.28</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.elasticsearch.client</groupId> <artifactId>elasticsearch-rest-client</artifactId> <version>8.16.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.elasticsearch</groupId> <artifactId>elasticsearch</artifactId> <version>7.17.28</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.elasticsearch.client</groupId> <artifactId>elasticsearch-rest-high-level-client</artifactId> <version>7.17.28</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.opensearch.client</groupId> <artifactId>opensearch-java</artifactId> <version>2.19.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-config</artifactId> <version>6.4.6</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-web</artifactId> <version>6.4.6</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>6.2.6</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> <version>6.2.6</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-autoconfigure</artifactId> <version>3.4.5</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> <version>6.2.6</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.micrometer</groupId> <artifactId>micrometer-core</artifactId> <version>1.14.5</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.18.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>jakarta.annotation</groupId> <artifactId>jakarta.annotation-api</artifactId> <version>3.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.17</version> <scope>compile</scope> </dependency> </dependencies> <repositories> <repository> <releases> <enabled>true</enabled> </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> <enabled>true</enabled> </snapshots> <id>zeebe-snapshots</id> <name>Zeebe Snapshot Repository</name> <url>https://artifacts.camunda.com/artifactory/zeebe-io-snapshots/</url> </repository> <repository> <releases> <enabled>true</enabled> </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> <enabled>true</enabled> </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> <enabled>true</enabled> </releases> <snapshots> <enabled>false</enabled> </snapshots> <id>camunda-cpm</id> <name>Camunda BPM Repository</name> <url>https://artifacts.camunda.com/artifactory/camunda-bpm/</url> </repository> <repository> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> <id>camunda-bpm-snapshots</id> <name>Camunda BPM Snapshot Repository</name> <url>https://artifacts.camunda.com/artifactory/camunda-bpm-snapshots/</url> </repository> </repositories> <build> <plugins> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.8</version> <extensions>true</extensions> </plugin> </plugins> </build> </project>