Removed unnecessary scope definitions, set scope of guacamole-common and guacamole...
authorMichael Jumper <zhangmaike@users.sourceforge.net>
Thu, 25 Aug 2011 07:23:27 +0000 (00:23 -0700)
committerMichael Jumper <zhangmaike@users.sourceforge.net>
Thu, 25 Aug 2011 07:23:27 +0000 (00:23 -0700)
pom.xml

diff --git a/pom.xml b/pom.xml
index f232fb6..f6c1ffa 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,7 @@
             <groupId>net.sourceforge.guacamole</groupId>
             <artifactId>guacamole-common</artifactId>
             <version>0.4.0</version>
-            <scope>compile</scope>
+            <scope>provided</scope>
         </dependency>
 
         <!-- Guacamole Authentication API -->
@@ -90,7 +90,7 @@
             <groupId>net.sourceforge.guacamole</groupId>
             <artifactId>guacamole-common-auth</artifactId>
             <version>0.5.0</version>
-            <scope>compile</scope>
+            <scope>provided</scope>
         </dependency>
 
         <!-- Guacamole JavaScript API -->