From ada40f82c9f1e944ed989001676dab1ba2b6b3b0 Mon Sep 17 00:00:00 2001
From: Krishnam <60259292+krishnam-pakalapati-git@users.noreply.github.com>
Date: Thu, 21 Jul 2022 04:55:01 -0400
Subject: [PATCH] Added mising javax.xml.bind dependencies
Added mising javax.xml.bind dependencies to fix build failures
---
pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/pom.xml b/pom.xml
index 73fc575..11d46d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,6 +35,13 @@
spring-boot-starter-test
test
+
+
+ javax.xml.bind
+ jaxb-api
+ 2.3.1
+
+