You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by gg...@apache.org on 2019/08/16 08:39:32 UTC

[karaf] branch karaf-4.2.x updated: use a specific jackson version instead of a range to avoid downloading so many versions(even snapshot)

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

ggrzybek 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 d117a8b  use a specific jackson version instead of a range to avoid downloading so many versions(even snapshot)
d117a8b is described below

commit d117a8b44b9ab305279181d4953a6cc2c7dcff04
Author: Freeman Fang <fr...@gmail.com>
AuthorDate: Mon Jun 3 16:13:24 2019 -0400

    use a specific jackson version instead of a range to avoid downloading so many versions(even snapshot)
    
    (cherry picked from commit 6014f0b36c527649dbcc9ba56cd6325dcbb11ce7)
---
 docker/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/pom.xml b/docker/pom.xml
index 6fe8d9d..3438171 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,3)</version>
+            <version>2.9.9</version>
         </dependency>
         <dependency>
             <groupId>org.apache.karaf</groupId>