Removed unnecessary scope definitions, set scope of guacamole-common and guacamole-common-auth to provided (jars must then be added to servlet container's classpath, but auth plugins can finally be written AND included without rebuilding the .war)

This commit is contained in:
Michael Jumper
2011-08-25 00:23:27 -07:00
parent 93c44f9f32
commit fa8fd16504

View File

@@ -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 -->