浏览代码

导入本地库

董珍珍 1 年之前
父节点
当前提交
dc2b77daf5
共有 1 个文件被更改,包括 16 次插入0 次删除
  1. 16 0
      onemap-modules/onemap-apply/pom.xml

+ 16 - 0
onemap-modules/onemap-apply/pom.xml

@@ -127,6 +127,22 @@
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-websocket</artifactId>
         </dependency>
+
+        <dependency>
+            <groupId>com.supermap</groupId>
+            <artifactId>analyst.spatialanalyst</artifactId>
+            <version>11.0</version>
+            <scope>system</scope>
+            <systemPath>${basedir}/lib/com.supermap.analyst.spatialanalyst.jar</systemPath>
+        </dependency>
+
+        <dependency>
+            <groupId>com.supermap</groupId>
+            <artifactId>data</artifactId>
+            <version>11.0</version>
+            <scope>system</scope>
+            <systemPath>${basedir}/lib/com.supermap.data.jar</systemPath>
+        </dependency>
     </dependencies>
 
     <build>