You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by co...@apache.org on 2022/02/15 07:42:58 UTC

[directory-server] branch master updated: Removing duplicate dependency

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 80c4b0e  Removing duplicate dependency
80c4b0e is described below

commit 80c4b0e2a5d468ff3a6e35672e69734805d94fbe
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Feb 15 07:42:42 2022 +0000

    Removing duplicate dependency
---
 server-integ/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/server-integ/pom.xml b/server-integ/pom.xml
index 837c226..997f33e 100644
--- a/server-integ/pom.xml
+++ b/server-integ/pom.xml
@@ -146,12 +146,6 @@
     </dependency>
     
     <dependency>
-      <groupId>org.junit.jupiter</groupId>
-      <artifactId>junit-jupiter-api</artifactId>
-      <scope>test</scope>
-    </dependency>
-
-    <dependency>
       <groupId>commons-net</groupId>
       <artifactId>commons-net</artifactId>
       <scope>test</scope>