|
@@ -5,7 +5,7 @@
|
|
|
|
|
|
<groupId>org.springblade</groupId>
|
|
|
<artifactId>blade-tool</artifactId>
|
|
|
- <version>1.0.0-RC4</version>
|
|
|
+ <version>1.0.0-RC5</version>
|
|
|
<packaging>pom</packaging>
|
|
|
<name>blade-tool</name>
|
|
|
<description>
|
|
@@ -36,22 +36,23 @@
|
|
|
</scm>
|
|
|
|
|
|
<properties>
|
|
|
- <blade.tool.version>1.0.0-RC4</blade.tool.version>
|
|
|
+ <blade.tool.version>1.0.0-RC5</blade.tool.version>
|
|
|
|
|
|
<java.version>1.8</java.version>
|
|
|
<maven.plugin.version>3.8.0</maven.plugin.version>
|
|
|
<swagger.version>2.9.2</swagger.version>
|
|
|
<swagger.models.version>1.5.21</swagger.models.version>
|
|
|
<swagger.bootstrapui.version>1.8.8</swagger.bootstrapui.version>
|
|
|
- <mybatis.plus.version>3.0.6</mybatis.plus.version>
|
|
|
+ <mybatis.plus.version>3.0.7.1</mybatis.plus.version>
|
|
|
<curator.framework.version>4.0.1</curator.framework.version>
|
|
|
<protostuff.version>1.6.0</protostuff.version>
|
|
|
<disruptor.version>3.4.2</disruptor.version>
|
|
|
<spring.boot.admin.version>2.0.2</spring.boot.admin.version>
|
|
|
+ <mica.auto.version>0.0.1</mica.auto.version>
|
|
|
|
|
|
<spring.boot.version>2.0.7.RELEASE</spring.boot.version>
|
|
|
<spring.cloud.version>Finchley.SR2</spring.cloud.version>
|
|
|
- <spring.platform.version>Cairo-SR5</spring.platform.version>
|
|
|
+ <spring.platform.version>Cairo-RELEASE</spring.platform.version>
|
|
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
|
|
@@ -120,6 +121,12 @@
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
<artifactId>spring-cloud-starter-netflix-hystrix</artifactId>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>commons-logging</groupId>
|
|
|
+ <artifactId>commons-logging</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
<!--<dependency>
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
@@ -133,20 +140,20 @@
|
|
|
<groupId>org.springframework.retry</groupId>
|
|
|
<artifactId>spring-retry</artifactId>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.projectlombok</groupId>
|
|
|
- <artifactId>lombok</artifactId>
|
|
|
- <scope>provided</scope>
|
|
|
- </dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-devtools</artifactId>
|
|
|
<optional>true</optional>
|
|
|
</dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.projectlombok</groupId>
|
|
|
+ <artifactId>lombok</artifactId>
|
|
|
+ <scope>provided</scope>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>net.dreamlu</groupId>
|
|
|
<artifactId>mica-auto</artifactId>
|
|
|
- <version>0.0.1</version>
|
|
|
+ <version>${mica.auto.version}</version>
|
|
|
</dependency>
|
|
|
<!--<dependency>
|
|
|
<groupId>org.springframework</groupId>
|
|
@@ -252,7 +259,7 @@
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
- <version>2.9.1</version>
|
|
|
+ <version>2.10.1</version>
|
|
|
<executions>
|
|
|
<execution>
|
|
|
<phase>package</phase>
|