Skip to content

Commit

Permalink
- enhance githubAction
Browse files Browse the repository at this point in the history
  • Loading branch information
ubaid4j committed May 29, 2024
1 parent 9b093c3 commit 924be82
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions post-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-testcontainers</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>commons-compress</artifactId>
<groupId>org.apache.commons</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
Expand Down

0 comments on commit 924be82

Please sign in to comment.