Remove hardcoded jackson version in schema registry

This commit is contained in:
Soby Chacko
2023-04-12 19:29:56 -04:00
parent 62572d1262
commit af51f80414

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>