From d928ba243d1d05031a002a826dd0260e3b7465f0 Mon Sep 17 00:00:00 2001 From: shichongfu <shi_chongfu@163.com> Date: 星期日, 08 十月 2023 10:02:02 +0800 Subject: [PATCH] 设备 --- pom.xml | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index 89cd2f4..0a65447 100644 --- a/pom.xml +++ b/pom.xml @@ -8,6 +8,7 @@ <artifactId>product-server</artifactId> <version>2.0.0-release</version> </parent> + <version>2.0.0-release</version> <artifactId>product-server-mobile-core</artifactId> <name>product-server-mobile-core</name> <description>product-server-mobile-core</description> @@ -28,12 +29,22 @@ <dependency> <groupId>com.lx</groupId> <artifactId>product-server-core</artifactId> - <version>2.0.1</version> </dependency> <dependency> <groupId>com.lx</groupId> <artifactId>product-server-file</artifactId> </dependency> + <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> </project> -- Gitblit v1.9.2