Fixed
Details
Assignee
Yoann RodièreYoann RodièreReporter
Yoann RodièreYoann RodièreComponents
Sprint
NoneFix versions
Priority
Major
Details
Details
Assignee
Yoann Rodière
Yoann RodièreReporter
Yoann Rodière
Yoann RodièreComponents
Sprint
None
Fix versions
Priority
Created October 11, 2018 at 8:17 AM
Updated November 21, 2018 at 2:11 PM
Resolved October 18, 2018 at 4:14 PM
We need to use snapshots in our feature file from time to time when experimenting with newer versions of Hibernate ORM. Currently we need it to experiment with 5.4.0-SNAPSHOT.
But by default, the OSGi integration tests only fetch artifacts from Maven Central. And of course our snapshots are not on Maven Central, but on the JBoss Public repository. Thus we need to change the configuration a bit.
PR coming soon.