Skip to content

Commit

Permalink
update grapes Js dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zaharchenko committed Sep 4, 2019
1 parent 344d298 commit 3377864
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,12 @@ limitations under the License.'''
dependencies {
appComponent("com.haulmont.cuba:cuba-global:$cubaVersion")
appComponent("com.haulmont.reports:reports-global:$cubaVersion")
appComponent("com.haulmont.addon.grapesjs:grapesjs-global:0.3-SNAPSHOT")
appComponent("com.haulmont.addon.grapesjs:grapesjs-global:0.3.0")

}

def hsql = 'org.hsqldb:hsqldb:2.4.1'

def dbNameParam = 'emailtemplates'

configure([globalModule, coreModule, webModule]) {
apply(plugin: 'java')
apply(plugin: 'groovy')
Expand Down Expand Up @@ -193,7 +191,6 @@ configure(coreModule) {
dbName = 'emailtemplates'
dbms = 'hsql'
host = 'localhost:9010'
dbName = dbNameParam
dbUser = 'sa'
dbPassword = ''
}
Expand All @@ -202,7 +199,6 @@ configure(coreModule) {
dbName = 'emailtemplates'
dbms = 'hsql'
host = 'localhost:9010'
dbName = dbNameParam
dbUser = 'sa'
dbPassword = ''
}
Expand Down

0 comments on commit 3377864

Please sign in to comment.