Restored dependencies (removed "provided"), added lib-directory parameter, added custom classloader which reads .jar's from lib-directory, using new classloader to find auth provider.

This commit is contained in:
Michael Jumper
2011-08-26 13:20:26 -07:00
parent 3d3d41ea29
commit 9d01e530f8
4 changed files with 136 additions and 4 deletions

View File

@@ -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>
@@ -83,7 +82,6 @@
<groupId>net.sourceforge.guacamole</groupId>
<artifactId>guacamole-common</artifactId>
<version>0.4.0</version>
<scope>provided</scope>
</dependency>
<!-- Guacamole Authentication API -->
@@ -91,7 +89,6 @@
<groupId>net.sourceforge.guacamole</groupId>
<artifactId>guacamole-common-auth</artifactId>
<version>0.5.0</version>
<scope>provided</scope>
</dependency>
<!-- Guacamole JavaScript API -->