add:生产领料回传ERP;
opt:ErpUtil; opt:采购入库单回传逻辑;
This commit is contained in:
@@ -228,28 +228,22 @@
|
||||
<version>1.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.xml.rpc</groupId>
|
||||
<artifactId>javax.xml.rpc-api</artifactId>
|
||||
<version>1.1.2</version>
|
||||
<groupId>javax.xml</groupId>
|
||||
<artifactId>jaxrpc-api</artifactId>
|
||||
<version>1.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-logging</groupId>
|
||||
<artifactId>commons-logging</artifactId>
|
||||
<version>1.2</version>
|
||||
</dependency>
|
||||
<!-- 2. Commons Discovery(缺少这个导致报错) -->
|
||||
<!-- 2. Commons Discovery -->
|
||||
<dependency>
|
||||
<groupId>commons-discovery</groupId>
|
||||
<artifactId>commons-discovery</artifactId>
|
||||
<version>0.5</version>
|
||||
<version>0.2</version>
|
||||
</dependency>
|
||||
|
||||
<!-- 3. Commons HttpClient(调用远程服务必需) -->
|
||||
<dependency>
|
||||
<groupId>commons-httpclient</groupId>
|
||||
<artifactId>commons-httpclient</artifactId>
|
||||
<version>3.1</version>
|
||||
</dependency>
|
||||
<!-- WSDL4J - Axis 解析 WSDL 必需 -->
|
||||
<dependency>
|
||||
<groupId>wsdl4j</groupId>
|
||||
|
||||
Reference in New Issue
Block a user