* Updated used guacamole version to 0.8 to solve RDP visualization problems

This commit is contained in:
Adolfo Gómez 2013-04-18 21:14:54 +00:00
parent 52be2f3d27
commit 0622159ad2

View File

@ -7,7 +7,7 @@
<groupId>net.sourceforge.guacamole</groupId>
<artifactId>transport</artifactId>
<packaging>war</packaging>
<version>0.7.0</version>
<version>1.2.0</version>
<name>Guacamole Transport</name>
<url>http://openuds.org/</url>
@ -62,15 +62,14 @@
<dependency>
<groupId>net.sourceforge.guacamole</groupId>
<artifactId>guacamole-common</artifactId>
<version>0.7.0</version>
<scope>compile</scope>
<version>0.8.0</version>
</dependency>
<!-- Guacamole JavaScript library -->
<dependency>
<groupId>net.sourceforge.guacamole</groupId>
<artifactId>guacamole-common-js</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
<type>zip</type>
<scope>runtime</scope>
</dependency>