Skip to content

Commit

Permalink
Rebuild version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abilists committed Aug 7, 2022
1 parent e265fb3 commit 9828ead
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions jettyRun.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,17 @@ configurations {

ext {
springVersion = '4.3.30.RELEASE'
springSecrityVersion = '4.2.6.RELEASE'
logbackVersion = '1.1.3'
springSecrityVersion = '4.2.20.RELEASE'
pagingVersion = '0.5'
logbackVersion = '1.2.9'
slf4jVersion = '1.7.32'
}

dependencies {
compile 'org.slf4j:slf4j-api:1.7.12'
runtime 'org.slf4j:jcl-over-slf4j:1.7.12'
compile 'ch.qos.logback:logback-core:1.1.3'
compile 'ch.qos.logback:logback-classic:1.1.3'
compile "org.slf4j:slf4j-api:" + slf4jVersion
runtime "org.slf4j:jcl-over-slf4j:" + slf4jVersion
compile 'ch.qos.logback:logback-core:' + logbackVersion
compile 'ch.qos.logback:logback-classic:' + logbackVersion
compile "org.hibernate:hibernate-validator:5.4.1.Final"
compile "org.apache.commons:commons-pool2:2.5.0"
compile "org.apache.commons:commons-dbcp2:2.3.0"
Expand All @@ -81,6 +82,7 @@ dependencies {
compile 'org.springframework:spring-jdbc:' + springVersion
compile 'org.springframework.security:spring-security-core:' + springSecrityVersion
compile ('org.springmodules:spring-modules-jakarta-commons:0.8') {
exclude group: 'log4j', module: 'log4j'
exclude group: 'commons-chain', module: 'commons-chain'
}
compile 'com.h2database:h2:1.4.200'
Expand Down
Binary file modified libs/abilists_apps-1.6.0.jar
Binary file not shown.
Binary file modified libs/abilists_bean-1.6.0.jar
Binary file not shown.
Binary file modified libs/abilists_core-1.6.0.jar
Binary file not shown.
Binary file modified libs/base_core-0.2.7.jar
Binary file not shown.
Binary file removed webapps/1.5.0/ROOT.war
Binary file not shown.
Binary file modified webapps/1.6.0/ROOT.war
Binary file not shown.
Binary file modified webapps/ROOT.war
Binary file not shown.

0 comments on commit 9828ead

Please sign in to comment.