We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba5f547 commit 2aa58c0Copy full SHA for 2aa58c0
bundles/org.openhab.automation.jrubyscripting/pom.xml
@@ -27,10 +27,10 @@
27
<scope>compile</scope>
28
</dependency>
29
<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>
+ <groupId>org.openhab.core.bundles</groupId>
+ <artifactId>org.openhab.core.io.console.karaf</artifactId>
+ <version>${project.parent.version}</version>
+ <scope>compile</scope>
34
35
</dependencies>
36
0 commit comments