Restructuring the samples repository Add more docker support Add acceptance tests for the apps Adding sensor average processor sample Remove aggregate samples
16 lines
683 B
XML
16 lines
683 B
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>
|
|
<groupId>spring.cloud.stream.samples</groupId>
|
|
<artifactId>testing-samples</artifactId>
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
<packaging>pom</packaging>
|
|
<name>testing-samples</name>
|
|
<description>Collection of Spring Cloud Stream Sink Samples</description>
|
|
|
|
<modules>
|
|
<module>testing-demo</module>
|
|
<module>test-embedded-kafka</module>
|
|
</modules>
|
|
</project>
|