@@ -10,54 +10,56 @@ 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'
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"
20
22
21
23
implementation " org.springdoc:springdoc-openapi-starter-webmvc-ui:$versions . springdoc "
22
24
implementation " io.swagger.core.v3:swagger-annotations-jakarta:$versions . swagger "
23
25
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'
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"
31
33
32
- implementation ' org.springframework.boot:spring-boot-starter-data-elasticsearch'
34
+ implementation " org.springframework.boot:spring-boot-starter-data-elasticsearch"
33
35
implementation " org.opensearch.client:spring-data-opensearch:$versions . opensearch "
34
36
35
- implementation ' org.apache.commons:commons-lang3'
36
- implementation ' org.springframework.boot:spring-boot-starter-cache'
37
- implementation ' com.github.ben-manes.caffeine:caffeine'
37
+ implementation " org.apache.commons:commons-lang3"
38
+ implementation " org.springframework.boot:spring-boot-starter-cache"
39
+ implementation " com.github.ben-manes.caffeine:caffeine"
38
40
39
- implementation ' org.ehcache:ehcache:3.10.8'
41
+ implementation " org.ehcache:ehcache:3.10.8"
40
42
implementation " com.fasterxml.jackson.core:jackson-core:$versions . jackson "
41
43
42
- implementation ' org.postgresql:postgresql'
43
- implementation ' org.flywaydb:flyway-core'
44
- implementation ' org.flywaydb:flyway-database-postgresql'
44
+ implementation " org.postgresql:postgresql"
45
+ implementation " org.flywaydb:flyway-core"
46
+ implementation " org.flywaydb:flyway-database-postgresql"
45
47
46
48
implementation " ma.glasnost.orika:orika-core:$versions . orika "
47
- implementation ' org.codehaus.jettison:jettison:1.5.4'
49
+ implementation " org.codehaus.jettison:jettison:1.5.4"
48
50
implementation " org.apache.poi:poi:$versions . apachePoi "
49
51
implementation " org.apache.poi:poi-ooxml:$versions . apachePoi "
50
52
51
- testImplementation ' org.opensearch:opensearch-testcontainers:2.1.2'
53
+ testImplementation " org.opensearch:opensearch-testcontainers:2.1.2"
52
54
53
- testImplementation ' org.springframework.security:spring-security-test'
54
- testImplementation ' org.springframework.cloud:spring-cloud-contract-wiremock'
55
- testImplementation ' com.h2database:h2'
55
+ testImplementation " org.springframework.security:spring-security-test"
56
+ testImplementation " org.springframework.cloud:spring-cloud-contract-wiremock"
57
+ testImplementation " com.h2database:h2"
56
58
testImplementation " io.projectreactor:reactor-test:$versions . reactorTest "
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'
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"
61
63
62
- implementation ' net.java.dev.jna:jna:5.14.0'
64
+ implementation " net.java.dev.jna:jna:5.14.0"
63
65
}
0 commit comments