|
| 1 | +description = 'Loan Shark Sample' |
| 2 | + |
| 3 | +apply plugin: 'war' |
| 4 | +apply plugin: 'org.gretty' |
| 5 | +apply plugin: 'eclipse-wtp' |
| 6 | + |
| 7 | +dependencies { |
| 8 | + api 'org.springframework.integration:spring-integration-ip' |
| 9 | + api 'org.springframework:spring-webmvc' |
| 10 | + api 'org.springframework:spring-orm' |
| 11 | + api 'org.springframework:spring-aop' |
| 12 | + api 'org.springframework:spring-aspects' |
| 13 | + api "org.aspectj:aspectjtools:$aspectjVersion" |
| 14 | + api 'org.springframework:spring-jdbc' |
| 15 | + api 'org.springframework:spring-tx' |
| 16 | + api 'org.springframework:spring-context' |
| 17 | + api "commons-fileupload:commons-fileupload:$commonsFileUploadVersion" |
| 18 | + api "org.apache.commons:commons-dbcp2:$commonsDbcpVersion" |
| 19 | + api "commons-digester:commons-digester:$commonsDigesterVersion" |
| 20 | + api "org.apache.commons:commons-pool2:$commonsPoolVersion" |
| 21 | + api "org.apache.tiles:tiles-jsp:$tilesJspVersion" |
| 22 | + api "joda-time:joda-time:$jodaTimeVersion" |
| 23 | + api "jakarta.transaction:jakarta.transaction-api:$jtaVersion" |
| 24 | + api "org.hsqldb:hsqldb:$hsqldbVersion" |
| 25 | + api "net.sf.flexjson:flexjson:$flexjsonVersion" |
| 26 | + api "org.hibernate.validator:hibernate-validator:$hibernateValidatorVersion" |
| 27 | + api "jakarta.persistence:jakarta.persistence-api:$jpaApiVersion" |
| 28 | + api "org.hibernate.orm:hibernate-core:$hibernateVersion" |
| 29 | + api "org.springframework.webflow:spring-js-resources:$springWebFlowVersion" |
| 30 | + api "org.slf4j:slf4j-api:$slf4jVersion" |
| 31 | + |
| 32 | + |
| 33 | + runtimeOnly 'org.glassfish.expressly:expressly:6.0.0' |
| 34 | + runtimeOnly "org.apache.logging.log4j:log4j-core:$log4jVersion" |
| 35 | + runtimeOnly "org.slf4j:slf4j-log4j12:$slf4jVersion" |
| 36 | + runtimeOnly "org.slf4j:jcl-over-slf4j:$slf4jVersion" |
| 37 | +} |
0 commit comments