From cf0de8deda9e7fc21404170de6c277e10f858545 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=B0=8F=E6=9E=97?= <320730042@qq.com> Date: Fri, 21 Jun 2024 17:33:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20pom=E6=96=87=E4=BB=B6=E5=BC=95=E5=85=A5?= =?UTF-8?q?=E5=A4=96=E9=83=A8jar=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/pom.xml b/pom.xml index a8127c5..1a3abb9 100644 --- a/pom.xml +++ b/pom.xml @@ -178,6 +178,27 @@ velocity-engine-core ${velocity.version} + + com.zznode.cap + capapi + system + 1.0 + ${project.basedir}/lib/capapi.jar + + + com.zznode.itms + orderapi + system + 1.0 + ${project.basedir}/lib/orderapi.jar + + + com.zznode.itms + resourceapi + system + 1.0 + ${project.basedir}/lib/resourceapi.jar + @@ -186,6 +207,9 @@ org.springframework.boot spring-boot-maven-plugin + + true +