We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2163660 commit 4d4d52aCopy full SHA for 4d4d52a
pom.xml
@@ -153,6 +153,26 @@
153
<spring-javaformat-maven-plugin.version>0.0.39</spring-javaformat-maven-plugin.version>
154
</properties>
155
156
+ <dependencyManagement>
157
+ <dependencies>
158
+ <dependency>
159
+ <groupId>org.slf4j</groupId>
160
+ <artifactId>jcl-over-slf4j</artifactId>
161
+ <version>${slf4j.version}</version>
162
+ </dependency>
163
164
165
+ <artifactId>slf4j-api</artifactId>
166
167
168
169
170
+ <artifactId>slf4j-simple</artifactId>
171
172
173
+ </dependencies>
174
+ </dependencyManagement>
175
+
176
<build>
177
<plugins>
178
<plugin>
0 commit comments