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/10 14:26:34 UTC

[iotdb] branch issue_1151 created (now 4cf8419)

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

hxd pushed a change to branch issue_1151
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


      at 4cf8419  fix dependency error because some jars are removed from maven's central repo

This branch includes the following new commits:

     new 4cf8419  fix dependency error because some jars are removed from maven's central repo

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[iotdb] 01/01: fix dependency error because some jars are removed from maven's central repo

Posted by hx...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 4cf841931bde288015aeb0bb6e9132867a0fafb8
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 c901853..d3c3aa5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -368,7 +368,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>