File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
spring-cloud-kubernetes-fabric8-autoconfig Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 9696 <artifactId >spring-cloud-context</artifactId >
9797 </dependency >
9898
99+ <dependency >
100+ <groupId >com.fasterxml.jackson.dataformat</groupId >
101+ <artifactId >jackson-dataformat-yaml</artifactId >
102+ </dependency >
103+ <dependency >
104+ <groupId >com.fasterxml.jackson.datatype</groupId >
105+ <artifactId >jackson-datatype-jsr310</artifactId >
106+ </dependency >
107+ <dependency >
108+ <groupId >com.fasterxml.jackson.core</groupId >
109+ <artifactId >jackson-databind</artifactId >
110+ </dependency >
111+ <dependency >
112+ <groupId >com.fasterxml.jackson.core</groupId >
113+ <artifactId >jackson-core</artifactId >
114+ </dependency >
115+
99116 <!-- Testing Dependencies -->
100117 <dependency >
101118 <groupId >org.springframework.boot</groupId >
You can’t perform that action at this time.
0 commit comments