]
ludovic Bertin commented on FORGE-2532:
---------------------------------------
It's not in forge core but in forge/furnace :
testing an addon having org.eclipse:osgi dependecy failed
---------------------------------------------------------
Key: FORGE-2532
URL:
https://issues.jboss.org/browse/FORGE-2532
Project: Forge
Issue Type: Bug
Affects Versions: 2.19.2.Final, 2.20.0.Final, 2.20.1.Final
Reporter: ludovic Bertin
Assignee: George Gastaldi
Attachments: example.zip
I have implemented an Forge2 addon with org.eclipse:osgi as dependency.
I have written a simple test with Arquillian : it fails. If I remove osgi dependency,
test pass.
But my relevant test need this dependency, as my addon to be tested is using it.
Please find attach a dummy project to reproduce the problem.