Skip to content

Commit

Permalink
rolled back to com.github.smoketurner
Browse files Browse the repository at this point in the history
  • Loading branch information
dkovacevic committed Sep 19, 2022
1 parent 98f5945 commit 1a214e3
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@

<repositories>
<!-- to fetch specific version of dropwizard-swagger dependency -->
<!-- <repository>-->
<!-- <id>jitpack.io</id>-->
<!-- <url>https://jitpack.io</url>-->
<!-- </repository>-->
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>

<dependencies>
Expand Down Expand Up @@ -103,17 +103,10 @@
<version>${dropwizard.version}</version>
</dependency>
<dependency>
<groupId>com.smoketurner</groupId>
<groupId>com.github.smoketurner</groupId>
<artifactId>dropwizard-swagger</artifactId>
<version>2.0.12-1</version>
<version>1532b0c531</version>
</dependency>

<!-- <dependency>-->
<!-- <groupId>com.smoketurner</groupId>-->
<!-- <artifactId>dropwizard-swagger</artifactId>-->
<!-- <version>${dropwizard.version}</version>-->
<!-- <version>1532b0c531</version>-->
<!-- </dependency>-->
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
Expand Down

0 comments on commit 1a214e3

Please sign in to comment.