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 <[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>
