From 5981f3413b9db0dea9ef7b5e33fd39d214ebb636 Mon Sep 17 00:00:00 2001 From: kaiyu <404897439@qq.com> Date: Wed, 23 Jun 2021 14:19:47 +0800 Subject: [PATCH] screen-manage 增加功能: 修改型号的因子,组织型号关系表也进行维护 --- screen-job/pom.xml | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/screen-job/pom.xml b/screen-job/pom.xml index 3432e2b..a22891e 100644 --- a/screen-job/pom.xml +++ b/screen-job/pom.xml @@ -14,12 +14,6 @@ <dependencies> <dependency> - <groupId>org.moral</groupId> - <artifactId>screen-common</artifactId> - <version>1.0-SNAPSHOT</version> - <scope>compile</scope> - </dependency> - <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <optional>true</optional> -- Gitblit v1.8.0