[VOL-5250] - com.fasterxml.jackson.core version mismatch
api/pom.xml
app/pom.xml
-----------
o Revert jackson v2.15.2 to v2.10.2, still complaints about ver mistmatch.
o Bulk version edits across all components may be needed.
Change-Id: If2f1c09f408cde8a405718cef1b9909516901d07
diff --git a/api/pom.xml b/api/pom.xml
index e93f470..8baff3d 100755
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- ~ Copyright 2017-2023 Open Networking Foundation (ONF) and the ONF Contributors
+ ~ Copyright 2017-2024 Open Networking Foundation (ONF) and the ONF Contributors
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
@@ -47,14 +47,14 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
- <version>2.15.2</version>
+ <version>2.10.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.15.2</version>
+ <version>2.10.2</version>
<scope>provided</scope>
</dependency>
</dependencies>
diff --git a/app/pom.xml b/app/pom.xml
index 74093dc..f129745 100755
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- ~ Copyright 2017-2023 Open Networking Foundation (ONF) and the ONF Contributors
+ ~ Copyright 2017-2024 Open Networking Foundation (ONF) and the ONF Contributors
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
@@ -90,7 +90,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
- <version>2.15.2</version>
+ <version>2.10.2</version>
<scope>provided</scope>
</dependency>