Skip to content

Commit

Permalink
[sarlc] Force the use of version 2.10 of Jackson lib.
Browse files Browse the repository at this point in the history
close #1007

Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed May 28, 2020
1 parent 1bea8c6 commit f2a263e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions main/internalmaven/io.sarl.maven.bootiqueapp/pom.xml
Expand Up @@ -39,6 +39,13 @@
<groupId>io.sarl.maven</groupId>
<artifactId>io.sarl.maven.batchcompiler</artifactId>
</dependency>
<!-- The following Jackson declaration are temporary fix for issue #1007 -->
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
<version>${jacksonapi.version}</version>
</dependency>
<!-- End of the fix section -->
</dependencies>

<!-- ======================================= -->
Expand Down
3 changes: 3 additions & 0 deletions pom.xml
Expand Up @@ -108,6 +108,9 @@
<slf4j.version>2.0.0-alpha1</slf4j.version>
<!-- Version of Junit 5 library -->
<junit5.version>5.7.0-M1</junit5.version>
<!-- The following Jackson declaration are temporary fix for issue #1007 -->
<jacksonapi.version>2.10.0</jacksonapi.version>
<!-- End of the fix section -->
</properties>

<!-- ======================================= -->
Expand Down

0 comments on commit f2a263e

Please sign in to comment.