File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
src/main/java/com/basistech/rosette/osgi/it Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1616 <artifactId >rosette-api</artifactId >
1717 <version >1.23.1-SNAPSHOT</version >
1818 </dependency >
19+ <dependency >
20+ <groupId >org.junit.jupiter</groupId >
21+ <artifactId >junit-jupiter-api</artifactId >
22+ <version >${junit.version} </version >
23+ <scope >provided</scope >
24+ </dependency >
1925
2026 <!-- The goal of this test is to make sure rosette-api resolves successfully in OSGi with given dependencies. -->
2127 <!-- A failure in this test indicates changes in the minimum runtime requirements of the bundle. -->
Original file line number Diff line number Diff line change 1717package com .basistech .rosette .osgi .it ;
1818
1919import com .basistech .rosette .api .HttpRosetteAPI ;
20- import org .junit .Test ;
20+ import org .junit .jupiter . api . Test ;
2121
22- import static org .junit .Assert .assertNotNull ;
22+ import static org .junit .jupiter . api . Assertions .assertNotNull ;
2323
24+ @ SuppressWarnings ("java:S5960" ) // This is a test class.
2425public class RosetteApiOsgiTest {
2526 @ Test
2627 public void smokeTest () {
You can’t perform that action at this time.
0 commit comments