Skip to content
This repository was archived by the owner on Sep 15, 2023. It is now read-only.

Commit ef5fcab

Browse files
committed
fix jackson version
1 parent 01ce33c commit ef5fcab

File tree

2 files changed

+6
-0
lines changed
  • ch-covidcertificate-backend-transformation
    • ch-covidcertificate-backend-transformation-model
    • ch-covidcertificate-backend-transformation-ws

2 files changed

+6
-0
lines changed

ch-covidcertificate-backend-transformation/ch-covidcertificate-backend-transformation-model/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<dependency>
3333
<groupId>com.fasterxml.jackson.module</groupId>
3434
<artifactId>jackson-module-kotlin</artifactId>
35+
<version>${jackson-version}</version>
3536
</dependency>
3637

3738
</dependencies>

ch-covidcertificate-backend-transformation/ch-covidcertificate-backend-transformation-ws/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,22 @@
5252
<dependency>
5353
<groupId>com.fasterxml.jackson.core</groupId>
5454
<artifactId>jackson-annotations</artifactId>
55+
<version>${jackson-version}</version>
5556
</dependency>
5657
<dependency>
5758
<groupId>com.fasterxml.jackson.core</groupId>
5859
<artifactId>jackson-databind</artifactId>
60+
<version>${jackson-version}</version>
5961
</dependency>
6062
<dependency>
6163
<groupId>com.fasterxml.jackson.datatype</groupId>
6264
<artifactId>jackson-datatype-joda</artifactId>
65+
<version>${jackson-version}</version>
6366
</dependency>
6467
<dependency>
6568
<groupId>com.fasterxml.jackson.datatype</groupId>
6669
<artifactId>jackson-datatype-jsr310</artifactId>
70+
<version>${jackson-version}</version>
6771
</dependency>
6872

6973
<!-- Spring Security Core -->
@@ -108,6 +112,7 @@
108112
<dependency>
109113
<groupId>com.fasterxml.jackson.module</groupId>
110114
<artifactId>jackson-module-kotlin</artifactId>
115+
<version>${jackson-version}</version>
111116
</dependency>
112117
</dependencies>
113118

0 commit comments

Comments
 (0)