We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aec92fb + b9297e8 commit 6666c07Copy full SHA for 6666c07
.gitignore
@@ -30,3 +30,6 @@ hs_err_pid*
30
.settings/
31
.pydevproject
32
33
+*.iml
34
+/.idea/
35
+
pom.xml
@@ -97,11 +97,6 @@
97
<groupId>org.apache.maven.plugins</groupId>
98
<artifactId>maven-surefire-plugin</artifactId>
99
<version>2.19.1</version>
100
- <configuration>
101
- <systemPropertyVariables>
102
- <redis-hosts>${redis-hosts}</redis-hosts>
103
- </systemPropertyVariables>
104
- </configuration>
105
</plugin>
106
<plugin>
107
0 commit comments