1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-22 13:34:04 +03:00

Updating guacamole

This commit is contained in:
Adolfo Gómez García 2015-10-19 05:59:14 +02:00
parent 98d78d9a2e
commit bb09ef2a69

View File

@ -7,7 +7,7 @@
<groupId>org.openuds.server</groupId>
<artifactId>transport</artifactId>
<packaging>war</packaging>
<version>1.7.0</version>
<version>1.9.0</version>
<name>Guacamole Transport</name>
<url>http://openuds.org/</url>
@ -24,8 +24,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.7</source>
<target>1.7</target>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
@ -54,28 +54,26 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<scope>provided</scope>
<version>2.5</version>
</dependency>
<!-- Main Guacamole library -->
<dependency>
<groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-common</artifactId>
<version>0.9.4</version>
<scope>compile</scope>
<version>0.9.7</version>
</dependency>
<!-- Guacamole JavaScript library -->
<dependency>
<groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-common-js</artifactId>
<version>0.9.4</version>
<version>0.9.8</version>
<type>zip</type>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>