File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
hadoop-client-modules/hadoop-client-check-invariants/src/test/resources Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -379,7 +379,7 @@ hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/fuse-dfs/util/tree
379379hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/native/container-executor/impl/compat/{fstatat|openat|unlinkat}.h
380380
381381com.github.luben:zstd-jni:1.5.2-1
382- dnsjava:dnsjava:3.6.0
382+ dnsjava:dnsjava:3.6.1
383383org.codehaus.woodstox:stax2-api:4.2.1
384384
385385
Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ allowed_expr+="|^[^-]*-default.xml$"
5151allowed_expr+=" |^[^-]*-version-info.properties$"
5252# * Hadoop's application classloader properties file.
5353allowed_expr+=" |^org.apache.hadoop.application-classloader.properties$"
54+ # Comes from dnsjava, not sure if relocatable.
55+ allowed_expr+=" |^messages.properties$"
5456# public suffix list used by httpcomponents
5557allowed_expr+=" |^mozilla/$"
5658allowed_expr+=" |^mozilla/public-suffix-list.txt$"
Original file line number Diff line number Diff line change 106106 <zookeeper .version>3.8.4</zookeeper .version>
107107 <curator .version>5.2.0</curator .version>
108108 <findbugs .version>3.0.5</findbugs .version>
109- <dnsjava .version>3.6.0 </dnsjava .version>
109+ <dnsjava .version>3.6.1 </dnsjava .version>
110110
111111 <guava .version>27.0-jre</guava .version>
112112 <guice .version>5.1.0</guice .version>
You can’t perform that action at this time.
0 commit comments