|
@@ -7,6 +7,7 @@
|
|
|
<groupId>cn.com.taiji</groupId>
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
</parent>
|
|
|
+
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
<artifactId>simulation-track</artifactId>
|
|
@@ -17,16 +18,21 @@
|
|
|
</properties>
|
|
|
|
|
|
<dependencies>
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
|
- <version>2.7.7</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.kafka</groupId>
|
|
|
<artifactId>spring-kafka</artifactId>
|
|
|
- <version>2.3.13.RELEASE</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>kafka-clients</artifactId>
|
|
|
+ <groupId>org.apache.kafka</groupId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
@@ -34,11 +40,11 @@
|
|
|
<artifactId>kafka-clients</artifactId>
|
|
|
<version>2.7.1</version>
|
|
|
</dependency>
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>cn.com.taiji</groupId>
|
|
|
<artifactId>es-track-common</artifactId>
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
- <scope>compile</scope>
|
|
|
</dependency>
|
|
|
|
|
|
</dependencies>
|