tasanuma commented on pull request #2330:
URL: https://github.com/apache/hadoop/pull/2330#issuecomment-698280650
Thanks for working on this, @aryangupta1998.
There are still some codes using jquery-3.4.1. Could you also fix them?
```
$ find . -type f | grep -v target | xargs grep 'jquery-3.4' 2> /dev/null
./hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/pom.xml:
<exclude>src/main/resources/webapps/static/jquery/jquery-3.4.1.min.js</exclude>
./hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/webapp/view/JQueryUI.java:
.script(root_url("static/jquery/jquery-3.4.1.min.js"))
./LICENSE-binary:hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/jquery-3.4.1.min.js
./hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/journal/index.html:<script
type="text/javascript" src="/static/jquery-3.4.1.min.js">
./hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/webapps/router/explorer.html:
<script type="text/javascript" src="/static/jquery-3.4.1.min.js">
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]