From d29dd62801d9f49102604ff3b6938d6145961d25 Mon Sep 17 00:00:00 2001
From: jfederico <jesus@123it.ca>
Date: Mon, 22 Aug 2016 17:23:45 -0400
Subject: [PATCH] bbb-lti: Removed non-used plugins

---
 .../conf/ApplicationResources.groovy          | 23 -------------------
 bbb-lti/grails-app/conf/BuildConfig.groovy    |  2 --
 2 files changed, 25 deletions(-)
 delete mode 100644 bbb-lti/grails-app/conf/ApplicationResources.groovy

diff --git a/bbb-lti/grails-app/conf/ApplicationResources.groovy b/bbb-lti/grails-app/conf/ApplicationResources.groovy
deleted file mode 100644
index 6fe55b24a7..0000000000
--- a/bbb-lti/grails-app/conf/ApplicationResources.groovy
+++ /dev/null
@@ -1,23 +0,0 @@
-/* 
-    BigBlueButton open source conferencing system - http://www.bigbluebutton.org/
-
-    Copyright (c) 2012 BigBlueButton Inc. and by respective authors (see below).
-
-    This program is free software; you can redistribute it and/or modify it under the
-    terms of the GNU Lesser General Public License as published by the Free Software
-    Foundation; either version 3.0 of the License, or (at your option) any later
-    version.
-
-    BigBlueButton is distributed in the hope that it will be useful, but WITHOUT ANY
-    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-    PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
-    You should have received a copy of the GNU Lesser General Public License along
-    with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
-*/    
-
-modules = {
-    application {
-        resource url:'js/application.js'
-    }
-}
\ No newline at end of file
diff --git a/bbb-lti/grails-app/conf/BuildConfig.groovy b/bbb-lti/grails-app/conf/BuildConfig.groovy
index 154986a8e7..b5de292774 100644
--- a/bbb-lti/grails-app/conf/BuildConfig.groovy
+++ b/bbb-lti/grails-app/conf/BuildConfig.groovy
@@ -82,10 +82,8 @@ grails.project.dependency.resolution = {
         compile ":asset-pipeline:2.5.7"
 
         // plugins needed at runtime but not for compilation
-        runtime ":hibernate4:4.3.10" // or ":hibernate:3.6.10.18"
         runtime ":database-migration:1.4.0"
         runtime ":jquery:1.11.1"
-        runtime ":resources:1.2.14"
         runtime ':twitter-bootstrap:3.3.4'
     }
 }
-- 
GitLab