From e1f235008ea146a9ddd283682c762cec4dca94cb Mon Sep 17 00:00:00 2001 From: xiejun <xj@2023> Date: 星期三, 13 九月 2023 15:28:07 +0800 Subject: [PATCH] 接口管理接口搜索支持模糊查询 --- Source/UBCS/ubcs-service/ubcs-code/pom.xml | 30 ++++++++---------------------- 1 files changed, 8 insertions(+), 22 deletions(-) diff --git a/Source/UBCS/ubcs-service/ubcs-code/pom.xml b/Source/UBCS/ubcs-service/ubcs-code/pom.xml index 40786ff..ab5623a 100644 --- a/Source/UBCS/ubcs-service/ubcs-code/pom.xml +++ b/Source/UBCS/ubcs-service/ubcs-code/pom.xml @@ -154,12 +154,17 @@ <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> <plugins> - <!--<plugin> + <plugin> <groupId>com.spotify</groupId> <artifactId>dockerfile-maven-plugin</artifactId> <configuration> @@ -176,26 +181,7 @@ </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>8</source> - <target>8</target> - </configuration> - </plugin>--> - <plugin> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-dependency-plugin</artifactId> - </plugin> - <plugin> - <artifactId>maven-surefire-plugin</artifactId> + <artifactId>maven-antrun-plugin</artifactId> </plugin> </plugins> </build> -- Gitblit v1.9.3