Skip to content

Commit

Permalink
slf4j-apiのバージョンがslf4j-nablarch-adaptorと合っていなかったため対応
Browse files Browse the repository at this point in the history
  • Loading branch information
tishijiri committed Mar 14, 2024
1 parent 00f1cae commit 3eb2c0d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.11</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 3eb2c0d

Please sign in to comment.