GUACAMOLE-210: Stub out authentication (recognize but do not actually use code).

This commit is contained in:
Michael Jumper
2016-01-02 00:36:12 -08:00
parent 89f25a9467
commit 77e714b0e1
4 changed files with 104 additions and 3 deletions

View File

@@ -79,6 +79,14 @@
<version>3.0</version>
</dependency>
<!-- Java servlet API -->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>