From 8e2008a8722b9b5a5d7107542fcacd9bf6eea735 Mon Sep 17 00:00:00 2001 From: zm <2369059705qq.com> Date: 星期三, 14 八月 2024 09:47:40 +0800 Subject: [PATCH] 考勤打卡 --- pom.xml | 9 +-------- 1 files changed, 1 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 0a65447..db82c22 100644 --- a/pom.xml +++ b/pom.xml @@ -8,15 +8,11 @@ <artifactId>product-server</artifactId> <version>2.0.0-release</version> </parent> - <version>2.0.0-release</version> + <version>2.1.0-release</version> <artifactId>product-server-mobile-core</artifactId> <name>product-server-mobile-core</name> <description>product-server-mobile-core</description> <dependencies> - <dependency> - <groupId>com.lx</groupId> - <artifactId>product-server-common</artifactId> - </dependency> <dependency> <groupId>com.lx</groupId> <artifactId>product-server-util</artifactId> @@ -37,13 +33,10 @@ <dependency> <groupId>com.lx</groupId> <artifactId>product-server-task</artifactId> - <version>2.1.0</version> - <classifier>release</classifier> </dependency> <dependency> <groupId>com.lx</groupId> <artifactId>product-server-device</artifactId> - <version>2.1.0-release</version> </dependency> </dependencies> -- Gitblit v1.9.2