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 2020/10/13 16:49:18 UTC

[karaf] branch master updated: [KARAF-6875] Upgrade to Felix Gogo Runtime 1.1.4

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 42d1df9  [KARAF-6875] Upgrade to Felix Gogo Runtime 1.1.4
     new 46cc508  Merge pull request #1220 from jbonofre/KARAF-6875
42d1df9 is described below

commit 42d1df94a59ef3417f16fc9be81d71e80709ae9b
Author: jbonofre <jb...@apache.org>
AuthorDate: Mon Oct 12 14:50:39 2020 +0200

    [KARAF-6875] Upgrade to Felix Gogo Runtime 1.1.4
---
 pom.xml            | 2 +-
 shell/core/pom.xml | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a125e40..39d2959 100644
--- a/pom.xml
+++ b/pom.xml
@@ -196,7 +196,7 @@
         <felix.fileinstall.version>3.6.8</felix.fileinstall.version>
         <felix.framework.version>6.0.3</felix.framework.version>
         <felix.framework.security.version>2.6.1</felix.framework.security.version>
-        <felix.gogo.runtime.version>1.1.2</felix.gogo.runtime.version>
+        <felix.gogo.runtime.version>1.1.4</felix.gogo.runtime.version>
         <felix.gogo.jline.version>1.1.6</felix.gogo.jline.version>
         <felix.httplite.version>0.1.6</felix.httplite.version>
         <felix.http.version>4.1.2</felix.http.version>
diff --git a/shell/core/pom.xml b/shell/core/pom.xml
index 351caab..a494235 100644
--- a/shell/core/pom.xml
+++ b/shell/core/pom.xml
@@ -171,6 +171,8 @@
                             org.apache.felix.utils.manifest,
                             org.apache.felix.gogo.jline,
                             org.apache.felix.gogo.runtime,
+                            org.apache.felix.gogo.runtime.util,
+                            org.apache.felix.gogo.runtime.util.function,
                             org.apache.felix.gogo.runtime.threadio,
                             org.apache.felix.service.command,
                             org.apache.felix.service.threadio,