mirror of
https://github.com/hpd840321/starRiverProperty.git
synced 2026-06-10 00:40:30 +08:00
452a4a16ec
- Add ZK discovery dep to parent POM (v1.1.0.RELEASE, Edgware-compatible) - Add ZK discovery dep to starter POM for runtime classpath inclusion - Architecture: discovery.enabled=false → Consul registration only ZK DiscoveryClient → service lookup for Feign → Ribbon → ServerList Closes gap between architecture design doc and implementation Former-commit-id: 6b5898d0e07ca6ebf2ccbb69ace5fa77ac6f0749
545 lines
25 KiB
XML
545 lines
25 KiB
XML
<?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>
|
||
|
||
<!-- 与 V1 运行包 META-INF/maven/.../cw-elevator-application-starter/pom.xml 声明的父坐标一致(私服缺失时在仓库内自建) -->
|
||
<parent>
|
||
<groupId>org.springframework.boot</groupId>
|
||
<artifactId>spring-boot-starter-parent</artifactId>
|
||
<version>1.5.17.RELEASE</version>
|
||
<relativePath/>
|
||
</parent>
|
||
|
||
<groupId>cn.cloudwalk.elevator</groupId>
|
||
<artifactId>cw-elevator-application</artifactId>
|
||
<version>1.0-SNAPSHOT</version>
|
||
<packaging>pom</packaging>
|
||
<name>cw-elevator-application (parent BOM)</name>
|
||
<description>V1 父 POM 真源:dependencyManagement / 插件版本;继承 Spring Boot 1.5.17。业务 reactor 见 cw-elevator-application-reactor。</description>
|
||
|
||
<properties>
|
||
<java.version>1.8</java.version>
|
||
<cloudwalk.internal.version>3.7.2-Brussels-SRX</cloudwalk.internal.version>
|
||
<cloudwalk.legacy.public.version>3.7.2-Brussels-SRX</cloudwalk.legacy.public.version>
|
||
<intelligent.cwoscomponent.version>2.9.2-xinghewan</intelligent.cwoscomponent.version>
|
||
<fastjson.version>1.2.73</fastjson.version>
|
||
<guava.version>20.0</guava.version>
|
||
<poi.version>3.15</poi.version>
|
||
<ant.version>1.9.6</ant.version>
|
||
<thumbnailator.version>0.4.8</thumbnailator.version>
|
||
<commons-io.version>2.5</commons-io.version>
|
||
<commons-lang3.version>3.5</commons-lang3.version>
|
||
<zip4j.version>2.6.2</zip4j.version>
|
||
<zxing.version>3.3.3</zxing.version>
|
||
<pagehelper.version>5.1.2</pagehelper.version>
|
||
<pagehelper-spring-boot.version>1.2.5</pagehelper-spring-boot.version>
|
||
<shardingsphere.version>4.0.0</shardingsphere.version>
|
||
<mybatis.version>3.4.6</mybatis.version>
|
||
<mybatis-spring.version>1.3.2</mybatis-spring.version>
|
||
<mybatis-spring-boot.version>1.3.1</mybatis-spring-boot.version>
|
||
<javax.servlet-api.version>3.1.0</javax.servlet-api.version>
|
||
<javax.annotation-api.version>1.3.2</javax.annotation-api.version>
|
||
<jsr305.version>3.0.2</jsr305.version>
|
||
<cwos.sdk.resource.version>1.0.0-SNAPSHOT</cwos.sdk.resource.version>
|
||
<cwos.sdk.event.version>1.5.0-SNAPSHOT</cwos.sdk.event.version>
|
||
<intelligent.lock.version>1.1.1-SNAPSHOT</intelligent.lock.version>
|
||
<davinci.manager.storage.version>1.1.7-SNAPSHOT</davinci.manager.storage.version>
|
||
<nexus.baseUrl>http://192.168.3.12</nexus.baseUrl>
|
||
<nexus.public.repo>${nexus.baseUrl}/repository/maven-public/</nexus.public.repo>
|
||
<!-- JDK 8 可运行;勿改为 2.24+(需更高 JVM 运行插件) -->
|
||
<formatter.maven.plugin.version>2.16.0</formatter.maven.plugin.version>
|
||
<!-- 单独构建本 BOM 时用 elevator 聚合根的上级 docs;子模块由 reactor 覆盖此属性 -->
|
||
<alibaba.eclipse.codestyle.path>${project.basedir}/../../docs/style/alibaba-eclipse-codestyle.xml</alibaba.eclipse.codestyle.path>
|
||
<!-- V1 lib 中为 1.3.5/1.4.6 一代,非 SR6 默认的 1.3.6/1.4.7 -->
|
||
<spring-cloud.version>Edgware.SR3</spring-cloud.version>
|
||
<!-- V1 fat-jar 内 Spring Framework 为 4.3.29 -->
|
||
<spring.version>4.3.29.RELEASE</spring.version>
|
||
<!-- V1 lib 中 Jackson 多为 2.11.2(与 Boot 1.5 默认 2.8 并存形态对齐) -->
|
||
<jackson.version>2.11.2</jackson.version>
|
||
<!-- V1 lib:kafka-clients-2.3.0 -->
|
||
<kafka.version>2.3.0</kafka.version>
|
||
<jsoup.version>1.9.2</jsoup.version>
|
||
<reflections.version>0.9.9-RC2</reflections.version>
|
||
<gson.version>2.8.5</gson.version>
|
||
<commons-fileupload.version>1.3.1</commons-fileupload.version>
|
||
<javax.mail.version>1.4.4</javax.mail.version>
|
||
<ehcache.version>2.10.5</ehcache.version>
|
||
<opencsv.version>2.3</opencsv.version>
|
||
<!-- V1 与 pagehelper 传递的 1.0 不同 -->
|
||
<jsqlparser.version>1.2</jsqlparser.version>
|
||
<commons-collections4.v1parity.version>4.1</commons-collections4.v1parity.version>
|
||
<commons-compress.v1parity.version>1.9</commons-compress.v1parity.version>
|
||
<cloudwalk.device.manager.version>2.0.2</cloudwalk.device.manager.version>
|
||
<aliyun.sdk.core.version>3.2.8</aliyun.sdk.core.version>
|
||
<aliyun.sdk.dysmsapi.version>1.1.0</aliyun.sdk.dysmsapi.version>
|
||
<!-- V1 lib 中与旧 Feign okhttp 链共存的 OkHttp 修订版 -->
|
||
<okhttp3.version>3.2.0</okhttp3.version>
|
||
<okio.version>1.6.0</okio.version>
|
||
<!-- spring-cloud-starter-openfeign 1.4.x 栈 -->
|
||
<feign.version>9.5.0</feign.version>
|
||
<feign-form.version>3.0.3</feign-form.version>
|
||
<!-- 与 V1 fat-jar 中 cw-elevator-application-starter/pom.xml 一致 -->
|
||
<spring-boot-maven-plugin.version>1.3.3.RELEASE</spring-boot-maven-plugin.version>
|
||
</properties>
|
||
|
||
<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>
|
||
<!-- 覆盖 BOM,使嵌套 jar 坐标与 V1 运行包一致(Edgware.SR3 仍可能与样本略有出入,此处钉死样本中出现的修订版) -->
|
||
<dependency>
|
||
<groupId>org.springframework.cloud</groupId>
|
||
<artifactId>spring-cloud-starter</artifactId>
|
||
<version>1.3.5.RELEASE</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.springframework.cloud</groupId>
|
||
<artifactId>spring-cloud-starter-consul</artifactId>
|
||
<version>1.3.5.RELEASE</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.springframework.cloud</groupId>
|
||
<artifactId>spring-cloud-starter-consul-discovery</artifactId>
|
||
<version>1.3.5.RELEASE</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.springframework.cloud</groupId>
|
||
<artifactId>spring-cloud-starter-zookeeper-discovery</artifactId>
|
||
<version>1.1.0.RELEASE</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.springframework.cloud</groupId>
|
||
<artifactId>spring-cloud-commons</artifactId>
|
||
<version>1.3.5.RELEASE</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.springframework.cloud</groupId>
|
||
<artifactId>spring-cloud-context</artifactId>
|
||
<version>1.3.5.RELEASE</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.springframework.cloud</groupId>
|
||
<artifactId>spring-cloud-consul-core</artifactId>
|
||
<version>1.3.5.RELEASE</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.springframework.cloud</groupId>
|
||
<artifactId>spring-cloud-consul-discovery</artifactId>
|
||
<version>1.3.5.RELEASE</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.springframework.cloud</groupId>
|
||
<artifactId>spring-cloud-netflix-core</artifactId>
|
||
<version>1.4.6.RELEASE</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.springframework.cloud</groupId>
|
||
<artifactId>spring-cloud-starter-netflix-archaius</artifactId>
|
||
<version>1.4.6.RELEASE</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.springframework.cloud</groupId>
|
||
<artifactId>spring-cloud-starter-netflix-hystrix</artifactId>
|
||
<version>1.4.6.RELEASE</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.springframework.cloud</groupId>
|
||
<artifactId>spring-cloud-starter-netflix-hystrix-dashboard</artifactId>
|
||
<version>1.4.6.RELEASE</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.springframework.cloud</groupId>
|
||
<artifactId>spring-cloud-starter-netflix-ribbon</artifactId>
|
||
<version>1.4.6.RELEASE</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.springframework.cloud</groupId>
|
||
<artifactId>spring-cloud-starter-openfeign</artifactId>
|
||
<version>1.4.6.RELEASE</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.springframework.cloud</groupId>
|
||
<artifactId>spring-cloud-starter-ribbon</artifactId>
|
||
<version>1.4.6.RELEASE</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.springframework.cloud</groupId>
|
||
<artifactId>spring-cloud-netflix-hystrix-dashboard</artifactId>
|
||
<version>1.4.6.RELEASE</version>
|
||
</dependency>
|
||
<!-- OpenFeign / form:与 V1 lib、dependency:list 一致,显式钉死避免传递链升级到 10.x -->
|
||
<dependency>
|
||
<groupId>io.github.openfeign</groupId>
|
||
<artifactId>feign-core</artifactId>
|
||
<version>${feign.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>io.github.openfeign</groupId>
|
||
<artifactId>feign-hystrix</artifactId>
|
||
<version>${feign.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>io.github.openfeign</groupId>
|
||
<artifactId>feign-slf4j</artifactId>
|
||
<version>${feign.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>io.github.openfeign</groupId>
|
||
<artifactId>feign-okhttp</artifactId>
|
||
<version>${feign.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>io.github.openfeign.form</groupId>
|
||
<artifactId>feign-form</artifactId>
|
||
<version>${feign-form.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>io.github.openfeign.form</groupId>
|
||
<artifactId>feign-form-spring</artifactId>
|
||
<version>${feign-form.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.apache.kafka</groupId>
|
||
<artifactId>kafka-clients</artifactId>
|
||
<version>${kafka.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.google.code.gson</groupId>
|
||
<artifactId>gson</artifactId>
|
||
<version>${gson.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>commons-fileupload</groupId>
|
||
<artifactId>commons-fileupload</artifactId>
|
||
<version>${commons-fileupload.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>javax.mail</groupId>
|
||
<artifactId>mail</artifactId>
|
||
<version>${javax.mail.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>net.sf.ehcache</groupId>
|
||
<artifactId>ehcache</artifactId>
|
||
<version>${ehcache.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>net.sf.opencsv</groupId>
|
||
<artifactId>opencsv</artifactId>
|
||
<version>${opencsv.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.apache.commons</groupId>
|
||
<artifactId>commons-collections4</artifactId>
|
||
<version>${commons-collections4.v1parity.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.apache.commons</groupId>
|
||
<artifactId>commons-compress</artifactId>
|
||
<version>${commons-compress.v1parity.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.github.jsqlparser</groupId>
|
||
<artifactId>jsqlparser</artifactId>
|
||
<version>${jsqlparser.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.jsoup</groupId>
|
||
<artifactId>jsoup</artifactId>
|
||
<version>${jsoup.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.reflections</groupId>
|
||
<artifactId>reflections</artifactId>
|
||
<version>${reflections.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.aliyun</groupId>
|
||
<artifactId>aliyun-java-sdk-core</artifactId>
|
||
<version>${aliyun.sdk.core.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.aliyun</groupId>
|
||
<artifactId>aliyun-java-sdk-dysmsapi</artifactId>
|
||
<version>${aliyun.sdk.dysmsapi.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>cn.cloudwalk.cloud</groupId>
|
||
<artifactId>cloudwalk-device-manager-common</artifactId>
|
||
<version>${cloudwalk.device.manager.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>cn.cloudwalk.cloud</groupId>
|
||
<artifactId>cloudwalk-device-manager-interface</artifactId>
|
||
<version>${cloudwalk.device.manager.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>cn.cloudwalk.cloud</groupId>
|
||
<artifactId>cwos-common-aks-interface</artifactId>
|
||
<version>1.0.0-SNAPSHOT</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>cn.cloudwalk.cloud</groupId>
|
||
<artifactId>cwos-device-authentication-interface</artifactId>
|
||
<version>1.0.0-SNAPSHOT</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>cn.cloudwalk</groupId>
|
||
<artifactId>cwos-portal-interface</artifactId>
|
||
<version>1.0.0-SNAPSHOT</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>cn.cloudwalk</groupId>
|
||
<artifactId>cloudwalk-device-sdk-protocol-entity</artifactId>
|
||
<version>2.2.0</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.fasterxml.jackson.module</groupId>
|
||
<artifactId>jackson-module-afterburner</artifactId>
|
||
<version>${jackson.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.netflix.archaius</groupId>
|
||
<artifactId>archaius-core</artifactId>
|
||
<version>0.6.6</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.squareup.okhttp3</groupId>
|
||
<artifactId>okhttp</artifactId>
|
||
<version>${okhttp3.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.squareup.okio</groupId>
|
||
<artifactId>okio</artifactId>
|
||
<version>${okio.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>cn.cloudwalk.cloud</groupId>
|
||
<artifactId>cloudwalk-common-result</artifactId>
|
||
<version>${cloudwalk.legacy.public.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>cn.cloudwalk.cloud</groupId>
|
||
<artifactId>cloudwalk-common-web</artifactId>
|
||
<version>${cloudwalk.legacy.public.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>cn.cloudwalk.cloud</groupId>
|
||
<artifactId>cloudwalk-common-service</artifactId>
|
||
<version>${cloudwalk.internal.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>cn.cloudwalk.cloud</groupId>
|
||
<artifactId>cloudwalk-common-event</artifactId>
|
||
<version>${cloudwalk.internal.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>cn.cloudwalk.cloud</groupId>
|
||
<artifactId>cloudwalk-common-serial</artifactId>
|
||
<version>${cloudwalk.legacy.public.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>cn.cloudwalk.intelligent</groupId>
|
||
<artifactId>intelligent-cwoscomponent-interface</artifactId>
|
||
<version>${intelligent.cwoscomponent.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>cn.cloudwalk.intelligent</groupId>
|
||
<artifactId>intelligent-cwoscomponent-rest</artifactId>
|
||
<version>${intelligent.cwoscomponent.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>cn.cloudwalk</groupId>
|
||
<artifactId>cwos-java-sdk-resource</artifactId>
|
||
<version>${cwos.sdk.resource.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>cn.cloudwalk.cloud</groupId>
|
||
<artifactId>cwos-sdk-event</artifactId>
|
||
<version>${cwos.sdk.event.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>cn.cloudwalk.intelligent</groupId>
|
||
<artifactId>cloudwalk-intelligent-component-lock</artifactId>
|
||
<version>${intelligent.lock.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>cn.cloudwalk.intelligent</groupId>
|
||
<artifactId>davinci-manager-storage</artifactId>
|
||
<version>${davinci.manager.storage.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.google.guava</groupId>
|
||
<artifactId>guava</artifactId>
|
||
<version>${guava.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.apache.poi</groupId>
|
||
<artifactId>poi</artifactId>
|
||
<version>${poi.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.apache.poi</groupId>
|
||
<artifactId>poi-ooxml</artifactId>
|
||
<version>${poi.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.apache.ant</groupId>
|
||
<artifactId>ant</artifactId>
|
||
<version>${ant.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>net.coobird</groupId>
|
||
<artifactId>thumbnailator</artifactId>
|
||
<version>${thumbnailator.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>commons-io</groupId>
|
||
<artifactId>commons-io</artifactId>
|
||
<version>${commons-io.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.apache.commons</groupId>
|
||
<artifactId>commons-lang3</artifactId>
|
||
<version>${commons-lang3.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.alibaba</groupId>
|
||
<artifactId>fastjson</artifactId>
|
||
<version>${fastjson.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>net.lingala.zip4j</groupId>
|
||
<artifactId>zip4j</artifactId>
|
||
<version>${zip4j.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.google.zxing</groupId>
|
||
<artifactId>core</artifactId>
|
||
<version>${zxing.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.github.pagehelper</groupId>
|
||
<artifactId>pagehelper</artifactId>
|
||
<version>${pagehelper.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.github.pagehelper</groupId>
|
||
<artifactId>pagehelper-spring-boot-autoconfigure</artifactId>
|
||
<version>${pagehelper-spring-boot.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.apache.shardingsphere</groupId>
|
||
<artifactId>sharding-jdbc-spring-boot-starter</artifactId>
|
||
<version>${shardingsphere.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.mybatis</groupId>
|
||
<artifactId>mybatis</artifactId>
|
||
<version>${mybatis.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.mybatis</groupId>
|
||
<artifactId>mybatis-spring</artifactId>
|
||
<version>${mybatis-spring.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.mybatis.spring.boot</groupId>
|
||
<artifactId>mybatis-spring-boot-starter</artifactId>
|
||
<version>${mybatis-spring-boot.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>javax.servlet</groupId>
|
||
<artifactId>javax.servlet-api</artifactId>
|
||
<version>${javax.servlet-api.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>javax.annotation</groupId>
|
||
<artifactId>javax.annotation-api</artifactId>
|
||
<version>${javax.annotation-api.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.google.code.findbugs</groupId>
|
||
<artifactId>jsr305</artifactId>
|
||
<version>${jsr305.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>javax.el</groupId>
|
||
<artifactId>javax.el-api</artifactId>
|
||
<version>3.0.0</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.glassfish</groupId>
|
||
<artifactId>javax.el</artifactId>
|
||
<version>3.0.0</version>
|
||
</dependency>
|
||
</dependencies>
|
||
</dependencyManagement>
|
||
|
||
<repositories>
|
||
<repository>
|
||
<id>nexus-public</id>
|
||
<name>Nexus maven-public</name>
|
||
<url>${nexus.public.repo}</url>
|
||
<releases>
|
||
<enabled>true</enabled>
|
||
</releases>
|
||
<snapshots>
|
||
<enabled>true</enabled>
|
||
</snapshots>
|
||
</repository>
|
||
</repositories>
|
||
|
||
<pluginRepositories>
|
||
<pluginRepository>
|
||
<id>nexus-public-plugins</id>
|
||
<name>Nexus maven-public</name>
|
||
<url>${nexus.public.repo}</url>
|
||
<releases>
|
||
<enabled>true</enabled>
|
||
</releases>
|
||
<snapshots>
|
||
<enabled>true</enabled>
|
||
</snapshots>
|
||
</pluginRepository>
|
||
</pluginRepositories>
|
||
|
||
<build>
|
||
<pluginManagement>
|
||
<plugins>
|
||
<plugin>
|
||
<groupId>org.apache.maven.plugins</groupId>
|
||
<artifactId>maven-compiler-plugin</artifactId>
|
||
<configuration>
|
||
<source>1.8</source>
|
||
<target>1.8</target>
|
||
<encoding>UTF-8</encoding>
|
||
</configuration>
|
||
</plugin>
|
||
<!-- V1 starter 显式使用 1.3.3;与 Boot 1.5 依赖并存时可产出与历史一致的 lib/ 布局 -->
|
||
<plugin>
|
||
<groupId>org.springframework.boot</groupId>
|
||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||
<version>${spring-boot-maven-plugin.version}</version>
|
||
</plugin>
|
||
<plugin>
|
||
<groupId>net.revelc.code.formatter</groupId>
|
||
<artifactId>formatter-maven-plugin</artifactId>
|
||
<version>${formatter.maven.plugin.version}</version>
|
||
<configuration>
|
||
<configFile>${alibaba.eclipse.codestyle.path}</configFile>
|
||
<lineEnding>LF</lineEnding>
|
||
<encoding>UTF-8</encoding>
|
||
</configuration>
|
||
</plugin>
|
||
</plugins>
|
||
</pluginManagement>
|
||
</build>
|
||
</project>
|