Skip to content

Commit

Permalink
back
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Jun 29, 2023
1 parent 4e094c8 commit a964e93
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions src/it/producer-consumer-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,11 @@ SOFTWARE.
<testcontainers.version>1.18.3</testcontainers.version>
</properties>
<dependencies>
<!-- <dependency>-->
<!-- <groupId>@project.groupId@</groupId>-->
<!-- <artifactId>@project.artifactId@</artifactId>-->
<!-- <version>@project.version@</version>-->
<!-- <scope>test</scope>-->
<!-- </dependency>-->
<dependency>
<groupId>io.github.eo-cqrs</groupId>
<artifactId>eo-kafka</artifactId>
<version>1.0-SNAPSHOT</version>
<groupId>@project.groupId@</groupId>
<artifactId>@project.artifactId@</artifactId>
<version>@project.version@</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
Expand Down

0 comments on commit a964e93

Please sign in to comment.