pull/1765/head
shedfreewu 3 weeks ago
parent 297f974b95
commit f3edb76d61

@ -242,7 +242,7 @@
<dependency>
<groupId>com.tencent.cloud</groupId>
<artifactId>spring-cloud-starter-tencent-message-queue-plugin</artifactId>
<artifactId>spring-cloud-starter-tencent-mq-plugin</artifactId>
<version>${revision}</version>
</dependency>

@ -26,7 +26,7 @@
<module>spring-cloud-starter-tencent-multi-discovery-plugin</module>
<module>spring-cloud-starter-tencent-traffic-mirroring-plugin</module>
<module>spring-cloud-starter-tencent-fault-injection-plugin</module>
<module>spring-cloud-starter-tencent-message-queue-plugin</module>
<module>spring-cloud-starter-tencent-mq-plugin</module>
</modules>
</project>

@ -10,7 +10,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-cloud-starter-tencent-message-queue-plugin</artifactId>
<artifactId>spring-cloud-starter-tencent-mq-plugin</artifactId>
<name>Spring Cloud Starter Tencent Kafka Lane plugin</name>
@ -28,6 +28,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</exclusion>
</exclusions>
</dependency>
Loading…
Cancel
Save