mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
Use truly generic HTTP-based credentials object, rename project to guacamole-auth (truly, this is a basic framework for extending Guacamole, a single webapp, NOT part of guacamole-common, which is the basis of the Guacamole webapp and potentially others).
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>net.sourceforge.guacamole</groupId>
|
||||
<artifactId>guacamole-common-auth</artifactId>
|
||||
<artifactId>guacamole-auth</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>0.6.0</version>
|
||||
<name>guacamole-common-auth</name>
|
||||
<name>guacamole-auth</name>
|
||||
<url>http://guacamole.sourceforge.net/</url>
|
||||
|
||||
<properties>
|
||||
@@ -31,6 +31,14 @@
|
||||
|
||||
<dependencies>
|
||||
|
||||
<!-- Java servlet API -->
|
||||
<dependency>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>servlet-api</artifactId>
|
||||
<version>2.5</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- Guacamole Java API -->
|
||||
<dependency>
|
||||
<groupId>net.sourceforge.guacamole</groupId>
|
||||
|
Reference in New Issue
Block a user