mirror of https://github.com/apache/cloudstack.git
Scope setting changes in ldap and utils pom.xml files (#6557)
This commit is contained in:
parent
661956cc60
commit
d4460a8afc
|
|
@ -139,6 +139,7 @@
|
|||
<groupId>org.zapodot</groupId>
|
||||
<artifactId>embedded-ldap-junit</artifactId>
|
||||
<version>${zapdot.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.unboundid</groupId>
|
||||
|
|
|
|||
|
|
@ -127,7 +127,7 @@
|
|||
<dependency>
|
||||
<groupId>commons-io</groupId>
|
||||
<artifactId>commons-io</artifactId>
|
||||
<scope>provided</scope>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
|
|
|
|||
Loading…
Reference in New Issue