activemq-artemis/examples/jms/rest/pom.xml

22 lines
771 B
XML

<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
</parent>
<groupId>org.apache.activemq.rest.examples</groupId>
<artifactId>activemq-rest-examples-pom</artifactId>
<packaging>pom</packaging>
<name>ActiveMQ6 REST Examples</name>
<modules>
<module>javascript-chat</module>
<module>jms-to-rest</module>
<module>push</module>
<module>dup-send</module>
</modules>
</project>