File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 22
33buildscript {
44 repositories {
5- mavenCentral()
65 jcenter()
6+ mavenCentral()
77 maven { url " http://repo.spring.io/plugins-release" }
88 }
99 dependencies {
@@ -76,16 +76,18 @@ subprojects {
7676
7777 configurations {
7878 deployerJars
79+ testCompile. extendsFrom compileOnly
7980 }
8081
8182 repositories {
83+ jcenter()
8284 mavenCentral()
8385 maven { url " http://maven.xet.jp/release" } // for baseunits
8486 }
8587
8688 dependencies {
87- compile " org.projectlombok:lombok:1.16.2"
8889 compile " org.slf4j:slf4j-api:$slf4jVersion "
90+ compileOnly " org.projectlombok:lombok:$lombokVersion "
8991 testCompile " org.slf4j:jul-to-slf4j:$slf4jVersion "
9092 testCompile " ch.qos.logback:logback-classic:$logbackVersion "
9193 testCompile " junit:junit:$junitVersion "
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ springHateoasVersion = 0.19.0.RELEASE
99awsJavaSdkVersion = 1.11.21
1010jacksonVersion = 2.7.2
1111
12+ lombokVersion = 1.16.18
1213baseunitsVersion = 2.14
1314
1415slf4jVersion = 1.7.13
You can’t perform that action at this time.
0 commit comments