Skip to content

Commit b4c5ca8

Browse files
committed
Sync with removal of guava dependency from hawkBit
Signed-off-by: Marinov Avgustin <[email protected]>
1 parent ee298c2 commit b4c5ca8

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

pom.xml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@
6060
<aws.sdk.version>1.12.687</aws.sdk.version>
6161
<gcp.sdk.version>0.200.0</gcp.sdk.version>
6262

63+
<guava.version>33.2.1-jre</guava.version>
64+
6365
<!-- Release - START -->
6466
<release.scm.connection>scm:git:[email protected]:eclipse/hawkbit-extensions.git</release.scm.connection>
6567
<release.scm.developerConnection>scm:git:https://github.com/eclipse/hawkbit-extensions.git</release.scm.developerConnection>
@@ -299,4 +301,40 @@
299301
</dependency>
300302
</dependencies>
301303
</dependencyManagement>
304+
305+
<dependencies>
306+
307+
<dependency>
308+
<groupId>com.google.guava</groupId>
309+
<artifactId>guava</artifactId>
310+
<version>${guava.version}</version>
311+
<!-- https://github.com/google/guava/issues/2824 -->
312+
<exclusions>
313+
<exclusion>
314+
<groupId>com.google.j2objc</groupId>
315+
<artifactId>j2objc-annotations</artifactId>
316+
</exclusion>
317+
<exclusion>
318+
<groupId>com.google.code.findbugs</groupId>
319+
<artifactId>jsr305</artifactId>
320+
</exclusion>
321+
<exclusion>
322+
<groupId>org.checkerframework</groupId>
323+
<artifactId>checker-compat-qual</artifactId>
324+
</exclusion>
325+
<exclusion>
326+
<groupId>com.google.errorprone</groupId>
327+
<artifactId>error_prone_annotations</artifactId>
328+
</exclusion>
329+
<exclusion>
330+
<groupId>com.google.j2objc</groupId>
331+
<artifactId>j2objc-annotations</artifactId>
332+
</exclusion>
333+
<exclusion>
334+
<groupId>org.codehaus.mojo</groupId>
335+
<artifactId>animal-sniffer-annotations</artifactId>
336+
</exclusion>
337+
</exclusions>
338+
</dependency>
339+
</dependencies>
302340
</project>

0 commit comments

Comments
 (0)