We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1313819 commit 25ae01bCopy full SHA for 25ae01b
webapp-srv2/pom.xml
@@ -130,7 +130,7 @@
130
<!-- javax.json using glassfish implementation -->
131
<dependency>
132
<groupId>org.glassfish</groupId>
133
- <artifactId>javax.json</artifactId>
+ <artifactId>jakarta.json</artifactId>
134
</dependency>
135
<!-- SLF4J using Log4J 2 -->
136
webapp/.gitignore
@@ -1,2 +1,3 @@
1
src/main/webapp/WEB-INF/digilib-config.xml
2
src/main/webapp/WEB-INF/log4j-config.xml
3
+src/main/resources/log4j2.xml
0 commit comments