cattle-oauth-starter-authorization
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.spring-cattle.oauth</groupId> <artifactId>cattle-oauth-starter-authorization</artifactId> <version>1.0.2</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> <parent> <groupId>io.github.spring-cattle.oauth</groupId> <artifactId>cattle-oauth-starters</artifactId> <version>1.0.2</version> </parent> <artifactId>cattle-oauth-starter-authorization</artifactId> <version>1.0.2</version> <name>${project.artifactId}</name> <description>Cattle framework OAuth starter authorization component pom</description> <url>https://github.com/spring-cattle/cattle-oauth</url> <organization> <name>Spring Cattle Team</name> <url>https://github.com/spring-cattle</url> </organization> <licenses> <license> <name>Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>orange</name> <organization>Spring Cattle Team</organization> <organizationUrl>https://github.com/spring-cattle</organizationUrl> <roles> <role>developer</role> </roles> </developer> </developers> <scm> <connection>scm:git:git://github.com/spring-cattle/cattle-oauth.git</connection> <developerConnection>scm:git:ssh://git@github.com/spring-cattle/cattle-oauth.git</developerConnection> <url>https://github.com/spring-cattle/cattle-oauth</url> </scm> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependency> <groupId>io.github.spring-cattle.form</groupId> <artifactId>cattle-form-environment-service</artifactId> </dependency> <dependency> <groupId>io.github.spring-cattle.form</groupId> <artifactId>cattle-form-authorization-service</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cattle-authorization-server</artifactId> <version>${project.version}</version> </dependency> </dependencies> </project>