@@ -16,13 +16,13 @@ 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
22
ext. jackson1Version = " 1.9.13"
23
- ext. jackson2Version = " 2.3.1 "
23
+ ext. jackson2Version = " 2.3.2 "
24
24
ext. jasperReportsVersion = " 5.5.1"
25
- ext. jettyVersion = " 9.1.3.v20140225 "
25
+ ext. jettyVersion = " 9.1.4.v20140401 "
26
26
ext. jodaVersion = " 2.3"
27
27
ext. junitVersion = " 4.11"
28
28
ext. slf4jVersion = " 1.7.6"
@@ -71,14 +71,13 @@ configure(allprojects) { project ->
71
71
include([" **/*Tests.class" , " **/*Test.class" ])
72
72
// Since we set scanForTestClasses to false, we need to filter out inner
73
73
// classes with the "$" pattern; otherwise, using -Dtest.single=MyTests to
74
- // run MyTests by itself will fail if MyTests contains any inner classes.
74
+ // run MyTests by itself will fail if MyTests contains any inner classes.
75
75
exclude([" **/Abstract*.class" , ' **/*$*' ])
76
76
}
77
77
78
78
repositories {
79
79
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
80
+ maven { url " http://repo.spring.io/milestone" } // for AspectJ 1.8.0.RC2
82
81
}
83
82
84
83
dependencies {
@@ -93,7 +92,7 @@ configure(allprojects) { project ->
93
92
94
93
ext. javadocLinks = [
95
94
" http://docs.oracle.com/javase/7/docs/api/" ,
96
- " http://docs.oracle.com/javaee/6 /api/" ,
95
+ " http://docs.oracle.com/javaee/7 /api/" ,
97
96
" http://docs.oracle.com/cd/E13222_01/wls/docs90/javadocs/" , // CommonJ
98
97
" http://pic.dhe.ibm.com/infocenter/wasinfo/v7r0/topic/com.ibm.websphere.javadoc.doc/web/apidocs/" ,
99
98
" http://glassfish.java.net/nonav/docs/v3/api/" ,
0 commit comments