upgrade grails from 2.3.6 to 2.5.2

This commit is contained in:
Anton Georgiev 2016-03-08 21:43:35 +00:00
parent b3d7234d0b
commit e834637b5a
3 changed files with 8 additions and 11 deletions

View File

@ -1,6 +1,6 @@
#Grails Metadata file #Grails Metadata file
#Tue Feb 25 00:47:48 UTC 2014 #Tue Mar 08 20:22:39 UTC 2016
app.grails.version=2.3.6 app.grails.version=2.5.2
app.name=bigbluebutton app.name=bigbluebutton
app.servlet.version=3.0 app.servlet.version=3.0
app.version=0.9.0 app.version=0.9.0

View File

@ -54,17 +54,17 @@ grails.project.dependency.resolution = {
plugins { plugins {
// plugins for the build system only // plugins for the build system only
build ":tomcat:7.0.50.1" build ":tomcat:7.0.52.1"
// plugins for the compile step // plugins for the compile step
compile ":scaffolding:2.0.2" compile ":scaffolding:2.1.0"
compile ':cache:1.1.1' // compile ':cache:1.1.3' //TODO commented out for now Anton
// plugins needed at runtime but not for compilation // plugins needed at runtime but not for compilation
runtime ":hibernate:3.6.10.8" // or ":hibernate4:4.3.1.1" runtime ":hibernate4:4.3.5.2" // or ":hibernate4:4.3.1.1"
runtime ":database-migration:1.3.8" runtime ":database-migration:1.4.0"
//runtime ":jquery:1.11.0" //runtime ":jquery:1.11.0"
runtime ":resources:1.2.1" runtime ":asset-pipeline:1.8.3"
// Uncomment these (or add new ones) to enable additional resources capabilities // Uncomment these (or add new ones) to enable additional resources capabilities
//runtime ":zipped-resources:1.0.1" //runtime ":zipped-resources:1.0.1"
//runtime ":cached-resources:1.1" //runtime ":cached-resources:1.1"

View File

@ -6,7 +6,6 @@
<bean id="grailsApplication" class="org.codehaus.groovy.grails.commons.GrailsApplicationFactoryBean"> <bean id="grailsApplication" class="org.codehaus.groovy.grails.commons.GrailsApplicationFactoryBean">
<description>Grails application factory bean</description> <description>Grails application factory bean</description>
<property name="grailsDescriptor" value="/WEB-INF/grails.xml" /> <property name="grailsDescriptor" value="/WEB-INF/grails.xml" />
<property name="grailsResourceLoader" ref="grailsResourceLoader" />
</bean> </bean>
<bean id="pluginManager" class="org.codehaus.groovy.grails.plugins.GrailsPluginManagerFactoryBean"> <bean id="pluginManager" class="org.codehaus.groovy.grails.plugins.GrailsPluginManagerFactoryBean">
@ -22,8 +21,6 @@
<property name="pluginManager" ref="pluginManager" /> <property name="pluginManager" ref="pluginManager" />
</bean> </bean>
<bean id="grailsResourceLoader" class="org.codehaus.groovy.grails.commons.GrailsResourceLoaderFactoryBean" />
<bean id="characterEncodingFilter" class="org.springframework.web.filter.CharacterEncodingFilter"> <bean id="characterEncodingFilter" class="org.springframework.web.filter.CharacterEncodingFilter">
<property name="encoding"> <property name="encoding">
<value>utf-8</value> <value>utf-8</value>