From 621c0260c04a2293e1a19c69efd0bcee48a36314 Mon Sep 17 00:00:00 2001 From: cjl <276999030@qq.com> Date: Fri, 07 Jul 2023 11:53:03 +0800 Subject: [PATCH] ci:导出格式提交 --- screen-common/pom.xml | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/screen-common/pom.xml b/screen-common/pom.xml index 5fed457..0967c9c 100644 --- a/screen-common/pom.xml +++ b/screen-common/pom.xml @@ -12,7 +12,7 @@ <artifactId>screen-common</artifactId> <properties> - + <commons-net>3.6</commons-net> <spring-boot-starter-data-redis.version>2.1.3.RELEASE</spring-boot-starter-data-redis.version> <jedis.version>2.9.0</jedis.version> </properties> @@ -32,6 +32,11 @@ <groupId>com.alibaba</groupId> <artifactId>fastjson</artifactId> <version>${com.alibaba.version}</version> + </dependency> + <dependency> + <groupId>commons-net</groupId> + <artifactId>commons-net</artifactId> + <version>3.6</version> </dependency> </dependencies> @@ -65,6 +70,11 @@ <artifactId>maven-shared-incremental</artifactId> <version>${maven-shared-incremental.version}</version> </dependency> + <dependency> + <groupId>commons-net</groupId> + <artifactId>commons-net</artifactId> + <version>${commons-net}</version> + </dependency> </dependencies> </plugin> -- Gitblit v1.8.0