[AB-xxx] adding currency conversion command

This commit is contained in:
Sheldan
2025-01-15 22:13:47 +01:00
parent 4ae6a154c7
commit 0eaccb4b0f
22 changed files with 521 additions and 2 deletions

View File

@@ -48,6 +48,16 @@
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-youtube</artifactId>
</dependency>
<dependency>
<groupId>org.ehcache</groupId>
<artifactId>ehcache</artifactId>
<classifier>jakarta</classifier>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
</dependency>
</dependencies>
</project>