Skip to content

Commit a03448b

Browse files
author
David J. M. Karlsen
committed
add exclusion
1 parent 74ac21a commit a03448b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

embedded-influxdb/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@
3333
<dependency>
3434
<groupId>io.rest-assured</groupId>
3535
<artifactId>rest-assured</artifactId>
36+
<exclusions>
37+
<exclusion>
38+
<groupId>commons-logging</groupId>
39+
<artifactId>commons-logging</artifactId>
40+
</exclusion>
41+
</exclusions>
3642
<scope>test</scope>
3743
</dependency>
3844
<dependency>

0 commit comments

Comments
 (0)