File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1717 <version >1.21.1-SNAPSHOT</version >
1818 </dependency >
1919
20- <!-- minimum external requirements of rosette-api OSGi -->
21- <!-- OSGi dependencies are sensitive to underlying bundles' requirements -->
22- <!-- Transitive dependencies of rosette-api are used for resolving as well. -->
20+ <!-- The goal of this test is to make sure rosette-api resolves successfully in OSGi with given dependencies. -->
21+ <!-- A failure in this test indicates changes in the minimum runtime requirements of the bundle. -->
22+
23+ <!-- Transitive dependencies of rosette-api are used for resolving. -->
24+ <!-- ADM common-api doesn't line up with the parent in use. -->
2325 <dependency >
2426 <groupId >com.basistech</groupId >
2527 <artifactId >common-api</artifactId >
2628 <version >37.0.1</version >
2729 </dependency >
30+
31+ <!-- OSGi framework dependencies -->
2832 <dependency >
2933 <groupId >org.apache.felix</groupId >
3034 <artifactId >org.apache.felix.framework</artifactId >
You can’t perform that action at this time.
0 commit comments