Remove hardcoded jackson version in schema registry

This commit is contained in:
Soby Chacko
2023-04-12 19:29:56 -04:00
parent 42424577c5
commit 70ba9eef21

View File

@@ -29,7 +29,6 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.4.2</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>