Skip to content

Commit

Permalink
added swagger ui dependency in pom
Browse files Browse the repository at this point in the history
  • Loading branch information
Julius278 committed Aug 5, 2024
1 parent e6851d4 commit 92c1a3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
<version>${web3j-core.version}</version>
</dependency>

<!--dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>2.3.0</version>
</dependency-->
<version>2.0.2</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 92c1a3a

Please sign in to comment.