|
@@ -24,7 +24,7 @@
|
|
|
<spring.boot.version>2.1.0.RELEASE</spring.boot.version>
|
|
|
<spring.boot.version>2.1.0.RELEASE</spring.boot.version>
|
|
|
<gis.version>1.0.0</gis.version>
|
|
|
- <fastjson.version>1.2.75</fastjson.version>
|
|
|
+ <fastjson.version>1.2.83</fastjson.version>
|
|
|
<druid.version>1.1.14</druid.version>
|
|
|
<hutool.version>5.3.3</hutool.version>
|
|
|
<lombok.version>1.18.2</lombok.version>
|
|
@@ -45,23 +45,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
- <!--<dependencyManagement>-->
|
|
|
<dependencies>
|
|
|
- <!-- spring-cloud-->
|
|
|
- <!--<dependency>-->
|
|
|
- <!--<groupId>org.springframework.cloud</groupId>-->
|
|
|
- <!--<artifactId>spring-cloud-dependencies</artifactId>-->
|
|
|
- <!--<version>Greenwich.SR2</version>-->
|
|
|
- <!--<type>pom</type>-->
|
|
|
- <!--<scope>import</scope>-->
|
|
|
- <!--</dependency>-->
|
|
|
- <!--<dependency>-->
|
|
|
- <!--<groupId>org.springframework.cloud</groupId>-->
|
|
|
- <!--<artifactId>spring-cloud-alibaba-dependencies</artifactId>-->
|
|
|
- <!--<version>0.9.0.RELEASE</version>-->
|
|
|
- <!--<type>pom</type>-->
|
|
|
- <!--<scope>import</scope>-->
|
|
|
- <!--</dependency>-->
|
|
|
+
|
|
|
|
|
|
|
|
|
<!-- springboot -->
|
|
@@ -91,13 +76,6 @@
|
|
|
<version>${spring.boot.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
- <!-- rocketmq -->
|
|
|
- <!--<dependency>-->
|
|
|
- <!--<groupId>org.apache.rocketmq</groupId>-->
|
|
|
- <!--<artifactId>rocketmq-spring-boot-starter</artifactId>-->
|
|
|
- <!--<version>2.1.1</version>-->
|
|
|
- <!--</dependency>-->
|
|
|
-
|
|
|
|
|
|
<!--rabbit MQ-->
|
|
|
<dependency>
|
|
@@ -106,37 +84,6 @@
|
|
|
<version>${spring.boot.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
- <!-- nacos 注册中心依赖 -->
|
|
|
- <!--<dependency>-->
|
|
|
- <!--<groupId>org.springframework.cloud</groupId>-->
|
|
|
- <!--<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>-->
|
|
|
- <!--<version>0.9.0.RELEASE</version>-->
|
|
|
- <!--<!–<version>2.1.0.RELEASE</version>–>-->
|
|
|
- <!--</dependency>-->
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- <!-- openfeign -->
|
|
|
- <!--<dependency>-->
|
|
|
- <!--<groupId>org.springframework.cloud</groupId>-->
|
|
|
- <!--<artifactId>spring-cloud-starter-openfeign</artifactId>-->
|
|
|
- <!--<version>2.1.0.RELEASE</version>-->
|
|
|
- <!--</dependency>-->
|
|
|
-
|
|
|
- <!-- openfeign 调用需要加这个依赖 -->
|
|
|
- <!--<dependency>-->
|
|
|
- <!--<groupId>com.netflix.archaius</groupId>-->
|
|
|
- <!--<artifactId>archaius-core</artifactId>-->
|
|
|
- <!--<version>0.7.6</version>-->
|
|
|
- <!--<exclusions>-->
|
|
|
- <!--<exclusion>-->
|
|
|
- <!--<groupId>com.google.guava</groupId>-->
|
|
|
- <!--<artifactId>guava</artifactId>-->
|
|
|
- <!--</exclusion>-->
|
|
|
- <!--</exclusions>-->
|
|
|
- <!--</dependency>-->
|
|
|
-
|
|
|
-
|
|
|
|
|
|
<!-- lombok -->
|
|
|
<dependency>
|
|
@@ -258,7 +205,6 @@
|
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
- <!--</dependencyManagement>-->
|
|
|
|
|
|
|
|
|
<build>
|