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 3dcb93d981 maven: Move apache DS dependencies to test scope (#6347)
3dcb93d981 is described below

commit 3dcb93d981b164ce8f6afc88e2a0b34458458a0f
Author: Marcus Sorensen <[email protected]>
AuthorDate: Wed May 4 00:19:29 2022 -0600

    maven: Move apache DS dependencies to test scope (#6347)
    
    Fixes: #6346
    
    Move LDAP embedded server dependencies to test scope so they aren't 
packaged in final management server jar.
    
    Co-authored-by: Marcus Sorensen <[email protected]>
---
 plugins/user-authenticators/ldap/pom.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/plugins/user-authenticators/ldap/pom.xml 
b/plugins/user-authenticators/ldap/pom.xml
index 42460c78bb..9ca32e9f4c 100644
--- a/plugins/user-authenticators/ldap/pom.xml
+++ b/plugins/user-authenticators/ldap/pom.xml
@@ -192,37 +192,37 @@
             <groupId>org.apache.directory.server</groupId>
             <artifactId>apacheds-core-constants</artifactId>
             <version>${ads.version}</version>
-            <scope>compile</scope>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.directory.server</groupId>
             <artifactId>apacheds-core-annotations</artifactId>
             <version>${ads.version}</version>
-            <scope>compile</scope>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.directory.server</groupId>
             <artifactId>apacheds-core</artifactId>
             <version>${ads.version}</version>
-            <scope>compile</scope>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.directory.server</groupId>
             <artifactId>apacheds-protocol-ldap</artifactId>
             <version>${ads.version}</version>
-            <scope>compile</scope>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.directory.server</groupId>
             <artifactId>apacheds-jdbm-partition</artifactId>
             <version>${ads.version}</version>
-            <scope>compile</scope>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.directory.server</groupId>
             <artifactId>apacheds-ldif-partition</artifactId>
             <version>${ads.version}</version>
-            <scope>compile</scope>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>commons-io</groupId>

Reply via email to