File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 108
108
<findbugs .version>3.0.5</findbugs .version>
109
109
<dnsjava .version>3.6.1</dnsjava .version>
110
110
111
- <guava .version>33.1 .0-jre</guava .version>
111
+ <guava .version>27 .0-jre</guava .version>
112
112
<guice .version>5.1.0</guice .version>
113
113
114
114
<bouncycastle .version>1.78.1</bouncycastle .version>
Original file line number Diff line number Diff line change 427
427
428
428
<dependencyManagement >
429
429
<dependencies >
430
+ <dependency >
431
+ <groupId >com.google.guava</groupId >
432
+ <artifactId >guava</artifactId >
433
+ <version >33.1.0-jre</version >
434
+ </dependency >
430
435
<dependency >
431
436
<!--
432
437
We're using a specific Protobuf version to ensure compatibility with the
457
462
<groupId >javax.enterprise</groupId >
458
463
<artifactId >cdi-api</artifactId >
459
464
</exclusion >
465
+ <!-- Exclude guava 27.0-jre -->
466
+ <exclusion >
467
+ <groupId >com.google.guava</groupId >
468
+ <artifactId >guava</artifactId >
469
+ </exclusion >
460
470
<!-- Exclude protobuf-java 2.5.0 -->
461
471
<exclusion >
462
472
<groupId >com.google.protobuf</groupId >
You can’t perform that action at this time.
0 commit comments