[
https://issues.apache.org/jira/browse/HADOOP-17656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17332933#comment-17332933
]
Akira Ajisaka commented on HADOOP-17656:
----------------------------------------
There are JUnit 4.11 javadoc dependencies in some modules like below:
{noformat}
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<additionnalDependencies>
<additionnalDependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
</additionnalDependency>
</additionnalDependencies>
</configuration>
</plugin>
{noformat}
They were added by
https://issues.apache.org/jira/browse/YARN-3901?focusedCommentId=14791367&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14791367.
I think the dependency is not required after YARN-5045 and can be removed.
> Upgrade JUnit to 4.13.1
> -----------------------
>
> Key: HADOOP-17656
> URL: https://issues.apache.org/jira/browse/HADOOP-17656
> Project: Hadoop Common
> Issue Type: Improvement
> Components: build, security, test
> Affects Versions: 3.1.1
> Reporter: ANANDA G B
> Priority: Major
> Labels: TimeLine
>
> Yarn Timeline Server still using 4.11 Junit version, need to upgrade it to
> 4.13.1
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]