mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-08 10:12:15 +02:00
build(core): add missing commons-logging
This commit is contained in:
@@ -40,6 +40,12 @@
|
||||
<groupId>org.slf4j</groupId>
|
||||
<version>${slf4j.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>commons-logging</groupId>
|
||||
<artifactId>commons-logging</artifactId>
|
||||
<version>1.2</version>
|
||||
</dependency>
|
||||
|
||||
<!-- security -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user