From 6adbf37ecb7d2d3f530dd691784387040a2d615c Mon Sep 17 00:00:00 2001 From: 许鹏程 <1821349743@qq.com> Date: 星期三, 11 十月 2023 09:36:37 +0800 Subject: [PATCH] commit --- .gitignore | 9 ++++++++- pom.xml | 7 ------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index b83d222..a91ef93 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,8 @@ -/target/ +lx_file/upload/ +lucene/ +attachment/upload/ +target/ +.classpath +.project +.settings/ +*.iml diff --git a/pom.xml b/pom.xml index 0a65447..1b4c851 100644 --- a/pom.xml +++ b/pom.xml @@ -15,10 +15,6 @@ <dependencies> <dependency> <groupId>com.lx</groupId> - <artifactId>product-server-common</artifactId> - </dependency> - <dependency> - <groupId>com.lx</groupId> <artifactId>product-server-util</artifactId> </dependency> <dependency> @@ -37,13 +33,10 @@ <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> -- Gitblit v1.9.2