Skip to content

Commit 55f389d

Browse files
committed
fix: missing dependencies
1 parent 4af353e commit 55f389d

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

BankingAppServer/pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,17 @@
153153
<groupId>org.springdoc</groupId>
154154
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
155155
<version>2.1.0</version>
156-
</dependency>
156+
</dependency>
157+
<dependency>
158+
<groupId>org.slf4j</groupId>
159+
<artifactId>slf4j-api</artifactId>
160+
<version>2.0.13</version>
161+
</dependency>
162+
<dependency>
163+
<groupId>org.slf4j</groupId>
164+
<artifactId>slf4j-simple</artifactId>
165+
<version>2.0.13</version>
166+
</dependency>
157167
</dependencies>
158168

159169
<build>

0 commit comments

Comments
 (0)