File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 153153 <spring-javaformat-maven-plugin .version>0.0.39</spring-javaformat-maven-plugin .version>
154154 </properties >
155155
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+ <dependency >
164+ <groupId >org.slf4j</groupId >
165+ <artifactId >slf4j-api</artifactId >
166+ <version >${slf4j.version} </version >
167+ </dependency >
168+ <dependency >
169+ <groupId >org.slf4j</groupId >
170+ <artifactId >slf4j-simple</artifactId >
171+ <version >${slf4j.version} </version >
172+ </dependency >
173+ </dependencies >
174+ </dependencyManagement >
175+
156176 <build >
157177 <plugins >
158178 <plugin >
You can’t perform that action at this time.
0 commit comments