Skip to content

Commit

Permalink
revert the addition of commons-codec dependency since it is not neede…
Browse files Browse the repository at this point in the history
…d in the final implementation of support for binary arrays
  • Loading branch information
b_sapir authored and b_sapir committed Aug 8, 2015
1 parent 1954d18 commit 9c5c8a5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions modules/swagger-codegen/src/main/resources/Java/pom.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,6 @@
<artifactId>joda-time</artifactId>
<version>${jodatime-version}</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.9</version>
</dependency>

<!-- test dependencies -->
<dependency>
Expand Down

0 comments on commit 9c5c8a5

Please sign in to comment.