Browse Source

更新缓存

lijunping 2 years ago
parent
commit
341d0b56e6
1 changed files with 7 additions and 0 deletions
  1. 7 0
      blade-service/blade-land/pom.xml

+ 7 - 0
blade-service/blade-land/pom.xml

@@ -82,6 +82,13 @@
             <scope>system</scope>
             <systemPath>${project.basedir}/src/main/resources/lib/sinoiov.jar</systemPath>
         </dependency>
+        <dependency>
+            <groupId>com.apigwclient</groupId>
+            <artifactId>apigwclient-sdk</artifactId>
+            <version>2.0</version>
+            <scope>system</scope>
+            <systemPath>${project.basedir}/src/main/resources/lib/apigwclient-0.1.2.jar</systemPath>
+        </dependency>
 
     </dependencies>
 </project>