Skip to content

Commit

Permalink
Update dependencies cuba-platform/cuba#3307
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavrilov-Ivan authored Jan 14, 2025
1 parent 5176bbe commit 3d44d54
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def coreModule = project(':bpm-core')
def guiModule = project(':bpm-gui')
def webModule = project(':bpm-web')

def postgres = 'org.postgresql:postgresql:9.4-1201-jdbc41'
def postgres = 'org.postgresql:postgresql:42.7.4'

apply(plugin: 'cuba')

Expand Down Expand Up @@ -248,6 +248,8 @@ configure(coreModule) {
}

compile(bom['org.activiti:activiti-json-converter'])
compile(bom['org.apache.commons:commons-email'])
compile(bom['org.mybatis:mybatis'])

testCompile("com.haulmont.cuba:cuba-core-tests:$baseCubaVersion")
dbscripts("com.haulmont.cuba:cuba-core:$baseCubaVersion:db@zip")
Expand Down
5 changes: 4 additions & 1 deletion modules/global/src/com/haulmont/bpm/bom.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ org.activiti/activiti-engine = ${org.activiti}
org.activiti/activiti-spring = ${org.activiti}
org.activiti/activiti-json-converter = ${org.activiti.modeler}
com.haulmont.bpm/cuba-modeler = ${org.activiti.modeler}
org.codehaus.groovy/groovy-jsr223 = ${org.codehaus.groovy}
org.codehaus.groovy/groovy-jsr223 = ${org.codehaus.groovy}

org.apache.commons/commons-email = 1.5
org.mybatis/mybatis = 3.5.17

0 comments on commit 3d44d54

Please sign in to comment.