From 7e82eeb5960df8c225234402a6b0187aa53adde2 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期五, 04 八月 2023 18:44:06 +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