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 | 25 +++++++++++++++++-------- 1 files changed, 17 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 821ac78..0a65447 100644 --- a/pom.xml +++ b/pom.xml @@ -2,19 +2,16 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>product-server</artifactId> <groupId>com.lx</groupId> + <artifactId>product-server</artifactId> <version>2.0.0-release</version> </parent> - <modelVersion>4.0.0</modelVersion> - + <version>2.0.0-release</version> <artifactId>product-server-mobile-core</artifactId> - - <properties> - <maven.compiler.source>8</maven.compiler.source> - <maven.compiler.target>8</maven.compiler.target> - </properties> + <name>product-server-mobile-core</name> + <description>product-server-mobile-core</description> <dependencies> <dependency> <groupId>com.lx</groupId> @@ -37,5 +34,17 @@ <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