From c23e793aab1bee979cd9422949f3c648f35b074a Mon Sep 17 00:00:00 2001 From: xiejun <xj@2023> Date: 星期一, 10 七月 2023 23:00:22 +0800 Subject: [PATCH] 关于集成接口管理模块的开发 --- Source/UBCS/ubcs-service/ubcs-code/pom.xml | 50 ++++++++++++++++++++++++++++++++++++++++++++++---- 1 files changed, 46 insertions(+), 4 deletions(-) diff --git a/Source/UBCS/ubcs-service/ubcs-code/pom.xml b/Source/UBCS/ubcs-service/ubcs-code/pom.xml index 4151ee5..a6f8417 100644 --- a/Source/UBCS/ubcs-service/ubcs-code/pom.xml +++ b/Source/UBCS/ubcs-service/ubcs-code/pom.xml @@ -91,12 +91,54 @@ <version>3.0.1.RELEASE</version> <scope>compile</scope> </dependency> + <!--杈炬ⅵ鏁版嵁搴撻┍鍔�--> <!--<dependency> - <groupId>com.vci.ubcs</groupId> - <artifactId>ubcs-webservice</artifactId> - <version>3.0.1.RELEASE</version> - <scope>compile</scope> + <groupId>com.dameng</groupId> + <artifactId>DmJdbcDriver18</artifactId> + <optional>true</optional> </dependency>--> + + <!--axis2 begin --> + <dependency> + <groupId>org.apache.axis2</groupId> + <artifactId>axis2-adb</artifactId> + <version>${axis2.version}</version> + </dependency> + <dependency> + <groupId>org.apache.axis2</groupId> + <artifactId>axis2-transport-http</artifactId> + <version>${axis2.version}</version> + </dependency> + <dependency> + <groupId>org.apache.axis2</groupId> + <artifactId>axis2-transport-local</artifactId> + <version>${axis2.version}</version> + </dependency> + <dependency> + <groupId>org.apache.axis2</groupId> + <artifactId>axis2-kernel</artifactId> + <version>${axis2.version}</version> + <exclusions> + <exclusion> + <groupId>javax.servlet</groupId> + <artifactId>servlet-api</artifactId> + </exclusion> + <exclusion> + <artifactId>commons-io</artifactId> + <groupId>commons-io</groupId> + </exclusion> + <exclusion> + <artifactId>geronimo-activation_1.1_spec</artifactId> + <groupId>org.apache.geronimo.specs</groupId> + </exclusion> + <exclusion> + <artifactId>commons-logging</artifactId> + <groupId>commons-logging</groupId> + </exclusion> + </exclusions> + </dependency> + <!--axis2 end --> + </dependencies> <build> -- Gitblit v1.9.3