Skip to content

Commit 2aa58c0

Browse files
committed
Refactor to use ConsoleCommandExtension and core's OSGiConsole.getSession()
Signed-off-by: Jimmy Tanagra <[email protected]>
1 parent ba5f547 commit 2aa58c0

File tree

2 files changed

+76
-171
lines changed

2 files changed

+76
-171
lines changed

bundles/org.openhab.automation.jrubyscripting/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
<scope>compile</scope>
2828
</dependency>
2929
<dependency>
30-
<groupId>org.apache.karaf.shell</groupId>
31-
<artifactId>org.apache.karaf.shell.core</artifactId>
32-
<version>4.4.7</version>
33-
<scope>provided</scope>
30+
<groupId>org.openhab.core.bundles</groupId>
31+
<artifactId>org.openhab.core.io.console.karaf</artifactId>
32+
<version>${project.parent.version}</version>
33+
<scope>compile</scope>
3434
</dependency>
3535
</dependencies>
3636

0 commit comments

Comments
 (0)