Skip to content

Commit 6f2b91d

Browse files
authored
Introduce Missing dependency in main (awspring#1637)
1 parent bd5bfba commit 6f2b91d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • spring-cloud-aws-autoconfigure

spring-cloud-aws-autoconfigure/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@
8686
<artifactId>jackson-databind</artifactId>
8787
<optional>true</optional>
8888
</dependency>
89+
<dependency>
90+
<groupId>com.fasterxml.jackson.core</groupId>
91+
<artifactId>jackson-databind</artifactId>
92+
<optional>true</optional>
93+
</dependency>
8994
<dependency>
9095
<groupId>io.awspring.cloud</groupId>
9196
<artifactId>spring-cloud-aws-sns</artifactId>

0 commit comments

Comments
 (0)