Remove unnecessary jline dependency since console has it embedded.  Fixes build failure.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@908254 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/karaf/client/pom.xml b/karaf/client/pom.xml
index b846cde..05337ea 100644
--- a/karaf/client/pom.xml
+++ b/karaf/client/pom.xml
@@ -38,10 +38,6 @@
 
     <dependencies>
         <dependency>
-            <groupId>jline</groupId>
-            <artifactId>jline</artifactId>
-        </dependency>
-        <dependency>
             <groupId>org.apache.sshd</groupId>
             <artifactId>sshd-core</artifactId>
         </dependency>