From 135fc49930d9ddabcc3be509e547dae3582d9872 Mon Sep 17 00:00:00 2001 From: shicf <shi_chongfu@163.com> Date: 星期二, 13 五月 2025 16:27:58 +0800 Subject: [PATCH] junit --- pom.xml | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 8b16eef..b76dab2 100644 --- a/pom.xml +++ b/pom.xml @@ -12,17 +12,10 @@ <artifactId>product-server-data-export-import</artifactId> <name>product-server-data-export-import</name> <description>product-server-data-export-import</description> - <version>2.0.0-release</version> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <dependencies> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.1</version> - <scope>test</scope> - </dependency> <dependency> <groupId>com.lx</groupId> <artifactId>product-server-core</artifactId> -- Gitblit v1.9.2