Skip to content

Commit 3c72145

Browse files
committed
[bugfix] Add missing dependency intoduced in c689623
1 parent 3b29d9a commit 3c72145

File tree

1 file changed

+5
-0
lines changed
  • extensions/modules/compression

1 file changed

+5
-0
lines changed

extensions/modules/compression/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@
107107
<artifactId>xml-apis</artifactId>
108108
</dependency>
109109

110+
<dependency>
111+
<groupId>com.google.code.findbugs</groupId>
112+
<artifactId>jsr305</artifactId>
113+
</dependency>
114+
110115
<dependency>
111116
<groupId>junit</groupId>
112117
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)