From 6961a59b9ebc4a975d235e92a1cebe5a84cd1848 Mon Sep 17 00:00:00 2001 From: cheng <1821349743@qq.com> Date: 星期五, 20 十月 2023 10:16:13 +0800 Subject: [PATCH] commit --- pom.xml | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index 1b4c851..65f2b27 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ <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> @@ -38,6 +38,10 @@ <groupId>com.lx</groupId> <artifactId>product-server-device</artifactId> </dependency> + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-server-task</artifactId> + </dependency> </dependencies> </project> -- Gitblit v1.9.2