【发布时间】:2016-02-26 07:42:38
【问题描述】:
当我运行 mvn 命令以使用 Camel Spring Boot 原型创建 Spring Boot Camel 项目时,生成的 pom.xml 会出现依赖错误。
mvn archetype:generate -DarchetypeGroupId=org.apache.camel.archetypes -DarchetypeArtifactId=camel-archetype-spring-boot -DarchetypeVersion=2.16.0 -DgroupId=test -DartifactId=app
我得到错误:
Missing artifact org.apache.camel:camel-spring-boot:jar:2.16.0
如果我将版本更改为 2.15.0,问题就会消失。
2.16.0 版有什么问题吗?
【问题讨论】:
标签: spring-boot apache-camel maven-archetype