Skip to content

Commit

Permalink
cleanum, up maven version
Browse files Browse the repository at this point in the history
  • Loading branch information
sparkoo committed Oct 25, 2017
1 parent ea3edf2 commit 4f7cb10
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.5.0/apache-maven-3.5.0-bin.zip
distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.5.2/apache-maven-3.5.2-bin.zip
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

@TestPropertySource(properties = {
"box.sort_desc=true",
"box.host_prefix=test_prefix"
})
public class MultiProviderTest extends AbstractIntegrationTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

@TestPropertySource(properties = {
"box.sort_desc=true",
"box.host_prefix=test_prefix"
})
public class MultiVmTest extends AbstractIntegrationTest {

Expand Down

0 comments on commit 4f7cb10

Please sign in to comment.