From 99d71bb88e8c1b184c954f6146fb850e255f8b92 Mon Sep 17 00:00:00 2001 From: 许鹏程 <1821349743@qq.com> Date: 星期二, 20 五月 2025 10:14:28 +0800 Subject: [PATCH] 11 --- /dev/null | 36 ------------------------------------ 1 files changed, 0 insertions(+), 36 deletions(-) diff --git a/product-server-mobile-core b/product-server-mobile-core deleted file mode 160000 index e616e2f..0000000 --- a/product-server-mobile-core +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e616e2f0a90fb155ad67495d27bd5057a23cbf43 diff --git a/product-server-tool-conduct/pom.xml b/product-server-tool-conduct/pom.xml deleted file mode 100644 index d9400bc..0000000 --- a/product-server-tool-conduct/pom.xml +++ /dev/null @@ -1,36 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<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> - <groupId>com.lx</groupId> - <artifactId>product-server</artifactId> - <version>2.0.0-release</version> - </parent> - - <groupId>com.product.conduct</groupId> - <artifactId>product-server-tool-conduct</artifactId> - <version>2.0.0-release</version> - - <properties> - <maven.compiler.source>8</maven.compiler.source> - <maven.compiler.target>8</maven.compiler.target> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - </properties> - - <dependencies> - <dependency> - <groupId>com.lx</groupId> - <artifactId>product-server-core</artifactId> - </dependency> - <dependency> - <groupId>com.lx</groupId> - <artifactId>product-server-util</artifactId> - </dependency> - <dependency> - <groupId>com.lx</groupId> - <artifactId>product-server-admin</artifactId> - </dependency> - </dependencies> -</project> \ No newline at end of file -- Gitblit v1.9.2