sog-oauth-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.aijavaer</groupId>
<artifactId>sog-oauth-api</artifactId>
<version>2.2.15</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.aijavaer</groupId>
<artifactId>sog-oauth-api</artifactId>
<packaging>jar</packaging>
<parent>
<groupId>io.github.aijavaer</groupId>
<artifactId>sog-base</artifactId>
<version>2.2.15</version>
</parent>
<dependencies>
<!--内部依赖-->
<dependency>
<groupId>io.github.aijavaer</groupId>
<artifactId>sog-commons</artifactId>
</dependency>
<dependency>
<groupId>io.github.aijavaer</groupId>
<artifactId>sog-cache</artifactId>
</dependency>
<dependency>
<groupId>io.github.aijavaer</groupId>
<artifactId>sog-apollo-client</artifactId>
</dependency>
<!--oauth2-->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-oauth2</artifactId>
<exclusions>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>