Skip to content

Commit

Permalink
updated test model builder to use common ApiUserSession
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelpain committed Nov 29, 2024
1 parent f1dba19 commit ad4a9b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion crime-evidence/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jacoco {
def versions = [
pitest : "1.16.0",
crimeCommonsClasses : "3.29.3",
commonsModSchemas : "1.17.0",
commonsModSchemas : "1.19.0-SNAPSHOT",
commonsRestClient : "3.18.0",
wmStubRunnerVersion : "4.1.2",
springDocWebMVCVersion: "2.5.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import java.math.BigDecimal;
import java.util.Collections;
import org.springframework.stereotype.Component;
import uk.gov.justice.laa.crime.common.model.common.ApiUserSession;
import uk.gov.justice.laa.crime.common.model.evidence.*;
import uk.gov.justice.laa.crime.enums.EmploymentStatus;
import uk.gov.justice.laa.crime.enums.EvidenceFeeLevel;
Expand Down

0 comments on commit ad4a9b1

Please sign in to comment.