Skip to content

Commit

Permalink
Downgrading dropwizard-swagger library
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-kyosev-gs committed Feb 15, 2022
1 parent 80efbdb commit f73a30f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
<dropwizard.version>2.0.28</dropwizard.version>
<dropwizard.metrics.version>4.2.5</dropwizard.metrics.version>
<dropwizard-guicey.version>5.4.2</dropwizard-guicey.version>
<dropwizard-swagger.version>2.0.12-1</dropwizard-swagger.version>
<swagger.annotation.version>1.6.4</swagger.annotation.version>
<dropwizard-swagger.version>2.0.0-1</dropwizard-swagger.version>
<swagger.annotation.version>1.6.5</swagger.annotation.version>
<eclipsecollections.version>10.2.0</eclipsecollections.version>
<findbugs.version>3.0.0</findbugs.version>
<gitlab4j.version>4.16.0</gitlab4j.version>
Expand Down Expand Up @@ -916,6 +916,12 @@
<groupId>com.smoketurner</groupId>
<artifactId>dropwizard-swagger</artifactId>
<version>${dropwizard-swagger.version}</version>
<exclusions>
<exclusion>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit f73a30f

Please sign in to comment.