Skip to content

Commit 2f91d99

Browse files
authored
Merge pull request #3232 from ControlSystemStudio/alarm_log_dependency_fix
Adding back required dependency
2 parents dd813fc + 1ea0816 commit 2f91d99

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)