YARN-11389. Upgrade spring-core to 5.3.20 in wro4j-maven-plugin
This commit is contained in:
parent
2e88096266
commit
74817d0a17
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui
|
@ -277,6 +277,16 @@
|
|||
<artifactId>mockito-core</artifactId>
|
||||
<version>2.18.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-web</artifactId>
|
||||
<version>5.3.20</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-beans</artifactId>
|
||||
<version>5.3.20</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<executions>
|
||||
<execution>
|
||||
|
|
Loading…
Reference in New Issue