Samples cleanup
This commit is contained in:
@@ -8,10 +8,10 @@
|
||||
<name>kafka-streams-interactive-query</name>
|
||||
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>3.2.0-SNAPSHOT</version>
|
||||
<relativePath/> <!-- lookup parent from repository -->
|
||||
<groupId>io.spring.cloud.stream.sample</groupId>
|
||||
<artifactId>spring-cloud-stream-samples-parent</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<module>kafka-streams-destination-pattern</module>
|
||||
<module>kafka-streams-jaas-security</module>
|
||||
<module>kafka-streams-multiple-input-topics</module>
|
||||
<!-- <module>kafka-streams-interactive-query</module>-->
|
||||
<module>kafka-streams-interactive-query</module>
|
||||
</modules>
|
||||
|
||||
</project>
|
||||
|
||||
4
pom.xml
4
pom.xml
@@ -33,8 +33,8 @@
|
||||
<module>multi-binder-samples</module>
|
||||
<module>partitioning-samples</module>
|
||||
<module>routing-samples</module>
|
||||
<!-- <module>spring-cloud-stream-schema-registry-integration</module>-->
|
||||
<!-- <module>stream-function-batch-producer-consumer</module>-->
|
||||
<module>spring-cloud-stream-schema-registry-integration</module>
|
||||
<module>stream-function-batch-producer-consumer</module>
|
||||
<module>testing-samples</module>
|
||||
<module>transaction-kafka-samples</module>
|
||||
</modules>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<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>
|
||||
<artifactId>spring-cloud-stream-schema-registry-integration</artifactId>
|
||||
<version>4.1.0-SNAPSHOT</version>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>spring-cloud-stream-schema-registry-integration</name>
|
||||
<description>SCSt Schema Registry Integration Sample App</description>
|
||||
@@ -26,18 +26,6 @@
|
||||
<spring-cloud.version>2023.0.0-SNAPSHOT</spring-cloud.version>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-stream-dependencies</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
<build>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
|
||||
@@ -3,15 +3,16 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>schema-registry-consumer-kafka</artifactId>
|
||||
<version>4.1.0-SNAPSHOT</version>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>schema-registry-consumer-kafka</name>
|
||||
<description>SCSt Schema Registry Consumer</description>
|
||||
|
||||
<parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<groupId>io.spring.cloud.stream.sample</groupId>
|
||||
<artifactId>spring-cloud-stream-schema-registry-integration</artifactId>
|
||||
<version>4.1.0-SNAPSHOT</version>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
<build>
|
||||
|
||||
@@ -3,15 +3,16 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>schema-registry-producer1-kafka</artifactId>
|
||||
<version>4.1.0-SNAPSHOT</version>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>schema-registry-producer1-kafka</name>
|
||||
<description>SCSt Schema Registry Producer 1</description>
|
||||
|
||||
<parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<groupId>io.spring.cloud.stream.sample</groupId>
|
||||
<artifactId>spring-cloud-stream-schema-registry-integration</artifactId>
|
||||
<version>4.1.0-SNAPSHOT</version>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
<build>
|
||||
|
||||
@@ -3,15 +3,16 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>schema-registry-producer2-kafka</artifactId>
|
||||
<version>4.1.0-SNAPSHOT</version>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>schema-registry-producer2-kafka</name>
|
||||
<description>SCSt Schema Registry Producer 2</description>
|
||||
|
||||
<parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<groupId>io.spring.cloud.stream.sample</groupId>
|
||||
<artifactId>spring-cloud-stream-schema-registry-integration</artifactId>
|
||||
<version>4.1.0-SNAPSHOT</version>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
<build>
|
||||
|
||||
@@ -3,11 +3,12 @@
|
||||
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>
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>3.2.0-SNAPSHOT</version>
|
||||
<relativePath/> <!-- lookup parent from repository -->
|
||||
<groupId>io.spring.cloud.stream.sample</groupId>
|
||||
<artifactId>spring-cloud-stream-samples-parent</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>com.example</groupId>
|
||||
<artifactId>stream-function-batch-producer-consumer</artifactId>
|
||||
<version>0.0.1</version>
|
||||
|
||||
Reference in New Issue
Block a user