Skip to content

Commit

Permalink
[pinpoint-apm#8222] Fix testcase failure
Browse files Browse the repository at this point in the history
  • Loading branch information
emeroad committed Nov 30, 2021
1 parent 3a919fa commit 8a3b133
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
package com.navercorp.pinpoint.plugin.log4j2;

import com.navercorp.pinpoint.pluginit.utils.AgentPath;
import com.navercorp.pinpoint.pluginit.utils.PluginITConstants;
import com.navercorp.pinpoint.pluginit.utils.StdoutRecorder;
import com.navercorp.pinpoint.test.plugin.Dependency;
import com.navercorp.pinpoint.test.plugin.ImportPlugin;
Expand All @@ -36,7 +37,7 @@
@PinpointConfig("pinpoint-spring-bean-test.config")
@JvmVersion(8)
@ImportPlugin({"com.navercorp.pinpoint:pinpoint-log4j2-plugin"})
@Dependency({"org.apache.logging.log4j:log4j-core:[2.8,2.14.1]"})
@Dependency({"org.apache.logging.log4j:log4j-core:[2.8,2.14.1]", PluginITConstants.VERSION})
@JvmArgument("-DtestLoggerEnable=false")
public class Log4j2PatternIT extends Log4j2TestBase {
private String location;
Expand Down

0 comments on commit 8a3b133

Please sign in to comment.