We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4af353e commit 55f389dCopy full SHA for 55f389d
BankingAppServer/pom.xml
@@ -153,7 +153,17 @@
153
<groupId>org.springdoc</groupId>
154
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
155
<version>2.1.0</version>
156
- </dependency>
+ </dependency>
157
+ <dependency>
158
+ <groupId>org.slf4j</groupId>
159
+ <artifactId>slf4j-api</artifactId>
160
+ <version>2.0.13</version>
161
162
163
164
+ <artifactId>slf4j-simple</artifactId>
165
166
167
</dependencies>
168
169
<build>
0 commit comments