File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 60
60
<aws .sdk.version>1.12.687</aws .sdk.version>
61
61
<gcp .sdk.version>0.200.0</gcp .sdk.version>
62
62
63
+ <guava .version>33.2.1-jre</guava .version>
64
+
63
65
<!-- Release - START -->
64
66
<
release .scm.connection>scm:git:
[email protected] :eclipse/hawkbit-extensions.git</
release .scm.connection>
65
67
<release .scm.developerConnection>scm:git:https://github.com/eclipse/hawkbit-extensions.git</release .scm.developerConnection>
299
301
</dependency >
300
302
</dependencies >
301
303
</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 >
302
340
</project >
You can’t perform that action at this time.
0 commit comments