<artifactId>compile-testing</artifactId>
<version>0.21.0</version>
<scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>
*/\r
package org.pf4j;\r
\r
-import static org.junit.jupiter.api.Assertions.assertTrue;\r
-import static org.junit.Assert.assertNotNull;\r
-import static org.junit.jupiter.api.Assertions.assertEquals;\r
-import static org.junit.jupiter.api.Assertions.assertThrows;\r
-\r
-import java.io.IOException;\r
-import java.nio.file.Path;\r
-import java.util.List;\r
-\r
import org.junit.jupiter.api.AfterEach;\r
import org.junit.jupiter.api.BeforeEach;\r
import org.junit.jupiter.api.Test;\r
import org.pf4j.test.TestExtensionPoint;\r
import org.pf4j.test.TestPlugin;\r
\r
+import java.io.IOException;\r
+import java.nio.file.Path;\r
+\r
+import static org.junit.jupiter.api.Assertions.assertEquals;\r
+import static org.junit.jupiter.api.Assertions.assertNotNull;\r
+import static org.junit.jupiter.api.Assertions.assertThrows;\r
+import static org.junit.jupiter.api.Assertions.assertTrue;\r
+\r
public class SecurePluginManagerWrapperTest {\r
\r
private static final String OTHER_PLUGIN_ID = "test-plugin-2";\r