Skip to content

Commit a3421aa

Browse files
committed
Add commons-logging to log4j-spring-cloud-config-client
1 parent a7854ac commit a3421aa

File tree

1 file changed

+6
-0
lines changed
  • log4j-spring-cloud-config-client

1 file changed

+6
-0
lines changed

log4j-spring-cloud-config-client/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,12 @@
107107
<artifactId>spring-cloud-starter-bootstrap</artifactId>
108108
</dependency>
109109

110+
<dependency>
111+
<groupId>commons-logging</groupId>
112+
<artifactId>commons-logging</artifactId>
113+
<scope>runtime</scope>
114+
</dependency>
115+
110116
<dependency>
111117
<groupId>org.apache.logging.log4j</groupId>
112118
<artifactId>log4j-core-test</artifactId>

0 commit comments

Comments
 (0)