camunda-process-test-spring-4
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.camunda</groupId>
<artifactId>camunda-process-test-spring-4</artifactId>
<version>8.8.36</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH under
~ one or more contributor license agreements. See the NOTICE file distributed
~ with this work for additional information regarding copyright ownership.
~ Licensed under the Camunda License 1.0. You may not use this file
~ except in compliance with the Camunda License 1.0.
-->
<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>camunda-process-test-spring-4</artifactId>
<version>8.8.36</version>
<name>Camunda Process Test Spring Boot 4 (deprecated)</name>
<description>Relocated to camunda-process-test-spring-boot-4. This artifact is kept for backward compatibility.</description>
<url>http://zeebe.io/camunda-library-parent/camunda-testing/camunda-process-test-spring-4/</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
</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/camunda-library-parent/camunda-testing/camunda-process-test-spring-4</connection>
<developerConnection>scm:git:git@github.com:camunda/camunda.git/zeebe-parent/camunda-library-parent/camunda-testing/camunda-process-test-spring-4</developerConnection>
<tag>8.8.36</tag>
<url>https://github.com/camunda/camunda/zeebe-parent/camunda-library-parent/camunda-testing/camunda-process-test-spring-4</url>
</scm>
<distributionManagement>
<repository>
<id>camunda-nexus</id>
<url>https://artifacts.camunda.com/artifactory/zeebe-io/</url>
</repository>
<snapshotRepository>
<id>camunda-nexus</id>
<url>https://artifacts.camunda.com/artifactory/zeebe-io-snapshots/</url>
</snapshotRepository>
<relocation>
<artifactId>camunda-process-test-spring-boot-4</artifactId>
<message>camunda-process-test-spring-4 has been renamed to camunda-process-test-spring-boot-4. Please update your dependency.</message>
</relocation>
</distributionManagement>
<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-bpm</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>
<repository>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>herodevs-nes</id>
<name>HeroDevs NES Repository</name>
<url>https://artifacts.camunda.com/artifactory/herodevs-nes</url>
</repository>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>maven-central-fallback</id>
<name>Maven Central Fallback</name>
<url>https://repo.maven.apache.org/maven2</url>
</repository>
</repositories>
<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>
</project>