Skip to content

Commit a364fe3

Browse files
committed
Another regression in OSGi tests
1 parent 4a16e1c commit a364fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

log4j-osgi/src/test/java/org/apache/logging/log4j/osgi/tests/CoreOsgiTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public class CoreOsgiTest {
4646
public Option[] config() {
4747
return options(linkBundle("org.apache.logging.log4j.api"),
4848
linkBundle("org.apache.logging.log4j.core"),
49-
linkBundle("org.apache.logging.log4j.1.2-api").start(false),
49+
linkBundle("org.apache.logging.log4j.1.2.api").start(false),
5050
// required by Pax Exam's logging
5151
linkBundle("slf4j.api"),
5252
linkBundle("ch.qos.logback.classic"),

0 commit comments

Comments
 (0)