Skip to content

Commit

Permalink
Merge pull request #211 from 17629354490/master
Browse files Browse the repository at this point in the history
exclusion json-path
  • Loading branch information
gudaoxuri committed Jan 20, 2024
2 parents 9f42d70 + 7bb522d commit 383f5e3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions framework/modules/test-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<exclusions>
<exclusion>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
Expand Down

0 comments on commit 383f5e3

Please sign in to comment.