You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "QianWang (Jira)" <ji...@apache.org> on 2021/02/08 08:11:00 UTC

[jira] [Created] (IOTDB-1151) jaxb 版本问题

QianWang created IOTDB-1151:
-------------------------------

             Summary: jaxb 版本问题
                 Key: IOTDB-1151
                 URL: https://issues.apache.org/jira/browse/IOTDB-1151
             Project: Apache IoTDB
          Issue Type: Improvement
          Components: Others
            Reporter: QianWang


从 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)