From 24457393233f44f01aa62e59545e214c6a0eeee9 Mon Sep 17 00:00:00 2001 From: zm <2369059705qq.com> Date: 星期四, 20 二月 2025 11:52:45 +0800 Subject: [PATCH] 数据清除 --- product-server-tool-conduct/pom.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 files changed, 36 insertions(+), 0 deletions(-) diff --git a/product-server-tool-conduct/pom.xml b/product-server-tool-conduct/pom.xml new file mode 100644 index 0000000..d9400bc --- /dev/null +++ b/product-server-tool-conduct/pom.xml @@ -0,0 +1,36 @@ +<?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