diff --git a/etc/backend-service/pom.xml b/etc/backend-service/pom.xml
index 6dfdbf98c..d097e7030 100644
--- a/etc/backend-service/pom.xml
+++ b/etc/backend-service/pom.xml
@@ -38,6 +38,14 @@
javax.servlet
javax.servlet-api
+
+ javax.annotation
+ javax.annotation-api
+
+
+ javax.xml.bind
+ jaxb-api
+
diff --git a/pom.xml b/pom.xml
index 3b4cc439b..668d55abe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -664,6 +664,20 @@
gson
${com.google.code.gson.version}
+
+
+
+
+ javax.annotation
+ javax.annotation-api
+ ${javax.annotation.version}
+
+
+ javax.xml.bind
+ jaxb-api
+ ${javax.xml.bind.version}
+
+
@@ -887,6 +901,12 @@
[2.26.0,8.0.0)
[1.3.0,3.0.0)
[1.0.5, 2.0.0)
+
+
+
+
+ 1.2
+ 2.3.1