|
@@ -3,7 +3,7 @@
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
<parent>
|
|
|
- <artifactId>GeoHazardMonitor</artifactId>
|
|
|
+ <artifactId>VehicleMonitor</artifactId>
|
|
|
<groupId>com.ozs</groupId>
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
<relativePath>../pom.xml</relativePath>
|
|
@@ -11,7 +11,7 @@
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
<packaging>jar</packaging>
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
- <artifactId>hazard-sdk</artifactId>
|
|
|
+ <artifactId>vehicle-sdk</artifactId>
|
|
|
|
|
|
<dependencies>
|
|
|
<!-- webSocket web端 消息推送 -->
|