Skip to content

Commit 60f3967

Browse files
committed
update lombok and change scope
1 parent 48c7ca7 commit 60f3967

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
buildscript {
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"

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ springHateoasVersion = 0.19.0.RELEASE
99
awsJavaSdkVersion = 1.11.21
1010
jacksonVersion = 2.7.2
1111

12+
lombokVersion = 1.16.18
1213
baseunitsVersion = 2.14
1314

1415
slf4jVersion = 1.7.13

0 commit comments

Comments
 (0)