Merge pull request #4593 from eugenp/ldap-surefire

fix surefire version
This commit is contained in:
Loredana Crusoveanu 2018-07-01 10:30:54 +03:00 committed by GitHub
commit f3b612a98f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<version>${maven-surefire-plugin.version}</version>
<executions> <executions>
<execution> <execution>
<phase>integration-test</phase> <phase>integration-test</phase>