feat: add jt808 ingest app
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -37,6 +37,7 @@
|
||||
<module>modules/inbound/inbound-xinda-push</module>
|
||||
<module>modules/apps/command-gateway</module>
|
||||
<module>modules/apps/gb32960-ingest-app</module>
|
||||
<module>modules/apps/jt808-ingest-app</module>
|
||||
<module>modules/apps/vehicle-history-app</module>
|
||||
<module>modules/apps/vehicle-analytics-app</module>
|
||||
</modules>
|
||||
@@ -237,6 +238,11 @@
|
||||
<artifactId>gb32960-ingest-app</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.lingniu.ingest</groupId>
|
||||
<artifactId>jt808-ingest-app</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.lingniu.ingest</groupId>
|
||||
<artifactId>vehicle-history-app</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user