feat: add yutong mqtt and xinda push apps
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was canceled

This commit is contained in:
lingniu
2026-06-29 23:33:45 +08:00
parent 1682b3f83f
commit 4d683809ad
16 changed files with 908 additions and 3 deletions

12
pom.xml
View File

@@ -41,6 +41,8 @@
<module>modules/apps/command-gateway</module>
<module>modules/apps/gb32960-ingest-app</module>
<module>modules/apps/jt808-ingest-app</module>
<module>modules/apps/yutong-mqtt-app</module>
<module>modules/apps/xinda-push-app</module>
<module>modules/apps/vehicle-history-app</module>
<module>modules/apps/vehicle-analytics-app</module>
</modules>
@@ -262,6 +264,16 @@
<artifactId>jt808-ingest-app</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.lingniu.ingest</groupId>
<artifactId>yutong-mqtt-app</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.lingniu.ingest</groupId>
<artifactId>xinda-push-app</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.lingniu.ingest</groupId>
<artifactId>vehicle-history-app</artifactId>