Skip to content

Commit 12bc6c2

Browse files
KA40094929KA40094929
authored andcommitted
fix: adding jackson properties
1 parent f27d531 commit 12bc6c2

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,22 @@
183183
<artifactId>spring-boot-starter-mail</artifactId>
184184
</dependency>
185185

186+
<dependency>
187+
<groupId>com.fasterxml.jackson.core</groupId>
188+
<artifactId>jackson-core</artifactId>
189+
<version>2.16.1</version>
190+
</dependency>
191+
<dependency>
192+
<groupId>com.fasterxml.jackson.core</groupId>
193+
<artifactId>jackson-databind</artifactId>
194+
<version>2.16.1</version>
195+
</dependency>
196+
<dependency>
197+
<groupId>com.fasterxml.jackson.core</groupId>
198+
<artifactId>jackson-annotations</artifactId>
199+
<version>2.16.1</version>
200+
</dependency>
201+
186202
<!-- https://mvnrepository.com/artifact/ca.uhn.hapi.fhir/hapi-fhir-structures-r4 -->
187203
<dependency>
188204
<groupId>ca.uhn.hapi.fhir</groupId>

0 commit comments

Comments
 (0)