Add Spring Boot Test Starter to JPA Sample

https://build.spring.io/browse/INTSAMPLES-NIGHTLY-1672
This commit is contained in:
Artem Bilan
2016-03-09 09:48:17 -05:00
parent 6080639682
commit 689279656e

View File

@@ -774,6 +774,8 @@ project('jpa') {
runtime "org.apache.openjpa:openjpa:$openJpaVersion"
runtime "org.hibernate:hibernate-entitymanager:$hibernateVersion"
runtime "org.eclipse.persistence:org.eclipse.persistence.jpa:$eclipseLinkVersion"
testCompile 'org.springframework.boot:spring-boot-starter-test'
}
//Suppress openjpa annotation processor warnings