<?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>
|
<parent>
|
<artifactId>gear</artifactId>
|
<groupId>com.gear</groupId>
|
<version>3.8.6</version>
|
</parent>
|
|
<artifactId>gear-customer</artifactId>
|
|
<description>
|
customer客户端模块
|
</description>
|
|
<dependencies>
|
|
<!-- 通用工具-->
|
<dependency>
|
<groupId>com.gear</groupId>
|
<artifactId>gear-common</artifactId>
|
</dependency>
|
|
<dependency>
|
<groupId>com.gear</groupId>
|
<artifactId>gear-busi</artifactId>
|
</dependency>
|
|
<dependency>
|
<groupId>com.gear</groupId>
|
<artifactId>gear-swx</artifactId>
|
</dependency>
|
|
<dependency>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-starter-amqp</artifactId>
|
</dependency>
|
|
<dependency>
|
<groupId>me.zhyd.oauth</groupId>
|
<artifactId>JustAuth</artifactId>
|
<version>1.16.5</version>
|
</dependency>
|
|
<dependency>
|
<groupId>com.google.api-client</groupId>
|
<artifactId>google-api-client</artifactId>
|
<version>1.32.1</version>
|
</dependency>
|
<dependency>
|
<groupId>com.google.oauth-client</groupId>
|
<artifactId>google-oauth-client-jetty</artifactId>
|
<version>1.32.1</version>
|
</dependency>
|
|
<dependency>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-starter-webflux</artifactId>
|
</dependency>
|
<dependency>
|
<groupId>org.apache.httpcomponents</groupId>
|
<artifactId>httpclient</artifactId>
|
<version>4.3.6</version>
|
</dependency>
|
<dependency>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-starter-freemarker</artifactId>
|
</dependency>
|
</dependencies>
|
</project>
|