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:20 UTC

[cxf-fediz] branch 1.4.x-fixes updated (3d5fb50 -> e193d44)

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

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


    from 3d5fb50  Removing hard-coded password
     new db3e8ba  Updating Tomcat
     new e193d44  Fixing kerberos systests

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                   |  4 ++--
 systests/kerberos/pom.xml | 11 +++++++++++
 2 files changed, 13 insertions(+), 2 deletions(-)


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

Posted by co...@apache.org.
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>


[cxf-fediz] 01/02: Updating Tomcat

Posted by co...@apache.org.
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 db3e8ba2d2b4531a143bbae4ae124087fb1cac23
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Aug 6 11:15:01 2019 +0100

    Updating Tomcat
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index bb4b99e..2bfb3c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,8 +70,8 @@
         <spring-ldap-core.version>2.3.2.RELEASE</spring-ldap-core.version>
         <spring.security.version>4.2.11.RELEASE</spring.security.version>
         <spring-webflow.version>2.4.8.RELEASE</spring-webflow.version>
-        <tomcat7.version>7.0.94</tomcat7.version>
-        <tomcat8.version>8.5.40</tomcat8.version>
+        <tomcat7.version>7.0.96</tomcat7.version>
+        <tomcat8.version>8.5.43</tomcat8.version>
         <woodstox.core.version>4.4.1</woodstox.core.version>
         <wss4j.version>2.1.12</wss4j.version>