diff --git a/Makefile b/Makefile index dcfae4a4f..c2e53085f 100644 --- a/Makefile +++ b/Makefile @@ -167,7 +167,7 @@ cluster-init: cluster-start cluster-meet cluster-slots # Global ######## clean: - rm -rf work/*.conf work/*.log dump.rdb + rm -rf work/*.conf work/*.pid work/*.log dump.rdb clobber: rm -rf work diff --git a/pom.xml b/pom.xml index 97ebc2565..c3b30527e 100644 --- a/pom.xml +++ b/pom.xml @@ -338,7 +338,6 @@ org.apache.maven.plugins maven-dependency-plugin - 3.3.0 @@ -348,8 +347,8 @@ + org.apache.maven.plugins maven-surefire-plugin - 2.22.2 RuntimeHintsTests -javaagent:${org.springframework:spring-core-test:jar}