Skip to content

Commit

Permalink
e - Fjerner indirekte ref til ep-metrics og ep-logging fra ep-pensjon…
Browse files Browse the repository at this point in the history
…sinformasjon
  • Loading branch information
dskarpas committed Nov 2, 2023
1 parent 1c3ce65 commit ffc39b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,10 @@ dependencies {
exclude module: 'ep-metrics'
exclude module: 'ep-logging'
}
implementation("no.nav.eessi.pensjon:ep-pensjonsinformasjon:3.0.68")
implementation("no.nav.eessi.pensjon:ep-pensjonsinformasjon:3.0.68"){
exclude module: 'ep-metrics'
exclude module: 'ep-logging'
}

implementation 'javax.xml.bind:jaxb-api:2.3.1'
implementation('org.glassfish.jaxb:jaxb-runtime:2.3.3')
Expand Down

0 comments on commit ffc39b3

Please sign in to comment.