Fix test scope
diff --git a/ldap/client/api/pom.xml b/ldap/client/api/pom.xml
index c09636a..a34f9c8 100644
--- a/ldap/client/api/pom.xml
+++ b/ldap/client/api/pom.xml
@@ -87,6 +87,7 @@
     <dependency>
       <groupId>org.junit.jupiter</groupId>
       <artifactId>junit-jupiter-engine</artifactId>
+      <scope>test</scope>
     </dependency>
 
     <dependency>