camunda-db-rdbms-schema
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.camunda</groupId>
<artifactId>camunda-db-rdbms-schema</artifactId>
<version>8.9.0-rc4</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-db-rdbms-schema</artifactId>
<version>8.9.0-rc4</version>
<name>Camunda Secondary DB - RDBMS - Schema</name>
<description>Camunda Secondary DB - RDBMS - Schema</description>
<url>http://zeebe.io/camunda-db/camunda-db-rdbms-schema/</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/camunda-db/camunda-db-rdbms-schema</connection>
<developerConnection>scm:git:git@github.com:camunda/camunda.git/zeebe-parent/camunda-db/camunda-db-rdbms-schema</developerConnection>
<tag>8.9.0-rc4</tag>
<url>https://github.com/camunda/camunda/zeebe-parent/camunda-db/camunda-db-rdbms-schema</url>
</scm>
<dependencies>
<dependency>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-core</artifactId>
<version>5.0.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>7.0.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.20.0</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-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>
</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>