| commit | d53e2de16a13854771b1af33ba45e826cbc4e6fd | [log] [tgz] |
|---|---|---|
| author | Elliotte Rusty Harold <elharo@users.noreply.github.com> | Sun Dec 08 19:38:22 2024 +0000 |
| committer | GitHub <noreply@github.com> | Sun Dec 08 19:38:22 2024 +0000 |
| tree | 3b8d4bb719e1083ac5a97a61b4ef3e7849f710f0 | |
| parent | 30af0c02195e0665f0e423a2428332259ebc5a04 [diff] |
Declare used slf4j dependency (#95) * declare used dependencies * remove unneeded dependency
diff --git a/pom.xml b/pom.xml index 1488f62..62efd70 100644 --- a/pom.xml +++ b/pom.xml
@@ -254,9 +254,9 @@ </exclusions> </dependency> <dependency> - <groupId>javax.ws.rs</groupId> - <artifactId>jsr311-api</artifactId> - <version>1.1.1</version> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>1.7.36</version> </dependency> <!-- commons -->