|
@@ -23,20 +23,14 @@
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
|
<!-- 公共属性,所有用到的jar包版本,全部定义在properties当中 -->
|
|
|
<properties>
|
|
|
- <aviator.version>4.2.9</aviator.version>
|
|
|
- <cglib.version>3.2.5</cglib.version>
|
|
|
<commons-collections.version>4.4</commons-collections.version>
|
|
|
- <commons-dbutils.version>1.7</commons-dbutils.version>
|
|
|
<commons-text.version>1.8</commons-text.version>
|
|
|
- <disruptor.version>3.4.2</disruptor.version>
|
|
|
<druid.version>1.2.20</druid.version>
|
|
|
<fastjson.version>1.2.62</fastjson.version>
|
|
|
- <jasypt.version>2.1.2</jasypt.version>
|
|
|
<java.version>1.8</java.version>
|
|
|
<jetcache.version>2.5.16</jetcache.version>
|
|
|
<jpos.version>2.1.3</jpos.version>
|
|
|
- <nacos.version>2021.0.5.0</nacos.version>
|
|
|
- <nacos.client.version>2.2.1</nacos.client.version>
|
|
|
+ <nacos.client.version>2.4.3</nacos.client.version>
|
|
|
<pagehelper.version>5.1.11</pagehelper.version>
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
<spring-cloud.version>2021.0.8</spring-cloud.version>
|
|
@@ -44,15 +38,11 @@
|
|
|
<spring-boot.version>2.7.16</spring-boot.version>
|
|
|
<io.springfox>3.0.0</io.springfox>
|
|
|
<javax.servlet-api.version>4.0.1</javax.servlet-api.version>
|
|
|
- <powermock.version>2.0.7</powermock.version>
|
|
|
<mockito-core.version>2.28.2</mockito-core.version>
|
|
|
- <plume.log.version>3.1.0-SNAPSHOT</plume.log.version>
|
|
|
<mysql.5.version>5.1.48</mysql.5.version>
|
|
|
<os-maven-plugin.version>1.6.2</os-maven-plugin.version>
|
|
|
- <protobuf-plugin.version>0.6.1</protobuf-plugin.version>
|
|
|
<grpc.version>1.51.0</grpc.version>
|
|
|
<protobuf.version>3.25.5</protobuf.version>
|
|
|
- <grpc-spring-boot-starter>2.14.0.RELEASE</grpc-spring-boot-starter>
|
|
|
<dubbo.version>3.3.2</dubbo.version>
|
|
|
<lombok.version>1.18.26</lombok.version>
|
|
|
<redisson.version>3.24.2</redisson.version>
|
|
@@ -180,17 +170,6 @@
|
|
|
<version>${mysql.5.version}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
- <groupId>cglib</groupId>
|
|
|
- <artifactId>cglib</artifactId>
|
|
|
- <version>${cglib.version}</version>
|
|
|
- </dependency>
|
|
|
- <!-- 高速内存队列,log4j异步处理时使用 -->
|
|
|
- <dependency>
|
|
|
- <groupId>com.lmax</groupId>
|
|
|
- <artifactId>disruptor</artifactId>
|
|
|
- <version>${disruptor.version}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
<artifactId>fastjson</artifactId>
|
|
|
<version>${fastjson.version}</version>
|
|
@@ -205,12 +184,6 @@
|
|
|
<artifactId>commons-collections4</artifactId>
|
|
|
<version>${commons-collections.version}</version>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.googlecode.aviator</groupId>
|
|
|
- <artifactId>aviator</artifactId>
|
|
|
- <version>${aviator.version}</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
<!-- spring cloud的jar包版本依赖管理 -->
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
@@ -237,24 +210,6 @@
|
|
|
<version>${druid.version}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
- <groupId>commons-dbutils</groupId>
|
|
|
- <artifactId>commons-dbutils</artifactId>
|
|
|
- <version>${commons-dbutils.version}</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>org.powermock</groupId>
|
|
|
- <artifactId>powermock-api-mockito2</artifactId>
|
|
|
- <version>${powermock.version}</version>
|
|
|
- <scope>test</scope>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.powermock</groupId>
|
|
|
- <artifactId>powermock-module-junit4</artifactId>
|
|
|
- <version>${powermock.version}</version>
|
|
|
- <scope>test</scope>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
<groupId>org.mockito</groupId>
|
|
|
<artifactId>mockito-core</artifactId>
|
|
|
<version>${mockito-core.version}</version>
|
|
@@ -271,11 +226,6 @@
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
- <groupId>com.plumelog</groupId>
|
|
|
- <artifactId>plumelog-log4j2</artifactId>
|
|
|
- <version>${plume.log.version}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
<groupId>com.google.protobuf</groupId>
|
|
|
<artifactId>protobuf-bom</artifactId>
|
|
|
<version>${protobuf.version}</version>
|
|
@@ -283,11 +233,6 @@
|
|
|
<type>pom</type>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
- <groupId>net.devh</groupId>
|
|
|
- <artifactId>grpc-spring-boot-starter</artifactId>
|
|
|
- <version>${grpc-spring-boot-starter}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
<artifactId>lombok</artifactId>
|
|
|
<version>${lombok.version}</version>
|