You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2021/02/12 03:00:21 UTC

[iotdb] branch rel/0.11 updated: fix dependency error because some jars are removed from maven's central repo

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

hxd pushed a commit to branch rel/0.11
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rel/0.11 by this push:
     new c9b5e4c  fix dependency error because some jars are removed from maven's central repo
c9b5e4c is described below

commit c9b5e4c70076692ae8f8e35326f005264b1c4e0b
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Wed Feb 10 22:25:55 2021 +0800

    fix dependency error because some jars are removed from maven's central repo
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c849bac..3a15f55 100644
--- a/pom.xml
+++ b/pom.xml
@@ -347,7 +347,7 @@
             <dependency>
                 <groupId>org.glassfish.jaxb</groupId>
                 <artifactId>jaxb-runtime</artifactId>
-                <version>2.4.0-b180725.0644</version>
+                <version>3.0.0</version>
                 <exclusions>
                     <exclusion>
                         <groupId>jakarta.activation</groupId>