This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git
The following commit(s) were added to refs/heads/master by this push: new d53e2de Declare used slf4j dependency (#95) d53e2de is described below commit d53e2de16a13854771b1af33ba45e826cbc4e6fd Author: Elliotte Rusty Harold <elh...@users.noreply.github.com> AuthorDate: Sun Dec 8 19:38:22 2024 +0000 Declare used slf4j dependency (#95) * declare used dependencies * remove unneeded dependency --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 1488f62..62efd70 100644 --- a/pom.xml +++ b/pom.xml @@ -254,9 +254,9 @@ under the License. </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 -->