Skip to content

Commit b42ebd5

Browse files
committed
update platform to 2.0.1
1 parent 978ce21 commit b42ebd5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@
4040
<groupId>io.dropwizard.metrics</groupId>
4141
<artifactId>metrics-core</artifactId>
4242
</dependency>
43+
<dependency>
44+
<groupId>org.apache.httpcomponents</groupId>
45+
<artifactId>httpclient</artifactId>
46+
</dependency>
47+
<dependency>
48+
<groupId>org.apache.httpcomponents</groupId>
49+
<artifactId>httpcore</artifactId>
50+
</dependency>
4351
<dependency>
4452
<groupId>org.springframework.boot</groupId>
4553
<artifactId>spring-boot-devtools</artifactId>
@@ -70,7 +78,7 @@
7078
<dependency>
7179
<groupId>io.spring.platform</groupId>
7280
<artifactId>platform-bom</artifactId>
73-
<version>2.0.0.RELEASE</version>
81+
<version>2.0.1.RELEASE</version>
7482
<type>pom</type>
7583
<scope>import</scope>
7684
</dependency>

0 commit comments

Comments
 (0)