diff --git a/Makefile b/Makefile index 2e6d062db..2eed742e3 100644 --- a/Makefile +++ b/Makefile @@ -149,5 +149,5 @@ stop: redis-stop sentinel-stop cluster-stop test: $(MAKE) start sleep 2 - mvn clean install -DrunLongTests=true -P$(SPRING_PROFILE) + mvn clean install -U -DrunLongTests=true -P$(SPRING_PROFILE) $(MAKE) stop