Skip to content

Commit 95c0d79

Browse files
author
per
committed
explicitly add central repo, update slf4j version
1 parent d92a72d commit 95c0d79

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

pom.xml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@
5454
<dependency>
5555
<groupId>org.slf4j</groupId>
5656
<artifactId>slf4j-api</artifactId>
57-
<version>1.7.27</version>
57+
<version>1.7.32</version>
5858
<scope>provided</scope>
5959
</dependency>
6060
<dependency>
6161
<groupId>org.slf4j</groupId>
6262
<artifactId>slf4j-log4j12</artifactId>
63-
<version>1.7.27</version>
63+
<version>1.7.32</version>
6464
<scope>provided</scope>
6565
</dependency>
6666
<dependency>
@@ -80,6 +80,15 @@
8080
<name>bedatadriven public repo</name>
8181
<url>https://nexus.bedatadriven.com/content/groups/public/</url>
8282
</repository>
83+
<repository>
84+
<id>central</id>
85+
<name>Maven Central</name>
86+
<layout>default</layout>
87+
<url>https://repo1.maven.org/maven2</url>
88+
<snapshots>
89+
<enabled>false</enabled>
90+
</snapshots>
91+
</repository>
8392
</repositories>
8493
<pluginRepositories>
8594
<pluginRepository>
@@ -201,12 +210,12 @@
201210
<dependency>
202211
<groupId>org.slf4j</groupId>
203212
<artifactId>slf4j-log4j12</artifactId>
204-
<version>1.7.30</version>
213+
<version>1.7.32</version>
205214
</dependency>
206215
<dependency>
207216
<groupId>org.slf4j</groupId>
208217
<artifactId>jcl-over-slf4j</artifactId>
209-
<version>1.7.30</version>
218+
<version>1.7.32</version>
210219
</dependency>
211220
</dependencies>
212221
</plugin>

0 commit comments

Comments
 (0)