We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a16e1c commit a364fe3Copy full SHA for a364fe3
log4j-osgi/src/test/java/org/apache/logging/log4j/osgi/tests/CoreOsgiTest.java
@@ -46,7 +46,7 @@ public class CoreOsgiTest {
46
public Option[] config() {
47
return options(linkBundle("org.apache.logging.log4j.api"),
48
linkBundle("org.apache.logging.log4j.core"),
49
- linkBundle("org.apache.logging.log4j.1.2-api").start(false),
+ linkBundle("org.apache.logging.log4j.1.2.api").start(false),
50
// required by Pax Exam's logging
51
linkBundle("slf4j.api"),
52
linkBundle("ch.qos.logback.classic"),
0 commit comments