<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.ovopark.boot.edas</groupId>
    <artifactId>edas-bus</artifactId>
    <version>0.0.1-SNAPSHOT</version>
  </parent>
  <groupId>com.ovopark.boot.edas.bus</groupId>
  <artifactId>edas-bus-mq</artifactId>
  <packaging>pom</packaging>
  <name>edas-bus-mq</name>
  <description>消息中间件,集成activeMq，阿里云Mq，kafka等</description>
  <modules>
  	<module>edas-bus-mq-consumer</module>
  </modules>
</project>