From bda415cec4df361387bb407cfee9cfe643212264 Mon Sep 17 00:00:00 2001 From: 许鹏程 <1821349743@qq.com> Date: 星期三, 11 十月 2023 09:39:18 +0800 Subject: [PATCH] clean dependency --- pom.xml | 21 +++++---------------- 1 files changed, 5 insertions(+), 16 deletions(-) diff --git a/pom.xml b/pom.xml index 821ac78..b6f397e 100644 --- a/pom.xml +++ b/pom.xml @@ -2,28 +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> - <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> - <artifactId>product-server-common</artifactId> - </dependency> - <dependency> - <groupId>com.lx</groupId> - <artifactId>product-server-util</artifactId> - </dependency> <dependency> <groupId>com.lx</groupId> <artifactId>product-server-admin</artifactId> @@ -38,4 +26,5 @@ <artifactId>product-server-file</artifactId> </dependency> </dependencies> + </project> -- Gitblit v1.9.2