<module>spring-stream-kafka-common</module>
<module>spring-stream-kafka-consumer</module>
<module>spring-stream-kafka-producer</module>
+ <module>spring-stream-kafka-registry</module>
</modules>
</project>
</dependency>
</dependencies>
- <dependencyManagement>
-
- <!--
- Schema Registry Server. See: http://docs.spring.io/spring-cloud-stream/docs/current/reference/html/contenttypemanagement.html
- <dependencies>
- <dependency>
- <groupId>org.springframework.cloud</groupId>
- <artifactId>spring-cloud-stream-server</artifactId>
- </dependency>
- </dependencies>
- -->
-
- </dependencyManagement>
-
<build>
<plugins>
<plugin>
<dependency>
<groupId>org.springframework.cloud</groupId>
- <artifactId>spring-cloud-stream-server</artifactId>
+ <artifactId>spring-cloud-stream-schema-server</artifactId>
</dependency>
</dependencies>