]
George Gastaldi closed FORGE-2532.
----------------------------------
Assignee: George Gastaldi
Resolution: Cannot Reproduce Bug
Closing as cannot reproduce.
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.