File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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
You can’t perform that action at this time.
0 commit comments