|  |  |  | <?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-cloud</artifactId> | 
					
						
							|  |  |  | 	<version>2.0.0</version> | 
					
						
							|  |  |  | 	<packaging>pom</packaging> | 
					
						
							|  |  |  | 	<description>党群e事通</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-auth-client</module> | 
					
						
							|  |  |  | 		<module>epmet-admin</module> | 
					
						
							|  |  |  | 		<module>epmet-module</module> | 
					
						
							|  |  |  | 		<module>epmet-user</module> | 
					
						
							|  |  |  | 		<module>epmet-openapi</module> | 
					
						
							|  |  |  |     </modules> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	<properties> | 
					
						
							|  |  |  | 		<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> | 
					
						
							|  |  |  | 	</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>1.0.1</version> | 
					
						
							|  |  |  |             </dependency> | 
					
						
							|  |  |  | 			<!-- https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp --> | 
					
						
							|  |  |  | 			<dependency> | 
					
						
							|  |  |  | 				<groupId>com.squareup.okhttp3</groupId> | 
					
						
							|  |  |  | 				<artifactId>okhttp</artifactId> | 
					
						
							|  |  |  | 				<version>4.9.0</version> | 
					
						
							|  |  |  | 			</dependency> | 
					
						
							|  |  |  | 			<dependency> | 
					
						
							|  |  |  | 				<groupId>org.jetbrains.kotlin</groupId> | 
					
						
							|  |  |  | 				<artifactId>kotlin-stdlib</artifactId> | 
					
						
							|  |  |  | 				<version>1.3.70</version> | 
					
						
							|  |  |  | 			</dependency> | 
					
						
							|  |  |  |         </dependencies> | 
					
						
							|  |  |  | 	</dependencyManagement> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	<repositories> | 
					
						
							|  |  |  | 		<!--<repository>
 | 
					
						
							|  |  |  | 			<id>mvnrepo</id> | 
					
						
							|  |  |  | 			<name>jianjun gitee</name> | 
					
						
							|  |  |  | 			<url>https://gitee.com/jianjun4833/mvnrepo/blob/master/</url> | 
					
						
							|  |  |  | 		</repository>--> | 
					
						
							|  |  |  | 		<repository> | 
					
						
							|  |  |  | 			<id>public</id> | 
					
						
							|  |  |  | 			<name>aliyun nexus</name> | 
					
						
							|  |  |  | 			<url>http://maven.aliyun.com/nexus/content/groups/public/</url> | 
					
						
							|  |  |  | 			<releases> | 
					
						
							|  |  |  | 				<enabled>true</enabled> | 
					
						
							|  |  |  | 			</releases> | 
					
						
							|  |  |  | 		</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> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </project> |