You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2021/06/10 00:55:57 UTC

[servicecomb-pack] branch master updated: SCB-2275 Fixed coveralls-maven-plugin fails on Java 11

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

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git


The following commit(s) were added to refs/heads/master by this push:
     new 441a6ad  SCB-2275 Fixed coveralls-maven-plugin fails on Java 11
441a6ad is described below

commit 441a6adc14b8b2d6568411bcba56391649e6be5b
Author: Lei Zhang <zh...@apache.org>
AuthorDate: Wed Jun 9 17:44:45 2021 +0800

    SCB-2275 Fixed coveralls-maven-plugin fails on Java 11
---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

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>