File tree Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -10,18 +10,13 @@ archivesBaseName = "okhttp-spring-boot-autoconfigure"
10
10
11
11
javadoc. options. linkSource true
12
12
13
- dependencyManagement {
14
- imports {
15
- mavenBom ' org.springframework.boot:spring-boot-dependencies:2.0.0.M1'
16
- }
17
- }
18
-
19
13
checkstyle. toolVersion = " 7.8.1"
20
14
21
15
compileJava. dependsOn(processResources)
22
16
23
17
dependencies {
24
18
compileOnly ' org.projectlombok:lombok'
19
+ compileOnly ' org.springframework.boot:spring-boot-configuration-processor'
25
20
26
21
compile ' org.springframework.boot:spring-boot-autoconfigure'
27
22
@@ -33,11 +28,6 @@ dependencies {
33
28
compileOnly ' com.squareup.okhttp:okhttp:2.+'
34
29
compileOnly ' com.squareup.okhttp:logging-interceptor:2.+'
35
30
36
- compileOnly ' org.springframework.boot:spring-boot-configuration-processor'
37
-
38
31
testCompile ' org.springframework.boot:spring-boot-starter-test'
39
- // https://github.com/spring-projects/spring-boot/issues/8492
40
- testCompile ' org.springframework.boot:spring-boot-starter-logging'
41
- testCompile ' com.squareup.okhttp3:okhttp'
42
-
32
+ testCompile ' com.squareup.okhttp3:okhttp:3.8.0'
43
33
}
Original file line number Diff line number Diff line change @@ -25,4 +25,12 @@ allprojects {
25
25
sourceCompatibility = 1.8
26
26
targetCompatibility = 1.8
27
27
}
28
+
29
+ pluginManager. withPlugin(' io.spring.dependency-management' ) {
30
+ dependencyManagement {
31
+ imports {
32
+ mavenBom ' org.springframework.boot:spring-boot-dependencies:2.0.0.M1'
33
+ }
34
+ }
35
+ }
28
36
}
You can’t perform that action at this time.
0 commit comments