Browse Source

依赖私有化

liyuan 6 months ago
parent
commit
b1c70cf6dc
1 changed files with 3 additions and 5 deletions
  1. 3 5
      blade-service/blade-land/pom.xml

+ 3 - 5
blade-service/blade-land/pom.xml

@@ -76,11 +76,9 @@
         </dependency>
 
         <dependency>
-            <groupId>com.sinoiov</groupId>
-            <artifactId>openapi-sdk</artifactId>
-            <version>6.0</version>
-            <scope>system</scope>
-            <systemPath>${project.basedir}/src/main/resources/lib/sinoiov.jar</systemPath>
+            <groupId>com.echepei</groupId>
+            <artifactId>sinoiov</artifactId>
+            <version>1.0</version>
         </dependency>
 
     </dependencies>