refactor: remove xinda from default production surface

This commit is contained in:
lingniu
2026-07-01 02:13:43 +08:00
parent 18ebd6c84f
commit f0c1983867
5 changed files with 19 additions and 30 deletions

24
pom.xml
View File

@@ -52,6 +52,20 @@
<module>modules/inbound/inbound-xinda-push</module>
<module>modules/apps/xinda-push-app</module>
</modules>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.lingniu.ingest</groupId>
<artifactId>inbound-xinda-push</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.lingniu.ingest</groupId>
<artifactId>xinda-push-app</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
</profile>
</profiles>
@@ -253,11 +267,6 @@
<artifactId>inbound-mqtt</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.lingniu.ingest</groupId>
<artifactId>inbound-xinda-push</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.lingniu.ingest</groupId>
<artifactId>command-gateway</artifactId>
@@ -278,11 +287,6 @@
<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>