2019-12-05 09:56:52 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2021-05-13 13:13:38 -04:00
|
|
|
<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">
|
2019-10-31 21:43:47 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2022-11-26 01:24:53 -05:00
|
|
|
<artifactId>messaging-modules</artifactId>
|
|
|
|
<name>messaging-modules</name>
|
|
|
|
<packaging>pom</packaging>
|
2019-10-31 21:43:47 -04:00
|
|
|
|
|
|
|
<parent>
|
2019-12-05 09:56:52 -05:00
|
|
|
<artifactId>parent-boot-2</artifactId>
|
2022-11-26 01:24:53 -05:00
|
|
|
<groupId>com.baeldung</groupId>
|
2019-10-31 21:43:47 -04:00
|
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
|
|
<relativePath>../parent-boot-2</relativePath>
|
|
|
|
</parent>
|
|
|
|
|
2022-11-26 01:24:53 -05:00
|
|
|
<modules>
|
|
|
|
<module>jgroups</module>
|
|
|
|
<module>rabbitmq</module>
|
|
|
|
<module>spring-amqp</module>
|
|
|
|
<module>spring-jms</module>
|
|
|
|
</modules>
|
2022-12-20 12:07:54 -05:00
|
|
|
|
|
|
|
</project>
|