Skip to content

Commit 4f56bf3

Browse files
committed
Add Jackson 2 dependencies for Fabric8
1 parent b8a56e9 commit 4f56bf3

File tree

1 file changed

+17
-0
lines changed
  • spring-cloud-kubernetes-fabric8-autoconfig

1 file changed

+17
-0
lines changed

spring-cloud-kubernetes-fabric8-autoconfig/pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,23 @@
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>

0 commit comments

Comments
 (0)