We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 978ce21 commit b42ebd5Copy full SHA for b42ebd5
pom.xml
@@ -40,6 +40,14 @@
40
<groupId>io.dropwizard.metrics</groupId>
41
<artifactId>metrics-core</artifactId>
42
</dependency>
43
+ <dependency>
44
+ <groupId>org.apache.httpcomponents</groupId>
45
+ <artifactId>httpclient</artifactId>
46
+ </dependency>
47
48
49
+ <artifactId>httpcore</artifactId>
50
51
<dependency>
52
<groupId>org.springframework.boot</groupId>
53
<artifactId>spring-boot-devtools</artifactId>
@@ -70,7 +78,7 @@
70
78
71
79
<groupId>io.spring.platform</groupId>
72
80
<artifactId>platform-bom</artifactId>
73
- <version>2.0.0.RELEASE</version>
81
+ <version>2.0.1.RELEASE</version>
74
82
<type>pom</type>
75
83
<scope>import</scope>
76
84
0 commit comments