Skip to content

Commit 59b0c03

Browse files
authored
Merge pull request #117 from graphql-java/remove-slf4j
Remove slf4j
2 parents eb6b7c1 + 0ebff0b commit 59b0c03

File tree

3 files changed

+1
-37
lines changed

3 files changed

+1
-37
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
[![Build Status](https://github.com/graphql-java/graphql-java-extended-validation/actions/workflows/master.yml/badge.svg)](https://github.com/graphql-java/graphql-java-extended-validation/actions/workflows/master.yml)
5-
[![Latest Release](https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java-extended-validation/badge.svg?versionPrefix=24.)](https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java-extended-validation/)
5+
[![Latest Release](https://img.shields.io/maven-central/v/com.graphql-java/graphql-java-extended-validation?versionPrefix=24.)](https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java-extended-validation/)
66
[![Latest Snapshot](https://img.shields.io/maven-central/v/com.graphql-java/graphql-java-extended-validation?label=maven-central%20snapshot&versionPrefix=0.0.0)](https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java-extended-validation/)
77
[![MIT licensed](https://img.shields.io/badge/license-MIT-green)](https://github.com/graphql-java/graphql-java-extended-validation/blob/master/LICENSE.md)
88

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ dependencies {
4545
api "org.hibernate.validator:hibernate-validator:7.0.1.Final"
4646
api "org.glassfish:jakarta.el:4.0.2"
4747

48-
testImplementation 'org.slf4j:slf4j-simple:1.7.31'
4948
testImplementation 'org.spockframework:spock-core:2.3-groovy-3.0'
5049
testImplementation 'org.codehaus.groovy:groovy-all:3.0.25'
5150
}

src/test/resources/simplelogger.properties

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)