Skip to content

Commit

Permalink
Fixing build failure issues in reactive Kafka binder
Browse files Browse the repository at this point in the history
  • Loading branch information
sobychacko committed Oct 29, 2024
1 parent d84f6a4 commit c5b3201
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 192 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,35 +84,6 @@
<artifactId>awaitility</artifactId>
<scope>test</scope>
</dependency>


<!--<dependency>-->
<!-- <groupId>io.micrometer</groupId>-->
<!-- <artifactId>micrometer-core</artifactId>-->
<!-- <version>1.13.6</version>-->
<!--</dependency>-->
<!--<dependency>-->
<!-- <groupId>io.micrometer</groupId>-->
<!-- <artifactId>micrometer-tracing</artifactId>-->
<!-- <version>1.3.5</version>-->
<!--</dependency>-->
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-tracing-test</artifactId>
<!-- <version>1.0.1</version>-->
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-tracing-bridge-brave</artifactId>
<!-- <version>1.3.5</version>-->
</dependency>
<dependency>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave-tests</artifactId>
<!-- <version>6.0.3</version>-->
<scope>test</scope>
</dependency>
</dependencies>

</project>

This file was deleted.

0 comments on commit c5b3201

Please sign in to comment.