From 9c5c8a5c70742009c0e177e9445f08d23e841b9d Mon Sep 17 00:00:00 2001 From: b_sapir Date: Sat, 8 Aug 2015 23:36:33 +0300 Subject: [PATCH] revert the addition of commons-codec dependency since it is not needed in the final implementation of support for binary arrays --- modules/swagger-codegen/src/main/resources/Java/pom.mustache | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/swagger-codegen/src/main/resources/Java/pom.mustache b/modules/swagger-codegen/src/main/resources/Java/pom.mustache index 6025dba01b1..592edeec051 100644 --- a/modules/swagger-codegen/src/main/resources/Java/pom.mustache +++ b/modules/swagger-codegen/src/main/resources/Java/pom.mustache @@ -147,11 +147,6 @@ joda-time ${jodatime-version} - - commons-codec - commons-codec - 1.9 -