camunda-authentication
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.camunda</groupId> <artifactId>camunda-authentication</artifactId> <version>8.8.0-alpha4-rc1</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-authentication</artifactId> <version>8.8.0-alpha4-rc1</version> <name>Camunda Authentication</name> <description>Camunda Authentication</description> <url>http://zeebe.io/camunda-authentication/</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-authentication</connection> <developerConnection>scm:git:git@github.com:camunda/camunda.git/zeebe-parent/camunda-authentication</developerConnection> <tag>8.8.0-alpha4-rc1</tag> <url>https://github.com/camunda/camunda/zeebe-parent/camunda-authentication</url> </scm> <dependencies> <dependency> <groupId>org.springframework.session</groupId> <artifactId>spring-session-core</artifactId> <version>3.4.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> <version>6.2.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-config</artifactId> <version>6.4.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-core</artifactId> <version>6.4.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-web</artifactId> <version>6.4.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>6.2.3</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.servlet</groupId> <artifactId>jakarta.servlet-api</artifactId> <version>6.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> <version>6.2.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> <version>6.2.3</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>io.camunda</groupId> <artifactId>camunda-service</artifactId> <version>8.8.0-alpha4-rc1</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.camunda</groupId> <artifactId>camunda-search-domain</artifactId> <version>8.8.0-alpha4-rc1</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.camunda</groupId> <artifactId>camunda-search-client</artifactId> <version>8.8.0-alpha4-rc1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-oauth2-client</artifactId> <version>6.4.4</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>com.nimbusds</groupId> <artifactId>oauth2-oidc-sdk</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-oauth2-core</artifactId> <version>6.4.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.nimbusds</groupId> <artifactId>oauth2-oidc-sdk</artifactId> <version>11.23.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-aop</artifactId> <version>6.2.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.camunda</groupId> <artifactId>camunda-security-core</artifactId> <version>8.8.0-alpha4-rc1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-oauth2-resource-server</artifactId> <version>6.4.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-autoconfigure</artifactId> <version>3.4.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-oauth2-jose</artifactId> <version>6.4.4</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> <repository> <releases> <enabled>true</enabled> </releases> <snapshots> <enabled>false</enabled> </snapshots> <id>elasticsearch</id> <name>Elasticsearch Repository</name> <url>https://artifacts.elastic.co/maven/</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>