Browse Source

Latest dependency updates (Hibernate ORM 4.2.15, propdeps plugin 0.0.7)

pull/689/head
Juergen Hoeller 12 years ago
parent
commit
daaeeaa8e2
  1. 8
      build.gradle

8
build.gradle

@ -3,7 +3,7 @@ buildscript { @@ -3,7 +3,7 @@ buildscript {
maven { url "http://repo.springsource.org/plugins-release" }
}
dependencies {
classpath("org.springframework.build.gradle:propdeps-plugin:0.0.6")
classpath("org.springframework.build.gradle:propdeps-plugin:0.0.7")
classpath("org.springframework.build.gradle:docbook-reference-plugin:0.2.8")
}
}
@ -556,8 +556,8 @@ project("spring-orm-hibernate4") { @@ -556,8 +556,8 @@ project("spring-orm-hibernate4") {
provided(project(":spring-jdbc"))
provided(project(":spring-tx"))
optional(project(":spring-web"))
optional("org.hibernate:hibernate-core:4.2.14.Final")
optional("org.hibernate:hibernate-entitymanager:4.2.14.Final")
optional("org.hibernate:hibernate-core:4.2.15.Final")
optional("org.hibernate:hibernate-entitymanager:4.2.15.Final")
optional("javax.servlet:servlet-api:2.5")
}
}
@ -873,7 +873,7 @@ configure(rootProject) { @@ -873,7 +873,7 @@ configure(rootProject) {
testCompile("javax.inject:javax.inject:1")
testCompile("javax.resource:connector-api:1.5")
testCompile("org.aspectj:aspectjweaver:${aspectjVersion}")
testCompile("org.hibernate:hibernate-core:4.2.14.Final")
testCompile("org.hibernate:hibernate-core:4.2.15.Final")
testCompile("hsqldb:hsqldb:${hsqldbVersion}")
}

Loading…
Cancel
Save