aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorPhil Burk <[email protected]>2021-09-06 14:19:13 -0700
committerPhil Burk <[email protected]>2021-09-06 14:20:48 -0700
commitedfc73a107a368ec084eb364a62db3b580987a4b (patch)
tree44feb1494b4a176b8c484c6644deb9d5813b9b2c /examples
parentd33fb2c959fff6471dc48434b37b01ac98874e82 (diff)
Remove SLF4J from tests and gradle
It was an unnecessary dependency.
Diffstat (limited to 'examples')
-rw-r--r--examples/build.gradle3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/build.gradle b/examples/build.gradle
index b3a9ef1..3edc8b6 100644
--- a/examples/build.gradle
+++ b/examples/build.gradle
@@ -8,7 +8,4 @@ repositories {
dependencies {
implementation project(':')
-
- implementation 'org.slf4j:slf4j-api:1.7.25'
- implementation 'org.slf4j:slf4j-log4j12:1.7.25'
}