mirror of https://github.com/apache/cloudstack.git
reverting gmaven version to 1.3
the changes in commit ec32ea30f7 changed
gmaven version in ldap plugin which broke running the spock tests from
command line. Hence reverting the change until we fix it with
the new version.
This commit is contained in:
parent
4e57cc62d0
commit
d42173a1a3
|
|
@ -24,7 +24,7 @@
|
|||
<plugin>
|
||||
<groupId>org.codehaus.gmaven</groupId>
|
||||
<artifactId>gmaven-plugin</artifactId>
|
||||
<version>1.5</version>
|
||||
<version>1.3</version>
|
||||
<configuration>
|
||||
<providerSelection>1.7</providerSelection>
|
||||
</configuration>
|
||||
|
|
|
|||
Loading…
Reference in New Issue