Skip to content

Commit 0c58798

Browse files
committed
spring: upgrade spring module to 5.x #908
1 parent ec74d0c commit 0c58798

2 files changed

Lines changed: 29 additions & 3 deletions

File tree

handlebars-springmvc/pom.xml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,32 @@
5757
<artifactId>mockito-core</artifactId>
5858
<scope>test</scope>
5959
</dependency>
60+
61+
<dependency>
62+
<groupId>org.apache.commons</groupId>
63+
<artifactId>commons-lang3</artifactId>
64+
<scope>test</scope>
65+
</dependency>
66+
67+
<dependency>
68+
<groupId>org.antlr</groupId>
69+
<artifactId>antlr4-runtime</artifactId>
70+
<version>4.9.2</version>
71+
<exclusions>
72+
<exclusion>
73+
<groupId>org.abego.treelayout</groupId>
74+
<artifactId>org.abego.treelayout.core</artifactId>
75+
</exclusion>
76+
</exclusions>
77+
<scope>test</scope>
78+
</dependency>
79+
80+
<dependency>
81+
<groupId>org.apache.commons</groupId>
82+
<artifactId>commons-text</artifactId>
83+
<scope>test</scope>
84+
</dependency>
85+
6086
</dependencies>
6187

6288
</project>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<modules>
1616
<module>handlebars</module>
1717
<module>handlebars-helpers</module>
18-
<!-- <module>handlebars-springmvc</module>-->
18+
<module>handlebars-springmvc</module>
1919
<module>handlebars-jackson2</module>
2020
<module>handlebars-humanize</module>
2121
<module>handlebars-proto</module>
@@ -76,13 +76,13 @@
7676
<dependency>
7777
<groupId>org.springframework</groupId>
7878
<artifactId>spring-webmvc</artifactId>
79-
<version>3.1.1.RELEASE</version>
79+
<version>5.3.10</version>
8080
</dependency>
8181

8282
<dependency>
8383
<groupId>org.springframework</groupId>
8484
<artifactId>spring-test</artifactId>
85-
<version>3.1.1.RELEASE</version>
85+
<version>5.3.10</version>
8686
<scope>test</scope>
8787
</dependency>
8888

0 commit comments

Comments
 (0)