PAN-7 Initial setup of the persistence with Spring Data JPA
This commit is contained in:
@@ -41,7 +41,7 @@ allprojects {
|
||||
apply plugin: 'jacoco'
|
||||
apply plugin: 'org.unbroken-dome.test-sets'
|
||||
apply plugin: 'idea'
|
||||
apply plugin: 'io.spring.dependency-management'
|
||||
// apply plugin: 'io.spring.dependency-management'
|
||||
}
|
||||
|
||||
subprojects {
|
||||
@@ -55,12 +55,13 @@ subprojects {
|
||||
compile 'org.slf4j:slf4j-api:1.7.21'
|
||||
compile "joda-time:joda-time:2.2"
|
||||
compile('org.springframework:spring-context:5.0.9.RELEASE')
|
||||
|
||||
|
||||
compileOnly 'org.projectlombok:lombok:1.18.4'
|
||||
|
||||
testCompile group: 'junit', name: 'junit', version: '4.11'
|
||||
testCompile group: 'junit', name: 'junit', version: '4.12'
|
||||
testCompile('org.mockito:mockito-core:1.10.19') {exclude(group: 'org.hamcrest')}
|
||||
|
||||
compileOnly 'org.projectlombok:lombok:1.18.4'
|
||||
}
|
||||
|
||||
test {
|
||||
@@ -96,9 +97,8 @@ dependencies {
|
||||
// The production code uses the SLF4J logging API at compile time
|
||||
compile 'org.slf4j:slf4j-api:1.7.21'
|
||||
compile "joda-time:joda-time:2.2"
|
||||
compile("org.springframework.boot:spring-boot-starter-web")
|
||||
|
||||
testCompile group: 'junit', name: 'junit', version: '4.11'
|
||||
compile group: 'org.springframework.boot', name: 'spring-boot-starter-web', version: '2.1.2.RELEASE'
|
||||
|
||||
testCompile group: 'junit', name: 'junit', version: '4.12'
|
||||
testCompile "org.springframework:spring-test:5.0.9.RELEASE"
|
||||
testCompile('org.mockito:mockito-core:1.10.19') {exclude(group: 'org.hamcrest')}
|
||||
|
||||
Reference in New Issue
Block a user