Renable Pulsar binder

This commit is contained in:
Soby Chacko
2023-08-29 16:37:25 -04:00
parent f54aeac2c2
commit 8b7accac2a
2 changed files with 2 additions and 4 deletions

View File

@@ -16,8 +16,7 @@
<modules>
<module>kafka-binder</module>
<module>rabbit-binder</module>
<!--TODO: add pulsar back after release-->
<!--<module>pulsar-binder</module>-->
<module>pulsar-binder</module>
</modules>
</project>

View File

@@ -17,8 +17,7 @@
<dependency>
<groupId>org.springframework.pulsar</groupId>
<artifactId>spring-pulsar-spring-boot-starter</artifactId>
<!--TODO: remove version check off after pulsar release -->
<version>0.2.1-SXNAPSHOT</version><!-- @releaser:version-check-off -->
<version>0.2.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>