We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e42d02 commit 85bc8aaCopy full SHA for 85bc8aa
1 file changed
parent/pom.xml
@@ -25,7 +25,7 @@
25
<parent>
26
<groupId>io.wcm.devops</groupId>
27
<artifactId>io.wcm.devops.parent_toplevel</artifactId>
28
- <version>1.5.0</version>
+ <version>2.0.0-SNAPSHOT</version>
29
<relativePath />
30
</parent>
31
@@ -182,6 +182,18 @@
182
<version>1.17</version>
183
</dependency>
184
185
+ <!-- Logging -->
186
+ <dependency>
187
+ <groupId>org.slf4j</groupId>
188
+ <artifactId>slf4j-api</artifactId>
189
+ <version>1.7.36</version>
190
+ </dependency>
191
192
193
+ <artifactId>slf4j-simple</artifactId>
194
195
196
+
197
</dependencies>
198
</dependencyManagement>
199
0 commit comments