From 72514fab70f067c15a167a96923b678eea3c8bfd Mon Sep 17 00:00:00 2001 From: liulin <lin.liu@aliyun.com> Date: 星期三, 31 七月 2024 23:03:41 +0800 Subject: [PATCH] 去掉不需要的依赖 --- pom.xml | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 346b311..6549552 100644 --- a/pom.xml +++ b/pom.xml @@ -177,13 +177,6 @@ <version>2.5.0</version> </dependency> - <!-- table、Column注解 --> - <dependency> - <groupId>javax.persistence</groupId> - <artifactId>persistence-api</artifactId> - <version>1.0.2</version> - </dependency> - <!--mapStruct依赖 高性能对象映射--> <!--mapstruct核心--> <dependency> -- Gitblit v1.9.3