Skip to content

Commit 6666c07

Browse files
author
DvirDukhan
authored
Merge branch 'master' into code_polish
2 parents aec92fb + b9297e8 commit 6666c07

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ hs_err_pid*
3030
.settings/
3131
.pydevproject
3232

33+
*.iml
34+
/.idea/
35+

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,6 @@
9797
<groupId>org.apache.maven.plugins</groupId>
9898
<artifactId>maven-surefire-plugin</artifactId>
9999
<version>2.19.1</version>
100-
<configuration>
101-
<systemPropertyVariables>
102-
<redis-hosts>${redis-hosts}</redis-hosts>
103-
</systemPropertyVariables>
104-
</configuration>
105100
</plugin>
106101
<plugin>
107102
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)