Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,15 @@
<version>${spotbugs.version}</version>
<scope>provided</scope>
</dependency>
<!-- CPBR-3642: LGPL-2.1 findbugs annotations are compile-time only and pulled
transitively (jackson-datatype-protobuf). Force provided so they are not
bundled into shipped packages. -->
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>annotations</artifactId>
<version>3.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
Expand Down