File tree 2 files changed +10
-6
lines changed
2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -334,10 +334,14 @@ configure(javaProjects()) {
334
334
335
335
// dependencies that are common across all java projects
336
336
dependencies {
337
+ compile " org.springframework:spring-core:$springVersion "
338
+ compile " org.springframework:spring-beans:$springVersion "
337
339
compile " org.springframework:spring-aop:$springVersion "
338
340
compile " org.springframework:spring-context:$springVersion "
339
341
compile " org.springframework:spring-context-support:$springVersion "
342
+ compile " org.springframework:spring-expression:$springVersion "
340
343
compile " org.springframework:spring-jdbc:$springVersion "
344
+ compile " org.springframework:spring-messaging:$springVersion "
341
345
compile " org.springframework:spring-tx:$springVersion "
342
346
}
343
347
Original file line number Diff line number Diff line change @@ -59,20 +59,20 @@ springBootVersion = 1.3.8.RELEASE
59
59
springIntVersion = 4.3.5.RELEASE
60
60
springStatemachineVersion = 1.1.0.RELEASE
61
61
jacksonVersion = 1.9.13
62
- jackson2Version = 2.4.2
62
+ jackson2Version = 2.8.4
63
63
commonsioVersion = 2.4
64
64
cglibVersion = 3.1
65
- snakeYamlVersion = 1.13
65
+ snakeYamlVersion = 1.17
66
66
kiteVersion = 1.0.0
67
- httpclientVersion = 4.3.3
68
- jsonpathVersion = 0.8.1
67
+ httpclientVersion = 4.5.2
68
+ jsonpathVersion = 2.2.0
69
69
tomcatEmbedVersion = 8.0.28
70
70
71
71
# # Common testing libraries
72
72
junitVersion = 4.12
73
- mockitoVersion = 1.9.5
73
+ mockitoVersion = 1.10.19
74
74
powermockVersion = 1.6.4
75
- groovyVersion = 2.4.4
75
+ groovyVersion = 2.4.7
76
76
jrubyVersion = 1.7.12
77
77
jythonVersion = 2.5.3
78
78
antlrVersion = 3.4
You can’t perform that action at this time.
0 commit comments