You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
229 lines
8.9 KiB
229 lines
8.9 KiB
2 years ago
|
<?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>
|
||
|
<groupId>org.springframework.boot</groupId>
|
||
|
<artifactId>spring-boot-starter-parent</artifactId>
|
||
|
<version>2.1.11.RELEASE</version>
|
||
|
</parent>
|
||
|
|
||
|
<groupId>com.epmet</groupId>
|
||
|
<artifactId>epmet-saas</artifactId>
|
||
|
<version>2.0.0</version>
|
||
|
<packaging>pom</packaging>
|
||
|
<description>Elink Party Masses Easily Together Saas</description>
|
||
|
|
||
|
<organization>
|
||
|
<name>青岛亿联信息科技股份有限公司</name>
|
||
|
<url>http://www.elinkchina.com.cn/</url>
|
||
|
</organization>
|
||
|
|
||
|
<modules>
|
||
|
<module>epmet-commons</module>
|
||
|
<module>epmet-gateway</module>
|
||
|
<module>epmet-auth</module>
|
||
|
<module>epmet-module</module>
|
||
|
<module>epmet-clients</module>
|
||
|
<module>epmet-cloud-generator</module>
|
||
|
<!--<module>epmet-legacy-module</module>-->
|
||
|
</modules>
|
||
|
|
||
|
<properties>
|
||
|
<alibaba-dingtalk-service-sdk.version>2.0.0</alibaba-dingtalk-service-sdk.version>
|
||
|
<kotlin-stdlib.version>1.3.70</kotlin-stdlib.version>
|
||
|
<okhttp.version>4.9.0</okhttp.version>
|
||
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||
|
<java.version>1.8</java.version>
|
||
|
<spring.cloud.version>Greenwich.SR4</spring.cloud.version>
|
||
|
<spring.cloud.alibaba.version>2.1.0.RELEASE</spring.cloud.alibaba.version>
|
||
|
<spring.boot.admin.version>2.1.6</spring.boot.admin.version>
|
||
|
<mysql.version>8.0.18</mysql.version>
|
||
|
<epmet.version>2.0.0</epmet.version>
|
||
|
</properties>
|
||
|
|
||
|
<dependencies>
|
||
|
<dependency>
|
||
|
<groupId>org.springframework.boot</groupId>
|
||
|
<artifactId>spring-boot-starter-test</artifactId>
|
||
|
<scope>test</scope>
|
||
|
</dependency>
|
||
|
</dependencies>
|
||
|
|
||
|
<dependencyManagement>
|
||
|
<dependencies>
|
||
|
<dependency>
|
||
|
<groupId>org.springframework.cloud</groupId>
|
||
|
<artifactId>spring-cloud-dependencies</artifactId>
|
||
|
<version>${spring.cloud.version}</version>
|
||
|
<type>pom</type>
|
||
|
<scope>import</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.alibaba.cloud</groupId>
|
||
|
<artifactId>spring-cloud-alibaba-dependencies</artifactId>
|
||
|
<version>${spring.cloud.alibaba.version}</version>
|
||
|
<type>pom</type>
|
||
|
<scope>import</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>mysql</groupId>
|
||
|
<artifactId>mysql-connector-java</artifactId>
|
||
|
<version>${mysql.version}</version>
|
||
|
</dependency>
|
||
|
<!--<dependency>
|
||
|
<groupId>com.alibaba.cloud</groupId>
|
||
|
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
|
||
|
<version>2.1.1.RELEASE</version>
|
||
|
</dependency>-->
|
||
|
<!-- 钉钉机器人 -->
|
||
|
<dependency>
|
||
|
<groupId>com.aliyun</groupId>
|
||
|
<artifactId>alibaba-dingtalk-service-sdk</artifactId>
|
||
|
<version>${alibaba-dingtalk-service-sdk.version}</version>
|
||
|
</dependency>
|
||
|
<!-- https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp -->
|
||
|
<dependency>
|
||
|
<groupId>com.squareup.okhttp3</groupId>
|
||
|
<artifactId>okhttp</artifactId>
|
||
|
<version>${okhttp.version}</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.jetbrains.kotlin</groupId>
|
||
|
<artifactId>kotlin-stdlib</artifactId>
|
||
|
<version>${kotlin-stdlib.version}</version>
|
||
|
</dependency>
|
||
|
|
||
|
<!-- epmet commons通用jar start -->
|
||
|
<dependency>
|
||
|
<groupId>com.epmet</groupId>
|
||
|
<artifactId>epmet-common-clienttoken</artifactId>
|
||
|
<version>${epmet.version}</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.epmet</groupId>
|
||
|
<artifactId>epmet-commons-dynamic-datasource</artifactId>
|
||
|
<version>${epmet.version}</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.epmet</groupId>
|
||
|
<artifactId>epmet-commons-extapp-auth</artifactId>
|
||
|
<version>${epmet.version}</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.epmet</groupId>
|
||
|
<artifactId>epmet-commons-feignclient</artifactId>
|
||
|
<version>${epmet.version}</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.epmet</groupId>
|
||
|
<artifactId>epmet-commons-mybatis</artifactId>
|
||
|
<version>${epmet.version}</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.epmet</groupId>
|
||
|
<artifactId>epmet-commons-openapi</artifactId>
|
||
|
<version>${epmet.version}</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.epmet</groupId>
|
||
|
<artifactId>epmet-commons-rocketmq</artifactId>
|
||
|
<version>${epmet.version}</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.epmet</groupId>
|
||
|
<artifactId>epmet-commons-security</artifactId>
|
||
|
<version>${epmet.version}</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.epmet</groupId>
|
||
|
<artifactId>epmet-commons-service-call</artifactId>
|
||
|
<version>${epmet.version}</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.epmet</groupId>
|
||
|
<artifactId>epmet-commons-thirdplat</artifactId>
|
||
|
<version>${epmet.version}</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.epmet</groupId>
|
||
|
<artifactId>epmet-commons-tools</artifactId>
|
||
|
<version>${epmet.version}</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.epmet</groupId>
|
||
|
<artifactId>epmet-commons-tools-phone</artifactId>
|
||
|
<version>${epmet.version}</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.epmet</groupId>
|
||
|
<artifactId>epmet-commons-tools-wx-ma</artifactId>
|
||
|
<version>${epmet.version}</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.epmet</groupId>
|
||
|
<artifactId>epmet-commons-tools-wx-mp</artifactId>
|
||
|
<version>${epmet.version}</version>
|
||
|
</dependency>
|
||
|
<!-- epmet commons通用 jar end -->
|
||
|
|
||
|
<!-- epmet clients jar start -->
|
||
|
<dependency>
|
||
|
<groupId>com.epmet</groupId>
|
||
|
<artifactId>epmet-actual-base-client</artifactId>
|
||
|
<version>${epmet.version}</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.epmet</groupId>
|
||
|
<artifactId>epmet-admin-client</artifactId>
|
||
|
<version>${epmet.version}</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.epmet</groupId>
|
||
|
<artifactId>epmet-auth-client</artifactId>
|
||
|
<version>${epmet.version}</version>
|
||
|
</dependency>
|
||
|
<!-- epmet clients jar end -->
|
||
|
</dependencies>
|
||
|
</dependencyManagement>
|
||
|
|
||
|
<repositories>
|
||
|
<repository>
|
||
|
<id>public</id>
|
||
|
<name>aliyun nexus</name>
|
||
|
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
|
||
|
<releases>
|
||
|
<enabled>true</enabled>
|
||
|
</releases>
|
||
|
</repository>
|
||
|
<repository>
|
||
|
<id>epmet</id>
|
||
|
<name>maven-releases</name>
|
||
|
<url>https://nexus.elinkservice.cn/repository/maven-releases/</url>
|
||
|
</repository>
|
||
|
</repositories>
|
||
|
<pluginRepositories>
|
||
|
<pluginRepository>
|
||
|
<id>public</id>
|
||
|
<name>aliyun nexus</name>
|
||
|
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
|
||
|
<releases>
|
||
|
<enabled>true</enabled>
|
||
|
</releases>
|
||
|
<snapshots>
|
||
|
<enabled>false</enabled>
|
||
|
</snapshots>
|
||
|
</pluginRepository>
|
||
|
</pluginRepositories>
|
||
|
<distributionManagement>
|
||
|
<repository>
|
||
|
<id>epmet</id>
|
||
|
<url>https://nexus.elinkservice.cn/repository/maven-releases/</url>
|
||
|
</repository>
|
||
|
</distributionManagement>
|
||
|
|
||
|
</project>
|