Skip to content

Commit

Permalink
1.0.8: fixed Velocity Logger (required 5.5.9)
Browse files Browse the repository at this point in the history
  • Loading branch information
benfiratkaya committed Apr 17, 2024
1 parent 4ff5f7f commit 53bc0a0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions velocity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@
<version>3.0.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.7</version>
<scope>compile</scope>
</dependency>
</dependencies>

</project>

0 comments on commit 53bc0a0

Please sign in to comment.