You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2019/05/07 21:33:51 UTC

[directory-ldap-api] branch master updated: Fix test scope

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

seelmann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-ldap-api.git


The following commit(s) were added to refs/heads/master by this push:
     new e5f2694  Fix test scope
e5f2694 is described below

commit e5f269420b3aa743aab9b5ae1cfdc68d3f1e4429
Author: Stefan Seelmann <ma...@stefan-seelmann.de>
AuthorDate: Tue May 7 23:33:42 2019 +0200

    Fix test scope
---
 ldap/client/api/pom.xml | 1 +
 1 file changed, 1 insertion(+)

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>