You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2019/10/19 16:20:06 UTC

[karaf] branch karaf-4.2.x updated: Pick up the defined versions for a few dependencies

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

jbonofre pushed a commit to branch karaf-4.2.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new eeae47d  Pick up the defined versions for a few dependencies
eeae47d is described below

commit eeae47d4d20612da4c93d0d8fd854ebc17fd1ca6
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Oct 17 16:10:20 2019 +0100

    Pick up the defined versions for a few dependencies
    
    (cherry picked from commit 642a2f536f4ff5a039f5fe751f8b45093c6b9eb9)
---
 docker/pom.xml      | 2 +-
 itests/test/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/pom.xml b/docker/pom.xml
index 25859a0..99fe934 100644
--- a/docker/pom.xml
+++ b/docker/pom.xml
@@ -51,7 +51,7 @@
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
-            <version>2.9.9</version>
+            <version>${jackson.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.karaf</groupId>
diff --git a/itests/test/pom.xml b/itests/test/pom.xml
index 3f30486..8988009 100644
--- a/itests/test/pom.xml
+++ b/itests/test/pom.xml
@@ -257,7 +257,7 @@
         <dependency>
             <groupId>org.eclipse.jetty.websocket</groupId>
             <artifactId>websocket-client</artifactId>
-            <version>9.4.12.v20180830</version>
+            <version>${jetty.version}</version>
         </dependency>
     </dependencies>