Skip to content

Commit f9bcefa

Browse files
committed
Squash build time warnings
1 parent bbc8ba9 commit f9bcefa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

integration-tests/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@
9898
<artifactId>client-java-extended</artifactId>
9999
<scope>test</scope>
100100
</dependency>
101+
<dependency>
102+
<groupId>com.google.code.findbugs</groupId>
103+
<artifactId>annotations</artifactId>
104+
<scope>test</scope>
105+
</dependency>
101106
<dependency>
102107
<groupId>org.assertj</groupId>
103108
<artifactId>assertj-core</artifactId>

0 commit comments

Comments
 (0)