removes redundant bus entry

This commit is contained in:
spencergibb
2020-12-14 14:04:53 -05:00
parent 55bb1d7b2f
commit 4dea0f10d4

View File

@@ -33,9 +33,5 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-consul-discovery</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-consul-bus</artifactId>
</dependency>
</dependencies>
</project>