From c8cdec5a84e86c35fbe7d18ca8eefbe5cbf11ba7 Mon Sep 17 00:00:00 2001
From: wangting <675591594@qq.com>
Date: 星期二, 08 八月 2023 18:11:57 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 Source/UBCS/pom.xml |   57 +--------------------------------------------------------
 1 files changed, 1 insertions(+), 56 deletions(-)

diff --git a/Source/UBCS/pom.xml b/Source/UBCS/pom.xml
index bb23751..5757e07 100644
--- a/Source/UBCS/pom.xml
+++ b/Source/UBCS/pom.xml
@@ -10,6 +10,7 @@
 
     <properties>
         <bladex.project.version>3.0.1.RELEASE</bladex.project.version>
+
         <java.version>1.8</java.version>
         <maven.plugin.version>3.8.0</maven.plugin.version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -40,7 +41,6 @@
         <module>ubcs-plugin-api</module>
         <module>ubcs-service</module>
         <module>ubcs-service-api</module>
-        <module>ubcs-codeApply</module>
     </modules>
 
     <dependencyManagement>
@@ -203,61 +203,6 @@
                     </compilerArgs>
                 </configuration>
             </plugin>
-
-            <!-- 鎵撳寘鏃跺墧闄ar锛屾斁缃湪lib褰撲腑 -->
-           <!-- <plugin>
-                <groupId>org.springframework.boot</groupId>
-                <artifactId>spring-boot-maven-plugin</artifactId>
-                <version>${spring.boot.version}</version> &lt;!&ndash; 濡傛灉 spring.boot.version 鐗堟湰淇敼锛屽垯杩欓噷涔熻璺熺潃淇敼 &ndash;&gt;
-                <configuration>
-                    <fork>true</fork>
-                    &lt;!&ndash;瑙e喅windows鍛戒护琛岀獥鍙d腑鏂囦贡鐮�&ndash;&gt;
-                    <jvmArguments>-Dfile.encoding=UTF-8</jvmArguments>
-                    &lt;!&ndash; 鎷嗗紑渚濊禆&ndash;&gt;
-                    <mainClass>cn.iocoder.qingning.server.QingningServerApplication</mainClass>
-                    <layout>ZIP</layout>
-                    <includes>
-                        <include>
-                            &lt;!&ndash; 鎺掗櫎鎵�鏈塉ar &ndash;&gt;
-                            <groupId>nothing</groupId>
-                            <artifactId>nothing</artifactId>
-                        </include>
-                    </includes>
-                </configuration>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>repackage</goal> &lt;!&ndash; 灏嗗紩鍏ョ殑 jar 鎵撳叆鍏朵腑 &ndash;&gt;
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-            &lt;!&ndash;姝ゆ彃浠剁敤浜庡皢渚濊禆鍖呮娊鍑�&ndash;&gt;
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-dependency-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>copy-dependencies</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>copy-dependencies</goal>
-                        </goals>
-                        <configuration>
-                            <outputDirectory>../target/lib</outputDirectory>
-                            <excludeTransitive>false</excludeTransitive>
-                            <stripVersion>false</stripVersion>
-                            <includeScope>runtime</includeScope>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <configuration>
-                    <skip>true</skip>
-                </configuration>
-            </plugin>-->
         </plugins>
     </build>
 

--
Gitblit v1.9.3