You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by st...@apache.org on 2021/08/13 11:42:04 UTC

[rocketmq-dashboard] branch master updated: Add jaxb-api to solve the class missing failure of coveralls-maven-plugin JDK11

This is an automated email from the ASF dual-hosted git repository.

styletang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new c6935e6  Add jaxb-api to solve the class missing failure of coveralls-maven-plugin JDK11
c6935e6 is described below

commit c6935e6c071bf8fc68954cc84ff1d191b76b0ede
Author: StyleTang <st...@gmail.com>
AuthorDate: Fri Aug 13 19:41:52 2021 +0800

    Add jaxb-api to solve the class missing failure of coveralls-maven-plugin JDK11
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index a003916..32b9fee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,6 +71,7 @@
         <docker.image.prefix>apacherocketmq</docker.image.prefix>
         <spring.boot.version>2.2.2.RELEASE</spring.boot.version>
         <mockito-inline.version>3.3.3</mockito-inline.version>
+        <jaxb-api.version>2.3.1</jaxb-api.version>
     </properties>
 
     <dependencies>
@@ -185,6 +186,11 @@
             <version>1.68</version>
         </dependency>
         <dependency>
+            <groupId>javax.xml.bind</groupId>
+            <artifactId>jaxb-api</artifactId>
+            <version>${jaxb-api.version}</version>
+        </dependency>
+        <dependency>
             <groupId>org.projectlombok</groupId>
             <artifactId>lombok</artifactId>
             <version>${lombok.version}</version>