Pārlūkot izejas kodu

导入本地库

董珍珍 1 gadu atpakaļ
vecāks
revīzija
dc2b77daf5
1 mainītis faili ar 16 papildinājumiem un 0 dzēšanām
  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>