Skip to content

Commit

Permalink
Fix SQL grammer error. Remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
torchr89 committed Oct 19, 2023
1 parent 0d931df commit 27af51e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,9 @@ dependencies {
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
implementation("org.postgresql:postgresql")
implementation("org.flywaydb:flyway-core")
implementation("org.hibernate.validator:hibernate-validator")
implementation("no.nav.sykepenger.kontrakter:inntektsmelding-kontrakt:$inntektsmeldingKontraktVersion")
implementation("no.nav.helse.flex:sykepengesoknad-kafka:$sykepengesoknadKafkaVersion")

implementation("org.springframework.boot:spring-boot-starter-actuator")
implementation("io.micrometer:micrometer-registry-prometheus")

testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation("org.testcontainers:kafka:$testContainersVersion")
testImplementation("org.testcontainers:junit-jupiter:$testContainersVersion")
testImplementation("org.testcontainers:postgresql:$testContainersVersion")
testImplementation("no.nav.security:token-validation-spring-test:$tokenSupportVersion")
testImplementation("org.awaitility:awaitility")
testImplementation("org.amshove.kluent:kluent:$kluentVersion")
}

tasks.getByName<org.springframework.boot.gradle.tasks.bundling.BootJar>("bootJar") {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class AktivitetskravDAO(val namedParameterJdbcTemplate: NamedParameterJdbcTempla
:varsel_uuid,
:created_at,
:journalpost_id,
:svarfrist
:svarfrist,
:document
)
""".trimIndent()
Expand Down

0 comments on commit 27af51e

Please sign in to comment.