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

amichai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-rsa.git

commit 55e66ce38dc949176a23769895674445b82519ec
Author: Amichai Rothman <[email protected]>
AuthorDate: Mon Jun 3 08:24:58 2024 +0300

    Replace deprecated karaf ShellTable class
---
 discovery/command/pom.xml                                               | 2 +-
 .../java/org/apache/aries/rsa/discovery/command/EndpointsCommand.java   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/discovery/command/pom.xml b/discovery/command/pom.xml
index b7cb752e..925583f1 100644
--- a/discovery/command/pom.xml
+++ b/discovery/command/pom.xml
@@ -45,7 +45,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.karaf.shell</groupId>
-            <artifactId>org.apache.karaf.shell.table</artifactId>
+            <artifactId>org.apache.karaf.shell.core</artifactId>
             <version>4.4.6</version>
             <scope>provided</scope>
         </dependency>
diff --git 
a/discovery/command/src/main/java/org/apache/aries/rsa/discovery/command/EndpointsCommand.java
 
b/discovery/command/src/main/java/org/apache/aries/rsa/discovery/command/EndpointsCommand.java
index 8df5aeae..031d0e84 100644
--- 
a/discovery/command/src/main/java/org/apache/aries/rsa/discovery/command/EndpointsCommand.java
+++ 
b/discovery/command/src/main/java/org/apache/aries/rsa/discovery/command/EndpointsCommand.java
@@ -22,7 +22,7 @@ import java.util.Arrays;
 import java.util.HashSet;
 import java.util.Set;
 
-import org.apache.karaf.shell.table.ShellTable;
+import org.apache.karaf.shell.support.table.ShellTable;
 import org.osgi.framework.BundleContext;
 import org.osgi.framework.Constants;
 import org.osgi.service.component.annotations.Activate;

Reply via email to