This is an automated email from the ASF dual-hosted git repository.
magicaltrout pushed a commit to branch release-1.2.3
in repository https://gitbox.apache.org/repos/asf/oodt.git
The following commit(s) were added to refs/heads/release-1.2.3 by this push:
new cc6ec10 update jaxrs
cc6ec10 is described below
commit cc6ec102f5539b4a7aeac3803eed066298f3463e
Author: magicaltrout <[email protected]>
AuthorDate: Tue Oct 16 11:33:48 2018 +0200
update jaxrs
---
core/pom.xml | 6 +++---
pcs/services/pom.xml | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/core/pom.xml b/core/pom.xml
index c244f95..9c0dc78 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -245,17 +245,17 @@ the License.
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
- <version>2.6.0</version>
+ <version>3.2.6</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-extension-providers</artifactId>
- <version>2.6.8</version>
+ <version>3.2.6</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-local</artifactId>
- <version>2.6.8</version>
+ <version>3.2.6</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/pcs/services/pom.xml b/pcs/services/pom.xml
index 5ec3597..7d8bd76 100644
--- a/pcs/services/pom.xml
+++ b/pcs/services/pom.xml
@@ -57,7 +57,7 @@ the License.
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
- <version>2.6.0</version>
+ <version>3.2.6</version>
</dependency>
<dependency>
<groupId>org.apache.oodt</groupId>