Latest dependency updates (Hibernate ORM 4.2.15, propdeps plugin 0.0.7)
This commit is contained in:
@@ -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") {
|
||||
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) {
|
||||
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}")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user