Please check if the PR fulfills these requirements
[x] The commit message follows our guidelines
[ ] Tests for the changes have been added (for bug fixes / features)
[ ] Docs have been added / updated (for bug fixes / features)
Does this PR already have an issue describing the problem?
No
What kind of change does this PR introduce?
Bug fix
What is the current behavior?
In Mapdb pom.xml, the kotlin version is [1.9.22,1.9.99], which means that the last 1.9 version is downloaded, even if it is a snapshot version (which does not work on production environments).
What is the new behavior (if this is a feature change)?
Kotlin dependency is now added in powsybl-afs so that the version can be chosen (1.9.22 as of now).
Does this PR introduce a breaking change or deprecate an API?
[ ] Yes
[x] No
If yes, please check if the following requirements are fulfilled
[ ] The Breaking Change or Deprecated label has been added
[ ] The migration steps are described in the following section
What changes might users need to make in their application due to this PR? (migration steps)
Please check if the PR fulfills these requirements
Does this PR already have an issue describing the problem? No
What kind of change does this PR introduce? Bug fix
What is the current behavior? In Mapdb pom.xml, the kotlin version is [1.9.22,1.9.99], which means that the last 1.9 version is downloaded, even if it is a snapshot version (which does not work on production environments).
What is the new behavior (if this is a feature change)? Kotlin dependency is now added in powsybl-afs so that the version can be chosen (1.9.22 as of now).
Does this PR introduce a breaking change or deprecate an API?
If yes, please check if the following requirements are fulfilled
What changes might users need to make in their application due to this PR? (migration steps)
Other information: