aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2022-06-25 01:14:09 +0300
committerGravatar Vitaly Takmazov2022-06-25 01:14:09 +0300
commit8f3d85a8afa851f4457163d3aade01c1f63075a0 (patch)
treeb1ea8dd6a3c4335b96136604cb5acf9e3f4f4315 /pom.xml
parent4ebc9ab55553a33ef7c3bedb8628ffaf74333f84 (diff)
Fix recommendations counters in html templates
* deprecate `likes` message field, use `recommendations` where possible
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 909e81e2..fc591d4f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>