You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2019/08/06 10:15:22 UTC

[cxf-fediz] 02/02: Fixing kerberos systests

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

coheigea pushed a commit to branch 1.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git

commit e193d4410b97c1c87a4b5821e940c678877e39fd
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Aug 6 11:15:07 2019 +0100

    Fixing kerberos systests
---
 systests/kerberos/pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/systests/kerberos/pom.xml b/systests/kerberos/pom.xml
index 9d746e3..9c6af5c 100644
--- a/systests/kerberos/pom.xml
+++ b/systests/kerberos/pom.xml
@@ -101,6 +101,17 @@
             <scope>test</scope>
             <version>${bcprov.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.directory.server</groupId>
+            <artifactId>apacheds-kerberos-codec</artifactId>
+            <version>${apacheds.version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>net.sf.ehcache</groupId>
+                    <artifactId>ehcache-core</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
 
     </dependencies>
     <build>