This is an automated email from the ASF dual-hosted git repository.
hxd pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 05a628d fix dependency error because some jars are removed from
maven's central repo
05a628d is described below
commit 05a628dd59256e94510307184a5ecb1d2a6da23f
Author: xiangdong huang <[email protected]>
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>