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 dbdabd361..c7cb3c014 100644 --- a/pom.xml +++ b/pom.xml @@ -354,7 +354,6 @@ org.apache.maven.plugins maven-dependency-plugin - 3.3.0 @@ -364,8 +363,8 @@ + org.apache.maven.plugins maven-surefire-plugin - 2.22.2 RuntimeHintsTests -javaagent:${org.springframework:spring-core-test:jar}