structure-oauth-dependencies
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>cn.structured</groupId>
<artifactId>structure-oauth-dependencies</artifactId>
<version>1.0.4</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>cn.structured</groupId>
<artifactId>structure-dependencies</artifactId>
<version>1.2.10</version>
</parent>
<groupId>cn.structured</groupId>
<artifactId>structure-oauth-dependencies</artifactId>
<version>1.0.4</version>
<packaging>pom</packaging>
<name>structure-oauth-dependencies</name>
<description>这个是oauth项目的整体依赖</description>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<modules>
<module>../structure-oauth-common</module>
<module>../structure-oauth-api</module>
<module>../structure-oauth-resource-starter</module>
<module>../structure-oauth-sdk</module>
<module>../structure-oauth-server</module>
<module>../structure-oauth-starter</module>
</modules>
<properties>
<zxing-code.version>3.3.3</zxing-code.version>
<spring-cloud-oauth.version>2.2.5.RELEASE</spring-cloud-oauth.version>
<weixin-java.version>4.1.5.B</weixin-java.version>
<structure.version>1.2.10</structure.version>
<revision>1.0.3-SNAPSHOT</revision>
<structure-security.version>1.0.3</structure-security.version>
<spring-security-oauth.version>2.3.4.RELEASE</spring-security-oauth.version>
<fastjson.version>1.2.83</fastjson.version>
<spring.version>5.3.29</spring.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-oauth2</artifactId>
<version>${spring-cloud-oauth.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.security.oauth</groupId>
<artifactId>spring-security-oauth2</artifactId>
<version>${spring-security-oauth.version}</version>
</dependency>
<dependency>
<groupId>cn.structured</groupId>
<artifactId>structure-boot-parent</artifactId>
<version>${structure.version}</version>
</dependency>
<dependency>
<groupId>cn.structured</groupId>
<artifactId>structure-oauth-api</artifactId>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>cn.structured</groupId>
<artifactId>structure-oauth-common</artifactId>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>cn.structured</groupId>
<artifactId>structure-oauth-sdk</artifactId>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>cn.structured</groupId>
<artifactId>structure-oauth-server</artifactId>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>cn.structured</groupId>
<artifactId>structure-oauth-starter</artifactId>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>cn.structured</groupId>
<artifactId>structure-oauth-resource-starter</artifactId>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>cn.structured</groupId>
<artifactId>structure-common</artifactId>
<version>${structure.version}</version>
</dependency>
<dependency>
<groupId>cn.structured</groupId>
<artifactId>structure-security-core</artifactId>
<version>${structure-security.version}</version>
</dependency>
<dependency>
<groupId>com.github.binarywang</groupId>
<artifactId>weixin-java-miniapp</artifactId>
<version>${weixin-java.version}</version>
</dependency>
<dependency>
<groupId>cn.structured</groupId>
<artifactId>structure-boot-parent</artifactId>
<version>${structure.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.google.zxing</groupId>
<artifactId>core</artifactId>
<version>${zxing-code.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>