Skip to content

Commit

Permalink
feat: upgrade open source
Browse files Browse the repository at this point in the history
  • Loading branch information
jdcshug committed Dec 5, 2023
1 parent fe47f9c commit 5e2a4b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
13 changes: 1 addition & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
<sonar.projectKey>karnak</sonar.projectKey>
<sonar.coverage.jacoco.xmlReportPaths>target/site/jacoco/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
<org.json.version>20230227</org.json.version>
<logback.version>1.4.13</logback.version>
<liquibase.version>4.23.0</liquibase.version>
<liquibase.version>4.20.0</liquibase.version>
<opencsv.version>5.7.1</opencsv.version>
</properties>

Expand Down Expand Up @@ -499,16 +498,6 @@
<version>4.0.0</version>
</dependency>

<dependency>
<artifactId>jul-to-slf4j</artifactId>
<groupId>org.slf4j</groupId>
</dependency>
<dependency>
<artifactId>logback-classic</artifactId>
<groupId>ch.qos.logback</groupId>
<version>${logback.version}</version>
</dependency>

<!-- Jackson -->
<dependency>
<artifactId>jackson-annotations</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<level>WARN</level>
</filter>
<encoder>
<Pattern>%black(%d{ISO8601}) %highlight(%-5level) %marker %highlight(%X{SOPInstanceUID}) %highlight(%X{issuerOfPatientID}) %highlight(%X{PatientID}) [%yellow(%t)] %yellow(%C{1.}): %msg%n%throwable </Pattern>
<Pattern>%black(%d{ISO8601}) %highlight(%-5level) %marker %highlight(%X{SOPInstanceUID}) %highlight(%X{issuerOfPatientID}) %highlight(%X{PatientID}) [%yellow(%t)] %yellow(%C{1}): %msg%n%throwable </Pattern>
</encoder>
</appender>
<!--
Expand Down

0 comments on commit 5e2a4b5

Please sign in to comment.