41 lines
1.3 KiB
XML
41 lines
1.3 KiB
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||
|
|
<modelVersion>4.0.0</modelVersion>
|
||
|
|
<parent>
|
||
|
|
<groupId>com.yunzhupaas</groupId>
|
||
|
|
<artifactId>yunzhupaas-cloud-common</artifactId>
|
||
|
|
<version>5.2.0-RELEASE</version>
|
||
|
|
<relativePath>../pom.xml</relativePath>
|
||
|
|
</parent>
|
||
|
|
|
||
|
|
<artifactId>yunzhupaas-common-mq</artifactId>
|
||
|
|
|
||
|
|
<dependencies>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.yunzhupaas</groupId>
|
||
|
|
<artifactId>yunzhupaas-common-event</artifactId>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<!--RocketMQ-->
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.alibaba.cloud</groupId>
|
||
|
|
<artifactId>spring-cloud-starter-stream-rocketmq</artifactId>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<!--RabbitMQ-->
|
||
|
|
<!--<dependency>
|
||
|
|
<groupId>org.springframework.cloud</groupId>
|
||
|
|
<artifactId>spring-cloud-starter-stream-rabbit</artifactId>
|
||
|
|
</dependency>-->
|
||
|
|
|
||
|
|
<!--Kafka-->
|
||
|
|
<!--<dependency>
|
||
|
|
<groupId>org.springframework.cloud</groupId>
|
||
|
|
<artifactId>spring-cloud-starter-stream-kafka</artifactId>
|
||
|
|
</dependency>-->
|
||
|
|
</dependencies>
|
||
|
|
|
||
|
|
</project>
|