Paolo Antinori created FORGE-2777:
-------------------------------------
Summary: Cannot use Furnace on latest version
Key: FORGE-2777
URL:
https://issues.jboss.org/browse/FORGE-2777
Project: Forge
Issue Type: Bug
Reporter: Paolo Antinori
Priority: Critical
```xml
<dependency>
<groupId>org.jboss.forge</groupId>
<artifactId>forge-bom</artifactId>
<version>3.8.1.Final</version>
<type>pom</type>
<scope>import</scope>
</dependency>
```
uses Furnace at version `2.27.0.Final`
and an addon importing the above bom, generates this error at install time:
```
21:55:58,571 WARNING [org.jboss.forge.furnace.impl.graph.CompleteAddonGraph] (main) Addon
[io.fabric8.forge:camel-commands,2.3-SNAPSHOT] with API version [2.27.0.Final] is
incompatible with the current Furnace runtime version [2.23.7.Final] and will not be
loaded, from repository [/home/pantinor/.forge/addons]
```
preventing the addon to install.
This is still broken in current SNAPSHOT version
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)