Skip to content

Commit

Permalink
feat(#355): [REVIEW] change setting file from CSV to XML
Browse files Browse the repository at this point in the history
Signed-off-by: Samir Romdhani <samir.romdhani@rte-france.com>
  • Loading branch information
samirromdhani committed Apr 9, 2024
1 parent 292d543 commit 69ee08b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,13 @@
<junit-version>5.9.0</junit-version>
<logback-classic.version>1.4.5</logback-classic.version>
<assertj.version>3.22.0</assertj.version>
<!-- lombok est compatible jdk21 à partir de la 18.30-->
<!-- with version 18.30, lombok is compatible with JDK 21 -->
<lombok.version>1.18.30</lombok.version>
<mockito.version>5.5.0</mockito.version>
<jackson-databind.version>2.13.4.1</jackson-databind.version>

<!-- utils -->
<commons-beanutils.version>1.9.4</commons-beanutils.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion sct-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.9.4</version>
<version>${commons-beanutils.version}</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 69ee08b

Please sign in to comment.