File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ configure(allprojects) { project ->
16
16
ext. aspectjVersion = " 1.7.4"
17
17
ext. groovyVersion = " 1.8.9"
18
18
ext. hibernate3Version = " 3.6.10.Final"
19
- ext. hibernate4Version = " 4.2.11 .Final"
19
+ ext. hibernate4Version = " 4.2.12 .Final"
20
20
ext. hibValVersion = " 4.3.1.Final"
21
21
ext. hsqldbVersion = " 2.3.2"
22
- ext. jackson2Version = " 2.3.1 "
22
+ ext. jackson2Version = " 2.3.2 "
23
23
ext. jasperReportsVersion = " 5.5.1"
24
- ext. jettyVersion = " 9.1.3.v20140225 "
24
+ ext. jettyVersion = " 9.1.4.v20140401 "
25
25
ext. jodaVersion = " 2.3"
26
26
ext. junitVersion = " 4.11"
27
27
ext. slf4jVersion = " 1.7.6"
@@ -75,10 +75,9 @@ configure(allprojects) { project ->
75
75
}
76
76
77
77
repositories {
78
- maven { url " http://repo.spring.io/snapshot" } // temporarily until Reactor 1.1.0.M4
79
78
maven { url " http://repo.spring.io/libs-release" }
80
- maven { url " http://repo.spring.io/milestone" } // for AspectJ 1.8.0.M1
81
- maven { url " https ://oss.sonatype.org/content/repositories/releases " } // javax.cache
79
+ maven { url " http://repo.spring.io/milestone" } // for AspectJ 1.8.0.RC2
80
+ maven { url " http ://repo.spring.io/snapshot " } // temporarily until Reactor 1.1.0.M4
82
81
}
83
82
84
83
dependencies {
You can’t perform that action at this time.
0 commit comments