[
https://issues.apache.org/jira/browse/IOTDB-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17282246#comment-17282246
]
Xiangdong Huang commented on IOTDB-1151:
----------------------------------------
very strange... 1.2.14 and 3.0.6 is lost...
[https://search.maven.org/artifact/com.sun.xml.fastinfoset/FastInfoset]
[https://search.maven.org/artifact/com.sun.istack/istack-commons-runtime]
set the version of jaxb-runtime as 3.0.0 works. Do you like to submit a PR?
if not, I will submit it.
> jaxb 版本问题
> ---------
>
> Key: IOTDB-1151
> URL: https://issues.apache.org/jira/browse/IOTDB-1151
> Project: Apache IoTDB
> Issue Type: Improvement
> Components: Others
> Reporter: QianWang
> Priority: Trivial
>
> 从 maven 仓库拉取 JDBC jar 包或者构建项目时会有如下报错:
> {panel:title=报错内容}
> The following artifacts could not be resolved:
> com.sun.istack:istack-commons-runtime:jar:3.0.6,
> com.sun.xml.fastinfoset:FastInfoset:jar:1.2.14
> {panel}
> 我认为此问题是由于此项目中采用的 jaxb 版本过老而造成的。和此问题相关的 Jar 包是:
> {code:xml}
> <groupId>org.glassfish.jaxb</groupId>
> <artifactId>jaxb-runtime</artifactId>
> <version>2.4.0-b180725.0644</version>
> {code}
> 而此软件包有两项依赖并不在 maven 仓库中:
> - com.sun.xml.fastinfoset:FastInfoset:jar:1.2.14
> - com.sun.istack:istack-commons-runtime:jar:3.0.6
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)