Skip to content

Commit

Permalink
fixed configuration files and upgraded liberaries versions
Browse files Browse the repository at this point in the history
  • Loading branch information
iuliana committed Feb 17, 2018
1 parent 73b1fdc commit 72e35ea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
17 changes: 8 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
ext {
//spring libs
springVersion = '5.0.2.RELEASE'
bootVersion = '2.0.0.M7'
springVersion = '5.0.4.BUILD-SNAPSHOT'
bootVersion = '2.0.0.RC1'
springDataVersion = '2.0.2.RELEASE'
springAmqpVersion = '2.0.0.M4'
springSecurityVersion = '5.0.0.M2'
springBatchVersion = '4.0.0.M3'
springIntegrationVersion = '5.0.0.M6'
springBatchIntegrationVersion = '4.0.0.M3'
springAmqpVersion = '2.0.3.BUILD-SNAPSHOT'
springSecurityVersion = '5.0.2.BUILD-SNAPSHOT'
springBatchVersion = '4.0.0.RELEASE'
springIntegrationVersion = '5.0.2.BUILD-SNAPSHOT'

//logging libs
slf4jVersion = '1.7.25'
Expand Down Expand Up @@ -50,7 +49,7 @@ ext {
junitVersion = '4.12'
hamcrestVersion = '1.3'
dbunitVersion = '2.5.3'
junit5Version = '5.0.0-M4'
junit5Version = '5.0.2'

spring = [
context : "org.springframework:spring-context:$springVersion",
Expand All @@ -73,7 +72,7 @@ ext {
webSocket : "org.springframework:spring-websocket:$springVersion",
messaging : "org.springframework:spring-messaging:$springVersion",
batchCore : "org.springframework.batch:spring-batch-core:$springBatchVersion",
batchIntegration : "org.springframework.batch:spring-batch-integration:$springBatchIntegrationVersion",
batchIntegration : "org.springframework.batch:spring-batch-integration:$springBatchVersion",
integrationFile : "org.springframework.integration:spring-integration-file:$springIntegrationVersion",
webflux : "org.springframework:spring-webflux:$springVersion"

Expand Down
2 changes: 1 addition & 1 deletion chapter05/aspectj-aspects/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {
apply plugin: 'aspectj'

jar {
manifest {NamePointcutUsingAdvisor
manifest {
attributes(
"Created-By": "Iuliana Cosmina",
"Specification-Title": "Pro Spring 5",
Expand Down

0 comments on commit 72e35ea

Please sign in to comment.