Add spring-web to use RestTemplate for spring.io/api access

This commit is contained in:
Nieraj Singh
2020-10-08 15:41:22 -07:00
parent 8b8155a99a
commit c3ebdef322

View File

@@ -46,6 +46,10 @@
<artifactId>spring-context-indexer</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.ide.vscode</groupId>
<artifactId>commons-yaml</artifactId>