【发布时间】:2020-12-27 22:54:43
【问题描述】:
我在网上寻找 BIRT 依赖。我的代码引用的包是
import org.eclipse.birt.chart.model.Chart;
import org.eclipse.birt.chart.model.attribute.Anchor;
它使用的是chartengineapi,下面是POM的maven依赖项。
<!-- https://mvnrepository.com/artifact/org.eclipse.birt/chartengineapi -->
<dependency>
<groupId>org.eclipse.birt</groupId>
<artifactId>chartengineapi</artifactId>
<version>2.3.2</version>
</dependency>
由于它是其他存储库 (https://repository.jboss.org/nexus/content/repositories/thirdparty-releases/) 的一部分,因此在 Pom.xml 中会出现错误。谁能帮我解决这个问题?
【问题讨论】:
标签: spring-boot migration maven-2 pom.xml birt