Skip to content

Commit 25ae01b

Browse files
committed
fix javax.json dependency.
1 parent 1313819 commit 25ae01b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

webapp-srv2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
<!-- javax.json using glassfish implementation -->
131131
<dependency>
132132
<groupId>org.glassfish</groupId>
133-
<artifactId>javax.json</artifactId>
133+
<artifactId>jakarta.json</artifactId>
134134
</dependency>
135135
<!-- SLF4J using Log4J 2 -->
136136
<dependency>

webapp/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
src/main/webapp/WEB-INF/digilib-config.xml
22
src/main/webapp/WEB-INF/log4j-config.xml
3+
src/main/resources/log4j2.xml

0 commit comments

Comments
 (0)