Remove unused optional dependency on commons-codec

This commit is contained in:
Andy Wilkinson
2022-01-12 13:14:00 +00:00
parent a0dd2f0c2e
commit aa020db396
2 changed files with 0 additions and 2 deletions

View File

@@ -45,7 +45,6 @@ dependencies {
jmustache("com.samskivert:jmustache@jar")
optional(platform(project(":spring-restdocs-platform")))
optional("commons-codec:commons-codec")
optional("javax.validation:validation-api")
optional("junit:junit")
optional("org.hibernate.validator:hibernate-validator")