Files
spring-cloud-stream-samples/source-samples/pom.xml
Soby Chacko f9f3b10237 Removing source samples/jdbc-source from samples repo
Removing source samples/jdbc-source from samples repo in favor of the JDBC app starters.
https://github.com/spring-cloud-stream-app-starters/jdbc
2019-10-30 21:31:06 -04:00

16 lines
656 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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>io.spring.cloud.stream.sample</groupId>
<artifactId>source-samples</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>source-samples</name>
<description>Collection of Spring Cloud Stream Source Samples</description>
<modules>
<module>dynamic-destination-source</module>
</modules>
</project>