diff options
author | Vitaly Takmazov | 2022-06-25 01:14:09 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2022-06-25 01:14:09 +0300 |
commit | 8f3d85a8afa851f4457163d3aade01c1f63075a0 (patch) | |
tree | b1ea8dd6a3c4335b96136604cb5acf9e3f4f4315 /pom.xml | |
parent | 4ebc9ab55553a33ef7c3bedb8628ffaf74333f84 (diff) |
Fix recommendations counters in html templates
* deprecate `likes` message field, use `recommendations` where possible
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -79,6 +79,11 @@ <scope>test</scope> </dependency> <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-devtools</artifactId> + <optional>true</optional> + </dependency> + <dependency> <groupId>net.sourceforge.htmlunit</groupId> <artifactId>htmlunit</artifactId> <scope>test</scope> |