From fa8fd16504adf225ee2ffd0511ff98288676e542 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 25 Aug 2011 00:23:27 -0700 Subject: [PATCH] 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) --- guacamole/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guacamole/pom.xml b/guacamole/pom.xml index f232fb65b..f6c1ffa23 100644 --- a/guacamole/pom.xml +++ b/guacamole/pom.xml @@ -82,7 +82,7 @@ net.sourceforge.guacamole guacamole-common 0.4.0 - compile + provided @@ -90,7 +90,7 @@ net.sourceforge.guacamole guacamole-common-auth 0.5.0 - compile + provided