@@ -10,56 +10,54 @@ sonarqube {
10
10
}
11
11
12
12
dependencies {
13
- implementation " no.nav.testnav.libs:servlet-core"
14
- implementation " no.nav.testnav.libs:servlet-security"
15
- implementation " no.nav.testnav.libs:servlet-insecure-security"
16
- implementation " no.nav.testnav.libs:security-core"
17
- implementation " no.nav.testnav.libs:data-transfer-objects"
18
- implementation " no.nav.testnav.libs:data-transfer-search-objects"
19
- implementation " no.nav.testnav.libs:reactive-core"
20
- implementation " no.nav.testnav.libs:reactive-security"
21
- implementation " no.nav.testnav.libs:testing"
13
+ implementation ' no.nav.testnav.libs:servlet-core'
14
+ implementation ' no.nav.testnav.libs:servlet-security'
15
+ implementation ' no.nav.testnav.libs:servlet-insecure-security'
16
+ implementation ' no.nav.testnav.libs:security-core'
17
+ implementation ' no.nav.testnav.libs:data-transfer-objects'
18
+ implementation ' no.nav.testnav.libs:data-transfer-search-objects'
19
+ implementation ' no.nav.testnav.libs:reactive-core'
22
20
23
21
implementation " org.springdoc:springdoc-openapi-starter-webmvc-ui:$versions . springdoc "
24
22
implementation " io.swagger.core.v3:swagger-annotations-jakarta:$versions . swagger "
25
23
26
- implementation " org.springframework.boot:spring-boot-starter-web"
27
- implementation " org.springframework.boot:spring-boot-starter-oauth2-client"
28
- implementation " org.springframework.boot:spring-boot-starter-oauth2-resource-server"
29
- implementation " org.springframework.boot:spring-boot-starter-data-jpa"
30
- implementation " org.springframework.boot:spring-boot-starter-security"
31
- implementation " org.springframework.boot:spring-boot-starter-validation"
32
- implementation " org.springframework.retry:spring-retry"
24
+ implementation ' org.springframework.boot:spring-boot-starter-web'
25
+ implementation ' org.springframework.boot:spring-boot-starter-oauth2-client'
26
+ implementation ' org.springframework.boot:spring-boot-starter-oauth2-resource-server'
27
+ implementation ' org.springframework.boot:spring-boot-starter-data-jpa'
28
+ implementation ' org.springframework.boot:spring-boot-starter-security'
29
+ implementation ' org.springframework.boot:spring-boot-starter-validation'
30
+ implementation ' org.springframework.retry:spring-retry'
33
31
34
- implementation " org.springframework.boot:spring-boot-starter-data-elasticsearch"
32
+ implementation ' org.springframework.boot:spring-boot-starter-data-elasticsearch'
35
33
implementation " org.opensearch.client:spring-data-opensearch:$versions . opensearch "
36
34
37
- implementation " org.apache.commons:commons-lang3"
38
- implementation " org.springframework.boot:spring-boot-starter-cache"
39
- implementation " com.github.ben-manes.caffeine:caffeine"
35
+ implementation ' org.apache.commons:commons-lang3'
36
+ implementation ' org.springframework.boot:spring-boot-starter-cache'
37
+ implementation ' com.github.ben-manes.caffeine:caffeine'
40
38
41
- implementation " org.ehcache:ehcache:3.10.8"
39
+ implementation ' org.ehcache:ehcache:3.10.8'
42
40
implementation " com.fasterxml.jackson.core:jackson-core:$versions . jackson "
43
41
44
- implementation " org.postgresql:postgresql"
45
- implementation " org.flywaydb:flyway-core"
46
- implementation " org.flywaydb:flyway-database-postgresql"
42
+ implementation ' org.postgresql:postgresql'
43
+ implementation ' org.flywaydb:flyway-core'
44
+ implementation ' org.flywaydb:flyway-database-postgresql'
47
45
48
46
implementation " ma.glasnost.orika:orika-core:$versions . orika "
49
- implementation " org.codehaus.jettison:jettison:1.5.4"
47
+ implementation ' org.codehaus.jettison:jettison:1.5.4'
50
48
implementation " org.apache.poi:poi:$versions . apachePoi "
51
49
implementation " org.apache.poi:poi-ooxml:$versions . apachePoi "
52
50
53
- testImplementation " org.opensearch:opensearch-testcontainers:2.1.2"
51
+ testImplementation ' org.opensearch:opensearch-testcontainers:2.1.2'
54
52
55
- testImplementation " org.springframework.security:spring-security-test"
56
- testImplementation " org.springframework.cloud:spring-cloud-contract-wiremock"
57
- testImplementation " com.h2database:h2"
53
+ testImplementation ' org.springframework.security:spring-security-test'
54
+ testImplementation ' org.springframework.cloud:spring-cloud-contract-wiremock'
55
+ testImplementation ' com.h2database:h2'
58
56
testImplementation " io.projectreactor:reactor-test:$versions . reactorTest "
59
- testImplementation " org.testcontainers:junit-jupiter"
60
- testImplementation " org.springframework.boot:spring-boot-testcontainers"
61
- testImplementation " org.testcontainers:postgresql"
62
- testImplementation " org.bitbucket.b_c:jose4j:0.9.6"
57
+ testImplementation ' org.testcontainers:junit-jupiter'
58
+ testImplementation ' org.springframework.boot:spring-boot-testcontainers'
59
+ testImplementation ' org.testcontainers:postgresql'
60
+ testImplementation ' org.bitbucket.b_c:jose4j:0.9.6'
63
61
64
- implementation " net.java.dev.jna:jna:5.14.0"
62
+ implementation ' net.java.dev.jna:jna:5.14.0'
65
63
}
0 commit comments