Files
stream-applications/applications/processor/pom.xml
Soby Chacko 5ba0269a0b Preparing for 2021.0.0/3.1.0 apps
Spring Boot 2.5.0
Spring Cloud Stream 3.1.x
Spring Cloud Function 3.1.x
Spring Cloud 2020.0.x

Update code/deprecations
Fix tests
Update copyrights
2021-06-04 11:37:32 -04:00

29 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
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>org.springframework.cloud.stream.app</groupId>
<artifactId>processor</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>aggregator-processor</module>
<module>bridge-processor</module>
<module>filter-processor</module>
<module>groovy-processor</module>
<module>header-enricher-processor</module>
<module>http-request-processor</module>
<module>splitter-processor</module>
<module>transform-processor</module>
<module>script-processor</module>
<module>twitter-trend-processor</module>
<module>image-recognition-processor</module>
<module>object-detection-processor</module>
<module>semantic-segmentation-processor</module>
</modules>
</project>