|
45 | 45 | </exclusion> |
46 | 46 | </exclusions> |
47 | 47 | </dependency> |
| 48 | + |
| 49 | + |
| 50 | + <dependency> |
| 51 | + <groupId>com.google.code.gson</groupId> |
| 52 | + <artifactId>gson</artifactId> |
| 53 | + <version>2.10.1</version> |
| 54 | + <exclusions> |
| 55 | + <exclusion> |
| 56 | + <groupId>*</groupId> |
| 57 | + <artifactId>*</artifactId> |
| 58 | + </exclusion> |
| 59 | + </exclusions> |
| 60 | + </dependency> |
48 | 61 |
|
49 | 62 | <dependency> |
50 | 63 | <groupId>com.google.guava</groupId> |
|
62 | 75 | <groupId>com.google.guava</groupId> |
63 | 76 | <artifactId>listenablefuture</artifactId> |
64 | 77 | <version>9999.0-empty-to-avoid-conflict-with-guava</version> |
| 78 | + <exclusions> |
| 79 | + <exclusion> |
| 80 | + <groupId>*</groupId> |
| 81 | + <artifactId>*</artifactId> |
| 82 | + </exclusion> |
| 83 | + </exclusions> |
65 | 84 | </dependency> |
66 | 85 |
|
67 | 86 | <dependency> |
68 | 87 | <groupId>com.sun.xml.bind</groupId> |
69 | 88 | <artifactId>jaxb-core</artifactId> |
70 | 89 | <version>4.0.3</version> |
| 90 | + <exclusions> |
| 91 | + <exclusion> |
| 92 | + <groupId>*</groupId> |
| 93 | + <artifactId>*</artifactId> |
| 94 | + </exclusion> |
| 95 | + </exclusions> |
71 | 96 | </dependency> |
72 | 97 |
|
73 | 98 | <dependency> |
74 | 99 | <groupId>javax.xml.bind</groupId> |
75 | 100 | <artifactId>jaxb-api</artifactId> |
76 | 101 | <version>2.3.1</version> |
| 102 | + <exclusions> |
| 103 | + <exclusion> |
| 104 | + <groupId>*</groupId> |
| 105 | + <artifactId>*</artifactId> |
| 106 | + </exclusion> |
| 107 | + </exclusions> |
77 | 108 | </dependency> |
78 | 109 |
|
79 | 110 | <dependency> |
80 | 111 | <groupId>org.hamcrest</groupId> |
81 | 112 | <artifactId>hamcrest-core</artifactId> |
82 | 113 | <version>2.2</version> |
| 114 | + <exclusions> |
| 115 | + <exclusion> |
| 116 | + <groupId>*</groupId> |
| 117 | + <artifactId>*</artifactId> |
| 118 | + </exclusion> |
| 119 | + </exclusions> |
83 | 120 | </dependency> |
84 | 121 |
|
85 | 122 | <dependency> |
86 | 123 | <groupId>com.esotericsoftware</groupId> |
87 | 124 | <artifactId>reflectasm</artifactId> |
88 | 125 | <version>1.11.9</version> |
| 126 | + <exclusions> |
| 127 | + <exclusion> |
| 128 | + <groupId>*</groupId> |
| 129 | + <artifactId>*</artifactId> |
| 130 | + </exclusion> |
| 131 | + </exclusions> |
89 | 132 | </dependency> |
90 | 133 |
|
91 | 134 | <dependency> |
92 | 135 | <groupId>com.esotericsoftware</groupId> |
93 | 136 | <artifactId>minlog</artifactId> |
94 | 137 | <version>1.3.1</version> |
| 138 | + <exclusions> |
| 139 | + <exclusion> |
| 140 | + <groupId>*</groupId> |
| 141 | + <artifactId>*</artifactId> |
| 142 | + </exclusion> |
| 143 | + </exclusions> |
95 | 144 | </dependency> |
96 | 145 |
|
97 | 146 | <dependency> |
98 | 147 | <groupId>com.jamesmurty.utils</groupId> |
99 | 148 | <artifactId>java-xmlbuilder</artifactId> |
100 | 149 | <version>1.3</version> |
| 150 | + <exclusions> |
| 151 | + <exclusion> |
| 152 | + <groupId>*</groupId> |
| 153 | + <artifactId>*</artifactId> |
| 154 | + </exclusion> |
| 155 | + </exclusions> |
101 | 156 | </dependency> |
102 | 157 |
|
103 | 158 | <dependency> |
|
187 | 242 | <dependency> |
188 | 243 | <groupId>com.amazonaws</groupId> |
189 | 244 | <artifactId>aws-java-sdk-s3</artifactId> |
190 | | - <version>1.12.565</version> |
191 | | - </dependency> |
| 245 | + <version>1.12.588</version> |
| 246 | + </dependency> |
192 | 247 |
|
193 | 248 | <dependency> |
194 | 249 | <groupId>org.apache.hadoop</groupId> |
|
215 | 270 | </dependency> |
216 | 271 |
|
217 | 272 | <dependency> |
218 | | - <groupId>org.apache.hadoop</groupId> |
219 | | - <artifactId>hadoop-annotations</artifactId> |
220 | | - <version>3.3.6</version> |
| 273 | + <groupId>org.apache.hadoop</groupId> |
| 274 | + <artifactId>hadoop-annotations</artifactId> |
| 275 | + <version>3.3.6</version> |
221 | 276 | <exclusions> |
222 | 277 | <exclusion> |
223 | 278 | <groupId>*</groupId> |
|
308 | 363 | <groupId>com.fasterxml.jackson.core</groupId> |
309 | 364 | <artifactId>jackson-databind</artifactId> |
310 | 365 | <version>2.15.2</version> |
| 366 | + <exclusions> |
| 367 | + <exclusion> |
| 368 | + <groupId>*</groupId> |
| 369 | + <artifactId>*</artifactId> |
| 370 | + </exclusion> |
| 371 | + </exclusions> |
311 | 372 | </dependency> |
312 | 373 |
|
313 | 374 | <dependency> |
314 | 375 | <groupId>com.fasterxml.jackson.dataformat</groupId> |
315 | 376 | <artifactId>jackson-dataformat-cbor</artifactId> |
316 | 377 | <version>2.15.2</version> |
| 378 | + <exclusions> |
| 379 | + <exclusion> |
| 380 | + <groupId>*</groupId> |
| 381 | + <artifactId>*</artifactId> |
| 382 | + </exclusion> |
| 383 | + </exclusions> |
| 384 | + |
317 | 385 | </dependency> |
318 | 386 |
|
319 | 387 | <dependency> |
|
448 | 516 | </exclusions> |
449 | 517 | </dependency> |
450 | 518 |
|
| 519 | + <dependency> |
| 520 | + <groupId>org.ehcache</groupId> |
| 521 | + <artifactId>ehcache</artifactId> |
| 522 | + <version>3.5.2</version> |
| 523 | + <exclusions> |
| 524 | + <exclusion> |
| 525 | + <groupId>*</groupId> |
| 526 | + <artifactId>*</artifactId> |
| 527 | + </exclusion> |
| 528 | + </exclusions> |
| 529 | + </dependency> |
| 530 | + |
| 531 | + |
451 | 532 | </dependencies> |
452 | 533 | <build> |
453 | 534 | </build> |
|
0 commit comments