Skip to content

Commit

Permalink
TEZ-4461: Upgrade spring-core to 5.3.20 in wro4j-maven-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
dmmkr committed Dec 8, 2022
1 parent 34d6810 commit 8d4dde4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tez-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,18 @@
<plugin>
<groupId>ro.isdc.wro4j</groupId>
<artifactId>wro4j-maven-plugin</artifactId>
<dependencies>
<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>
<phase>prepare-package</phase>
Expand Down

0 comments on commit 8d4dde4

Please sign in to comment.