add:库存查询,WebService接口对接
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
|
||||
|
||||
<properties>
|
||||
<axis.jar.path>${pom.basedir}/src/main/java/org/nl/libs/axis.jar</axis.jar.path>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<java.version>1.8</java.version>
|
||||
@@ -32,9 +33,44 @@
|
||||
<configuration.version>1.9</configuration.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
<!-- 控制台高亮-->
|
||||
<dependencies>
|
||||
<!-- 引入第三方axis jar -->
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>org.apache.axis</groupId>-->
|
||||
<!-- <artifactId>axis</artifactId>-->
|
||||
<!-- <version>1.4</version>-->
|
||||
<!-- <scope>system</scope>-->
|
||||
<!-- <systemPath>${axis.jar.path}</systemPath>-->
|
||||
<!-- </dependency>-->
|
||||
<!-- axis -->
|
||||
<!-- https://mvnrepository.com/artifact/org.apache.axis/axis -->
|
||||
<dependency>
|
||||
<groupId>org.apache.axis</groupId>
|
||||
<artifactId>axis</artifactId>
|
||||
<version>1.4</version>
|
||||
</dependency>
|
||||
<!-- https://mvnrepository.com/artifact/wsdl4j/wsdl4j -->
|
||||
<dependency>
|
||||
<groupId>wsdl4j</groupId>
|
||||
<artifactId>wsdl4j</artifactId>
|
||||
<version>1.6.2</version>
|
||||
</dependency>
|
||||
<!-- 解决cell 转换问题-->
|
||||
<!-- https://mvnrepository.com/artifact/javax.xml/jaxrpc-api -->
|
||||
<dependency>
|
||||
<groupId>javax.xml</groupId>
|
||||
<artifactId>jaxrpc-api</artifactId>
|
||||
<version>1.1</version>
|
||||
</dependency>
|
||||
<!-- 解析调用结果以及数据转换包-->
|
||||
<!-- https://mvnrepository.com/artifact/commons-discovery/commons-discovery -->
|
||||
<dependency>
|
||||
<groupId>commons-discovery</groupId>
|
||||
<artifactId>commons-discovery</artifactId>
|
||||
<version>0.2</version>
|
||||
</dependency>
|
||||
<!-- 控制台高亮-->
|
||||
<dependency>
|
||||
<groupId>org.fusesource.jansi</groupId>
|
||||
<artifactId>jansi</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user