|  | @@ -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>
 |