Switch to external auth API.
[guacamole.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 17f2cc0..f232fb6 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             <scope>compile</scope>
         </dependency>
 
+        <!-- Guacamole Authentication API -->
+        <dependency>
+            <groupId>net.sourceforge.guacamole</groupId>
+            <artifactId>guacamole-common-auth</artifactId>
+            <version>0.5.0</version>
+            <scope>compile</scope>
+        </dependency>
+
         <!-- Guacamole JavaScript API -->
         <dependency>
             <groupId>net.sourceforge.guacamole</groupId>