Skip to content

Commit 7135e72

Browse files
committed
Dropped JCache RC repo (now unused); minor dependency upgrades
Issue: SPR-11640 (cherry picked from commit 9e1631d)
1 parent 2187462 commit 7135e72

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

build.gradle

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ configure(allprojects) { project ->
1616
ext.aspectjVersion = "1.7.4"
1717
ext.groovyVersion = "1.8.9"
1818
ext.hibernate3Version = "3.6.10.Final"
19-
ext.hibernate4Version = "4.2.11.Final"
19+
ext.hibernate4Version = "4.2.12.Final"
2020
ext.hibValVersion = "4.3.1.Final"
2121
ext.hsqldbVersion = "2.3.2"
2222
ext.jackson1Version = "1.9.13"
23-
ext.jackson2Version = "2.3.1"
23+
ext.jackson2Version = "2.3.2"
2424
ext.jasperReportsVersion = "5.5.1"
25-
ext.jettyVersion = "9.1.3.v20140225"
25+
ext.jettyVersion = "9.1.4.v20140401"
2626
ext.jodaVersion = "2.3"
2727
ext.junitVersion = "4.11"
2828
ext.slf4jVersion = "1.7.6"
@@ -71,14 +71,13 @@ configure(allprojects) { project ->
7171
include(["**/*Tests.class", "**/*Test.class"])
7272
// Since we set scanForTestClasses to false, we need to filter out inner
7373
// 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.
7575
exclude(["**/Abstract*.class", '**/*$*'])
7676
}
7777

7878
repositories {
7979
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
8281
}
8382

8483
dependencies {
@@ -93,7 +92,7 @@ configure(allprojects) { project ->
9392

9493
ext.javadocLinks = [
9594
"http://docs.oracle.com/javase/7/docs/api/",
96-
"http://docs.oracle.com/javaee/6/api/",
95+
"http://docs.oracle.com/javaee/7/api/",
9796
"http://docs.oracle.com/cd/E13222_01/wls/docs90/javadocs/", // CommonJ
9897
"http://pic.dhe.ibm.com/infocenter/wasinfo/v7r0/topic/com.ibm.websphere.javadoc.doc/web/apidocs/",
9998
"http://glassfish.java.net/nonav/docs/v3/api/",

0 commit comments

Comments
 (0)