This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/main by this push:
     new d4460a8afc Scope setting changes in ldap and utils pom.xml files 
(#6557)
d4460a8afc is described below

commit d4460a8afc92b6674e1611793c54c85aa8e7d700
Author: Harikrishna <[email protected]>
AuthorDate: Wed Jul 20 13:42:44 2022 +0530

    Scope setting changes in ldap and utils pom.xml files (#6557)
---
 plugins/user-authenticators/ldap/pom.xml | 1 +
 utils/pom.xml                            | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/plugins/user-authenticators/ldap/pom.xml 
b/plugins/user-authenticators/ldap/pom.xml
index 1376ac7980..bed3478686 100644
--- a/plugins/user-authenticators/ldap/pom.xml
+++ b/plugins/user-authenticators/ldap/pom.xml
@@ -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>
diff --git a/utils/pom.xml b/utils/pom.xml
index 59e52fc919..e1b24918f4 100755
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -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>

Reply via email to