Files
spring-integration-samples/basic/pom.xml
Gunnar Hillert ba12da4a25 Merge pull request #13 from ghillert/INTSAMPLES-34
INTSAMPLES-34 Initial commit of the Enricher Sample
2011-12-14 09:23:18 -08:00

35 lines
1.1 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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.integration.samples</groupId>
<artifactId>basic-samples</artifactId>
<version>2.0.0</version>
<name>Basic Spring Integration Samples</name>
<packaging>pom</packaging>
<modules>
<module>amqp</module>
<module>enricher</module>
<module>feed</module>
<module>file</module>
<module>ftp</module>
<module>helloworld</module>
<module>jdbc</module>
<module>jms</module>
<module>jmx</module>
<module>mail</module>
<module>oddeven</module>
<module>quote</module>
<module>sftp</module>
<module>tcp-client-server</module>
<module>twitter</module>
<module>ws-inbound-gateway</module>
<module>ws-outbound-gateway</module>
<module>xml</module>
<module>xmpp</module>
</modules>
</project>