Skip to content

Commit 1ea0816

Browse files
committed
Adding back required dependency
1 parent ee828ea commit 1ea0816

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/alarm-logger/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@
7777
<artifactId>jackson-core</artifactId>
7878
<version>${jackson.version}</version>
7979
</dependency>
80-
<!--<dependency>
80+
<dependency>
8181
<groupId>jakarta.json</groupId>
8282
<artifactId>jakarta.json-api</artifactId>
8383
<version>2.0.1</version>
84-
</dependency>-->
84+
</dependency>
8585
<dependency>
8686
<groupId>com.fasterxml.jackson.core</groupId>
8787
<artifactId>jackson-annotations</artifactId>

0 commit comments

Comments
 (0)