From 4ed0e9d8ed0e785e62c0f9deb299445e5947c364 Mon Sep 17 00:00:00 2001 From: xiejun <xj@2023> Date: 星期四, 14 九月 2023 15:43:42 +0800 Subject: [PATCH] PDM 集团码提示信息bug修改 --- Source/UBCS/ubcs-service/ubcs-code/pom.xml | 20 +++++++++++--------- 1 files changed, 11 insertions(+), 9 deletions(-) diff --git a/Source/UBCS/ubcs-service/ubcs-code/pom.xml b/Source/UBCS/ubcs-service/ubcs-code/pom.xml index 536ad03..ab5623a 100644 --- a/Source/UBCS/ubcs-service/ubcs-code/pom.xml +++ b/Source/UBCS/ubcs-service/ubcs-code/pom.xml @@ -16,6 +16,11 @@ <modelVersion>4.0.0</modelVersion> + <properties> + <!-- 鎸夊悇妯″潡瀹為檯鐩綍灞傛瀹氫箟鐩稿鏁版嵁锛屼娇鎵�鏈夋湇鍔℃ā鍧楄緭鍑鸿祫婧愭眹鑱氬埌鐩稿悓鐩綍 --> + <boot-jar-output>../devops</boot-jar-output> + </properties> + <dependencies> <dependency> <groupId>com.vci.ubcs</groupId> @@ -149,7 +154,12 @@ <artifactId>ubcs-file-api</artifactId> <version>3.0.1.RELEASE</version> </dependency> - + <dependency> + <groupId>com.vci.ubcs</groupId> + <artifactId>ubcs-applyjtcodeservice-api</artifactId> + <version>3.0.1.RELEASE</version> + <scope>compile</scope> + </dependency> </dependencies> <build> @@ -172,14 +182,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>8</source> - <target>8</target> - </configuration> </plugin> </plugins> </build> -- Gitblit v1.9.3