Skip to content

Commit

Permalink
add exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
David J. M. Karlsen committed Aug 4, 2023
1 parent 74ac21a commit a03448b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions embedded-influxdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit a03448b

Please sign in to comment.