Skip to content

Commit

Permalink
Fix #603
Browse files Browse the repository at this point in the history
  • Loading branch information
gashcrumb committed Oct 1, 2013
1 parent c260c0f commit ec66bc7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions hawtio-karaf-terminal/pom.xml
Expand Up @@ -63,10 +63,11 @@
<scope>provided</scope>
</dependency>


<dependency>
<groupId>org.apache.karaf.shell</groupId>
<artifactId>org.apache.karaf.shell.console</artifactId>
<version>${karaf-version}</version>
<version>2.3.2</version>
<scope>provided</scope>
</dependency>

Expand Down Expand Up @@ -138,7 +139,7 @@

<Import-Package>
org.osgi.service.blueprint,
org.apache.felix.service.command,
org.apache.felix.service.command;resolution:=optional,
javax.servlet,
javax.servlet.http,
org.ops4j.pax.web.service,
Expand Down
1 change: 1 addition & 0 deletions hawtio-karaf/src/main/resources/features.xml
Expand Up @@ -54,6 +54,7 @@

<feature name="hawtio-karaf-terminal" version="${project.version}" resolver="(obr)">
<details>A terminal plugin for hawtio when installed in Karaf</details>
<bundle>mvn:jline/jline/${jline.version}</bundle>
<bundle>mvn:io.hawt/hawtio-karaf-terminal/${project.version}/war</bundle>
</feature>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -82,7 +82,7 @@
<fabric-version>99-master-SNAPSHOT</fabric-version>
-->
<fmc-version>${fabric-version}</fmc-version>
<felix.gogo.version>0.11.0.${perfectus-build}</felix.gogo.version>
<felix.gogo.version>0.10.0</felix.gogo.version>

<!-- We are using an old guava to avoid breaking ActiveMQ in the test cases of hawtio-web -->
<!--
Expand Down

0 comments on commit ec66bc7

Please sign in to comment.