You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2020/08/18 16:33:24 UTC

[cxf] branch master updated (370b7c0 -> 267b84c)

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

dkulp pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git.


    from 370b7c0  Update to 5.11 brave version.  Cannot go to 5.12 due to osgi issues.  (issue logged with them)
     new d3706d7  Upgrade derby
     new 267b84c  Extend jws version import range

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:
 parent/pom.xml                 | 14 ++++++++++++--
 rt/ws/rm/pom.xml               | 10 ++++++++++
 systests/uncategorized/pom.xml | 10 ++++++++++
 3 files changed, 32 insertions(+), 2 deletions(-)


[cxf] 01/02: Upgrade derby

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit d3706d79029127eb98689d88305f95ad2660a161
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Tue Aug 18 12:08:20 2020 -0400

    Upgrade derby
---
 parent/pom.xml                 | 12 +++++++++++-
 rt/ws/rm/pom.xml               | 10 ++++++++++
 systests/uncategorized/pom.xml | 10 ++++++++++
 3 files changed, 31 insertions(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 8c650fb..003ef9d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -100,7 +100,7 @@
         <cxf.commons-lang3.version>3.11</cxf.commons-lang3.version>
         <cxf.commons-logging.version>1.2</cxf.commons-logging.version>
         <cxf.commons-text.version>1.9</cxf.commons-text.version>
-        <cxf.derby.version>10.14.2.0</cxf.derby.version>
+        <cxf.derby.version>10.15.2.0</cxf.derby.version>
         <cxf.dom4j.version>2.1.3</cxf.dom4j.version>
         <cxf.dropwizard3.version>3.2.6</cxf.dropwizard3.version>
         <cxf.dropwizard4.version>4.1.12.1</cxf.dropwizard4.version>
@@ -885,6 +885,16 @@
                 <version>${cxf.derby.version}</version>
             </dependency>
             <dependency>
+                <groupId>org.apache.derby</groupId>
+                <artifactId>derbyshared</artifactId>
+                <version>${cxf.derby.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.derby</groupId>
+                <artifactId>derbytools</artifactId>
+                <version>${cxf.derby.version}</version>
+            </dependency>
+            <dependency>
                 <groupId>org.apache.httpcomponents</groupId>
                 <artifactId>httpclient</artifactId>
                 <version>${cxf.httpcomponents.client.version}</version>
diff --git a/rt/ws/rm/pom.xml b/rt/ws/rm/pom.xml
index 716707d2..7c0bbf6 100644
--- a/rt/ws/rm/pom.xml
+++ b/rt/ws/rm/pom.xml
@@ -127,6 +127,16 @@
             <scope>test</scope>
         </dependency>
         <dependency>
+            <groupId>org.apache.derby</groupId>
+            <artifactId>derbyshared</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.derby</groupId>
+            <artifactId>derbytools</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-context</artifactId>
             <scope>provided</scope>
diff --git a/systests/uncategorized/pom.xml b/systests/uncategorized/pom.xml
index 85547ae..8618e28 100644
--- a/systests/uncategorized/pom.xml
+++ b/systests/uncategorized/pom.xml
@@ -258,6 +258,16 @@
             <scope>test</scope>
         </dependency>
         <dependency>
+            <groupId>org.apache.derby</groupId>
+            <artifactId>derbyshared</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.derby</groupId>
+            <artifactId>derbytools</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-aop</artifactId>
             <version>${cxf.spring.version}</version>


[cxf] 02/02: Extend jws version import range

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 267b84c59053de915b2e783daf9a236a7b5df00b
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Tue Aug 18 12:09:42 2020 -0400

    Extend jws version import range
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 003ef9d..27a52b5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -247,7 +247,7 @@
         <cxf.oauth.bundle.version>20100527_1</cxf.oauth.bundle.version>
         <cxf.oro.bundle.version>2.0.8_6</cxf.oro.bundle.version>
         <cxf.osgi.saaj.version>[1.4,2)</cxf.osgi.saaj.version>
-        <cxf.osgi.jws.version>[0,2)</cxf.osgi.jws.version>
+        <cxf.osgi.jws.version>[0,3)</cxf.osgi.jws.version>
         <cxf.osgi.version>6.0.0</cxf.osgi.version>
         <cxf.pax.exam.version>4.13.3</cxf.pax.exam.version>
         <cxf.reflections.bundle.version>0.9.11_2</cxf.reflections.bundle.version>