From 8c0bb2d16844526efdf4a1cf68d6643c3987c027 Mon Sep 17 00:00:00 2001 From: MoonFruit Date: Fri, 17 Nov 2023 16:19:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=85=E5=B5=8C=20jsqlparser=20=E4=BB=A5?= =?UTF-8?q?=E8=A7=84=E9=81=BF=E7=89=88=E6=9C=AC=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + pom.xml | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/.gitignore b/.gitignore index d1b6529b..aa66e374 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Maven # target/ +dependency-reduced-pom.xml # IDEA # .idea/ diff --git a/pom.xml b/pom.xml index cb195191..282fd47a 100644 --- a/pom.xml +++ b/pom.xml @@ -206,6 +206,44 @@ + + + org.apache.maven.plugins + maven-shade-plugin + 3.5.1 + + + package + + shade + + + false + + + com.github.jsqlparser:* + + + + + *:* + + META-INF/MANIFEST.MF + META-INF/maven/** + + + + + + net.sf.jsqlparser + com.github.pagehelper.jsqlparser + + + + + + +