Exclude jsr305 from guava-testlib 43/64443/1
authorStephen Kitt <skitt@redhat.com>
Wed, 18 Oct 2017 11:50:57 +0000 (13:50 +0200)
committerStephen Kitt <skitt@redhat.com>
Wed, 18 Oct 2017 11:50:57 +0000 (13:50 +0200)
... in the same way as for guava itself. Otherwise our own enforcer
fails builds...

Change-Id: Ibecbbf48c9045c290d439f3666f01fde519b842f
Signed-off-by: Stephen Kitt <skitt@redhat.com>
odlparent/pom.xml

index 78b04117c3e42aaab2d08b09c0f656dc948f8efe..724e8f4f474dc54f329ffb1bb2fbf8f03ce0f4e3 100644 (file)
         <artifactId>guava-testlib</artifactId>
         <version>23.0</version>
         <scope>test</scope>
+        <exclusions>
+          <exclusion>
+            <groupId>com.google.code.findbugs</groupId>
+            <!-- Use com.google.code.findbugs:annotations instead of jsr305 -->
+            <artifactId>jsr305</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>
       <dependency>
         <groupId>com.mycila.guice.extensions</groupId>