Skip to content

Commit

Permalink
VKT(Backend): Fix excel export needed new dependency [deploy]
Browse files Browse the repository at this point in the history
  • Loading branch information
jrkkp committed Jan 11, 2024
1 parent 4a6426d commit 80c0301
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions backend/vkt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@
<classifier>osx-aarch_64</classifier>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.15.1</version>
</dependency>

</dependencies>

</project>

0 comments on commit 80c0301

Please sign in to comment.