Skip to content

Commit

Permalink
mdc
Browse files Browse the repository at this point in the history
  • Loading branch information
vegardlu committed Oct 22, 2024
1 parent a195132 commit 3d70ec0
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 22 deletions.
6 changes: 5 additions & 1 deletion eux-journal-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@
<groupId>io.github.oshai</groupId>
<artifactId>kotlin-logging-jvm</artifactId>
</dependency>

<dependency>
<groupId>no.nav.eux</groupId>
<artifactId>eux-logging</artifactId>
</dependency>

<!-- Siblings -->
<dependency>
<groupId>no.nav.eux.journal</groupId>
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import no.nav.eux.journal.model.entity.Feilregistrering
import no.nav.eux.journal.model.entity.FeilregistreringStatus.*
import no.nav.eux.journal.persistence.FeilregistreringRepository
import org.springframework.stereotype.Component
import no.nav.eux.logging.mdc

@Component
class FeilregistrerJournalpostService(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import no.nav.eux.journal.openapi.api.JournalposterApi
import no.nav.eux.journal.openapi.model.SettStatusAvbrytRequestOpenApiType
import no.nav.eux.journal.service.FeilregistrerJournalpostService
import no.nav.eux.journal.service.FerdigstillJournalpostService
import no.nav.eux.journal.service.mdc
import no.nav.eux.logging.mdc
import no.nav.security.token.support.core.api.Protected
import org.springframework.web.bind.annotation.RestController

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package no.nav.eux.journal.webapp

import no.nav.eux.journal.openapi.api.RinasakerApi
import no.nav.eux.journal.service.FeilregistrerJournalpostService
import no.nav.eux.journal.service.mdc
import no.nav.eux.logging.mdc
import no.nav.security.token.support.core.api.Protected
import org.springframework.web.bind.annotation.RestController

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>no.nav.eux</groupId>
<artifactId>parent-pom</artifactId>
<version>1.0.20</version>
<version>1.0.21</version>
</parent>

<properties>
Expand Down

0 comments on commit 3d70ec0

Please sign in to comment.