Skip to content

Commit 49eedf2

Browse files
authored
fix: update logback dependency scope from provided to compile in agent-logback-plugin and agent-logback-spring-boot-plugin (#114)
1 parent f893274 commit 49eedf2

File tree

2 files changed

+2
-2
lines changed
  • agent-plugins/agent-log-plugins

2 files changed

+2
-2
lines changed

agent-plugins/agent-log-plugins/agent-logback-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<groupId>ch.qos.logback</groupId>
2323
<artifactId>logback-classic</artifactId>
2424
<version>1.2.3</version>
25-
<scope>provided</scope>
25+
<scope>compile</scope>
2626
</dependency>
2727
</dependencies>
2828
</project>

agent-plugins/agent-log-plugins/agent-logback-spring-boot-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<groupId>ch.qos.logback</groupId>
2828
<artifactId>logback-classic</artifactId>
2929
<version>1.2.3</version>
30-
<scope>provided</scope>
30+
<scope>compile</scope>
3131
</dependency>
3232
</dependencies>
3333

0 commit comments

Comments
 (0)