Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.

Commit

Permalink
swagger codegen 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
semap committed Nov 26, 2015
1 parent a1245e5 commit 97f3a7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.github.aeq</groupId>
<artifactId>swagger-codegen-maven-plugin</artifactId>
<version>fincad-0.0.3</version>
<version>fincad-0.0.4</version>

<prerequisites>
<maven>2.2.1</maven>
Expand Down Expand Up @@ -43,7 +43,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<swagger-codegen.version>2.1.2</swagger-codegen.version>
<swagger-codegen.version>2.1.4</swagger-codegen.version>
</properties>

<scm>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ public class CodeGenMojo extends AbstractMojo {
public void execute() throws MojoExecutionException {
Swagger swagger = new SwaggerParser().read(inputSpec);

swagger.getDefinitions().remove("Filter");

CodegenConfig config = forName(language);
config.setOutputDir(output.getAbsolutePath());

Expand Down

0 comments on commit 97f3a7f

Please sign in to comment.