Showing
1 changed file
with
11 additions
and
0 deletions
@@ -40,10 +40,21 @@ | @@ -40,10 +40,21 @@ | ||
40 | <artifactId>spring-boot-starter-test</artifactId> | 40 | <artifactId>spring-boot-starter-test</artifactId> |
41 | <scope>test</scope> | 41 | <scope>test</scope> |
42 | </dependency> | 42 | </dependency> |
43 | + | ||
43 | <dependency> | 44 | <dependency> |
44 | <groupId>org.springframework.boot</groupId> | 45 | <groupId>org.springframework.boot</groupId> |
45 | <artifactId>spring-boot-starter-freemarker</artifactId> | 46 | <artifactId>spring-boot-starter-freemarker</artifactId> |
46 | </dependency> | 47 | </dependency> |
48 | + <dependency> | ||
49 | + <groupId>commons-io</groupId> | ||
50 | + <artifactId>commons-io</artifactId> | ||
51 | + <version>2.5</version> | ||
52 | + </dependency> | ||
53 | + | ||
54 | + <dependency> | ||
55 | + <groupId>org.apache.commons</groupId> | ||
56 | + <artifactId>commons-lang3</artifactId> | ||
57 | + </dependency> | ||
47 | </dependencies> | 58 | </dependencies> |
48 | 59 | ||
49 | <build> | 60 | <build> |
-
Please register or login to post a comment