Restored dependencies (removed "provided"), added lib-directory parameter, added...
[guacamole.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 86f9ac2..34be37d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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 -->