From 228e511cd5916e061da5476fa73bc6791f30d73e Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期四, 03 八月 2023 10:51:02 +0800
Subject: [PATCH] 主数据状态搜索
---
Source/UBCS/ubcs-service/ubcs-code/pom.xml | 15 ++++++++++++++-
1 files changed, 14 insertions(+), 1 deletions(-)
diff --git a/Source/UBCS/ubcs-service/ubcs-code/pom.xml b/Source/UBCS/ubcs-service/ubcs-code/pom.xml
index 88e3563..536ad03 100644
--- a/Source/UBCS/ubcs-service/ubcs-code/pom.xml
+++ b/Source/UBCS/ubcs-service/ubcs-code/pom.xml
@@ -97,7 +97,6 @@
<artifactId>DmJdbcDriver18</artifactId>
<optional>true</optional>
</dependency>-->
-
<!--axis2 begin -->
<dependency>
<groupId>org.apache.axis2</groupId>
@@ -145,6 +144,12 @@
</dependency>
<!--axis2 end -->
+ <dependency>
+ <groupId>com.vci.ubcs</groupId>
+ <artifactId>ubcs-file-api</artifactId>
+ <version>3.0.1.RELEASE</version>
+ </dependency>
+
</dependencies>
<build>
@@ -168,6 +173,14 @@
<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