Ticket #269: Continuing work, more work on UserMapping and UserDirectory

This commit is contained in:
James Muehlner
2013-02-11 23:59:53 -08:00
parent 9cea60d8e6
commit 6213cf490b
9 changed files with 385 additions and 20 deletions

View File

@@ -93,7 +93,18 @@
<artifactId>mybatis-guice</artifactId>
<version>3.2</version>
</dependency>
<dependency>
<groupId>com.google.collections</groupId>
<artifactId>google-collections</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>net.sourceforge.guacamole</groupId>
<artifactId>guacamole-auth-mysql</artifactId>
<version>0.8.0</version>
<type>jar</type>
</dependency>
</dependencies>
<repositories>