Removed arrow keys and ins/home/etc. for space (important on mobile).
[guacamole.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 86f9ac2..2df9860 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,6 @@
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
             <version>1.6.1</version>
-            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
@@ -82,8 +81,7 @@
         <dependency>
             <groupId>net.sourceforge.guacamole</groupId>
             <artifactId>guacamole-common</artifactId>
-            <version>0.4.0</version>
-            <scope>provided</scope>
+            <version>0.5.0</version>
         </dependency>
 
         <!-- Guacamole Authentication API -->
             <groupId>net.sourceforge.guacamole</groupId>
             <artifactId>guacamole-common-auth</artifactId>
             <version>0.5.0</version>
-            <scope>provided</scope>
         </dependency>
 
         <!-- Guacamole JavaScript API -->
         <dependency>
             <groupId>net.sourceforge.guacamole</groupId>
             <artifactId>guacamole-common-js</artifactId>
-            <version>0.4.0</version>
+            <version>0.5.0</version>
             <type>zip</type>
             <scope>runtime</scope>
         </dependency>