From 2c475795f0ee48e7bc4d2bb9bfca0335f507c594 Mon Sep 17 00:00:00 2001 From: limqsh <540344226@qq.com> Date: Sun, 17 May 2026 19:23:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=93=E5=8C=85=E6=96=B9?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/pom.xml | 1 + entity/pom.xml | 4 ++++ netty-client/pom.xml | 3 +++ oms/pom.xml | 1 + 4 files changed, 9 insertions(+) diff --git a/api/pom.xml b/api/pom.xml index b47add7..88014ba 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -42,6 +42,7 @@ ../target/boot/api executable + true diff --git a/entity/pom.xml b/entity/pom.xml index 7b78599..ea79349 100644 --- a/entity/pom.xml +++ b/entity/pom.xml @@ -193,11 +193,15 @@ com.ydd.framwork.core framework-core 2.1.5 + system + ${project.basedir}/../other/libs/framework-core-2.1.5.jar com.dw.ccm.wechat.base wechat-base 1.0.47-RELEASE + system + ${project.basedir}/../other/libs/wechat-base-1.0.47-RELEASE.jar diff --git a/netty-client/pom.xml b/netty-client/pom.xml index 11f9aad..2e4f77b 100644 --- a/netty-client/pom.xml +++ b/netty-client/pom.xml @@ -20,6 +20,8 @@ net.pc15 fc-card 1.0.0 + system + ${project.basedir}/../other/libs/FCardIO.jar com.jcraft @@ -42,6 +44,7 @@ ../target/boot/netty executable + true diff --git a/oms/pom.xml b/oms/pom.xml index f6c8045..184bf96 100644 --- a/oms/pom.xml +++ b/oms/pom.xml @@ -51,6 +51,7 @@ ../target/boot/oms executable + true