SCB-2275 Fixed coveralls-maven-plugin fails on Java 11
diff --git a/pom.xml b/pom.xml
index e16cfbd..cf5cf51 100644
--- a/pom.xml
+++ b/pom.xml
@@ -730,6 +730,13 @@
               </jacocoReport>
             </jacocoReports>
           </configuration>
+          <dependencies>
+            <dependency>
+              <groupId>javax.xml.bind</groupId>
+              <artifactId>jaxb-api</artifactId>
+              <version>2.2.4</version>
+            </dependency>
+          </dependencies>
         </plugin>
         <plugin>
           <groupId>org.jacoco</groupId>