File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
hadoop-common-project/hadoop-common Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ org.lz4:lz4-java:1.7.1
344344org.objenesis:objenesis:2.6
345345org.xerial.snappy:snappy-java:1.0.5
346346org.yaml:snakeyaml:1.16:
347- org.wildfly.openssl:wildfly-openssl:1.0.7 .Final
347+ org.wildfly.openssl:wildfly-openssl:2.2.1 .Final
348348
349349
350350--------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 397397 <groupId >org.wildfly.openssl</groupId >
398398 <artifactId >wildfly-openssl-java</artifactId >
399399 <scope >provided</scope >
400+ <exclusions >
401+ <exclusion >
402+ <groupId >org.osgi</groupId >
403+ <artifactId >org.osgi.core</artifactId >
404+ </exclusion >
405+ </exclusions >
400406 </dependency >
401407 <dependency >
402408 <groupId >org.xerial.snappy</groupId >
Original file line number Diff line number Diff line change 211211 <jline .version>3.9.0</jline .version>
212212 <powermock .version>1.5.6</powermock .version>
213213 <solr .version>8.8.2</solr .version>
214- <openssl-wildfly .version>1.0.7 .Final</openssl-wildfly .version>
214+ <openssl-wildfly .version>2.2.1 .Final</openssl-wildfly .version>
215215 <jsonschema2pojo .version>1.0.2</jsonschema2pojo .version>
216216 <woodstox .version>5.3.0</woodstox .version>
217217 <json-smart .version>2.4.7</json-smart .version>
You can’t perform that action at this time.
0 commit comments