Skip to content

Commit 30b3269

Browse files
Merge pull request #184 from rosette-api/RCB-603
RCB-603: comments
2 parents 19a335c + 8fccb84 commit 30b3269

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

osgi-itests/pom.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,18 @@
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>

0 commit comments

Comments
 (0)