|
@@ -86,18 +86,14 @@
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.apigwclient</groupId>
|
|
<groupId>com.apigwclient</groupId>
|
|
|
- <artifactId>apigwclient-sdk</artifactId>
|
|
|
|
|
|
|
+ <artifactId>apigwclient</artifactId>
|
|
|
<version>2.0</version>
|
|
<version>2.0</version>
|
|
|
- <scope>system</scope>
|
|
|
|
|
- <systemPath>${project.basedir}/src/main/resources/lib/apigwclient-0.1.2.jar</systemPath>
|
|
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.echepei</groupId>
|
|
<groupId>com.echepei</groupId>
|
|
|
<artifactId>common-utils</artifactId>
|
|
<artifactId>common-utils</artifactId>
|
|
|
<version>1.0</version>
|
|
<version>1.0</version>
|
|
|
- <scope>system</scope>
|
|
|
|
|
- <systemPath>${project.basedir}/src/main/resources/lib/common-utils-1.0.jar</systemPath>
|
|
|
|
|
</dependency>
|
|
</dependency>
|
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|
|