Showing
1 changed file
with
12 additions
and
0 deletions
@@ -517,6 +517,18 @@ | @@ -517,6 +517,18 @@ | ||
517 | </dependency> | 517 | </dependency> |
518 | 518 | ||
519 | 519 | ||
520 | + <dependency> | ||
521 | + <groupId>com.github.jknack</groupId> | ||
522 | + <artifactId>handlebars</artifactId> | ||
523 | + <version>4.0.1</version> | ||
524 | + </dependency> | ||
525 | + | ||
526 | + <dependency> | ||
527 | + <groupId>com.github.jknack</groupId> | ||
528 | + <artifactId>handlebars-springmvc</artifactId> | ||
529 | + <version>4.0.1</version> | ||
530 | + </dependency> | ||
531 | + | ||
520 | </dependencies> | 532 | </dependencies> |
521 | </dependencyManagement> | 533 | </dependencyManagement> |
522 | 534 |
-
Please register or login to post a comment