File tree 24 files changed +32
-201
lines changed
plugins/java/src/main/groovy
aareg-synt-services-proxy
kontoregister-person-proxy
pensjon-testdata-facade-proxy
synthdata-meldekort-proxy
24 files changed +32
-201
lines changed Original file line number Diff line number Diff line change
1
+ dependencies {
2
+ implementation " no.nav.testnav.libs:reactive-core"
3
+ implementation " no.nav.testnav.libs:reactive-proxy"
4
+
5
+ implementation " org.springframework.boot:spring-boot-starter-oauth2-resource-server"
6
+ implementation " org.springframework.cloud:spring-cloud-starter-gateway"
7
+
8
+ testImplementation " org.springframework.cloud:spring-cloud-contract-wiremock"
9
+ }
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " dolly-apps"
3
+ id " dolly-proxies"
3
4
}
4
5
5
6
sonarqube {
@@ -10,14 +11,6 @@ sonarqube {
10
11
}
11
12
12
13
dependencies {
13
- implementation ' org.springframework.boot:spring-boot-starter-oauth2-resource-server'
14
-
15
- implementation ' org.springframework.cloud:spring-cloud-starter-gateway'
16
-
17
- implementation ' no.nav.testnav.libs:reactive-core'
18
- implementation ' no.nav.testnav.libs:reactive-proxy'
19
14
implementation ' no.nav.testnav.libs:reactive-security'
20
15
implementation ' no.nav.testnav.libs:security-core'
21
-
22
- testImplementation ' org.springframework.cloud:spring-cloud-contract-wiremock'
23
16
}
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " dolly-apps"
3
+ id " dolly-proxies"
3
4
}
4
5
5
6
sonarqube {
@@ -8,14 +9,3 @@ sonarqube {
8
9
property " sonar.projectName" , " aareg-synt-services-proxy"
9
10
}
10
11
}
11
-
12
- dependencies {
13
-
14
- implementation ' no.nav.testnav.libs:reactive-core'
15
- implementation ' no.nav.testnav.libs:reactive-proxy'
16
-
17
- implementation ' org.springframework.boot:spring-boot-starter-oauth2-resource-server'
18
- implementation ' org.springframework.cloud:spring-cloud-starter-gateway'
19
-
20
- testImplementation ' org.springframework.cloud:spring-cloud-contract-wiremock'
21
- }
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " dolly-apps"
3
+ id " dolly-proxies"
3
4
}
4
5
5
6
sonarqube {
@@ -10,15 +11,6 @@ sonarqube {
10
11
}
11
12
12
13
dependencies {
13
-
14
- implementation ' no.nav.testnav.libs:reactive-core'
15
- implementation ' no.nav.testnav.libs:reactive-proxy'
16
14
implementation ' no.nav.testnav.libs:reactive-security'
17
15
implementation ' no.nav.testnav.libs:security-core'
18
-
19
- implementation ' org.springframework.boot:spring-boot-starter-oauth2-resource-server'
20
-
21
- implementation ' org.springframework.cloud:spring-cloud-starter-gateway'
22
-
23
- testImplementation ' org.springframework.cloud:spring-cloud-contract-wiremock'
24
16
}
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " dolly-apps"
3
+ id " dolly-proxies"
3
4
}
4
5
5
6
sonarqube {
@@ -10,15 +11,6 @@ sonarqube {
10
11
}
11
12
12
13
dependencies {
13
-
14
- implementation ' no.nav.testnav.libs:reactive-core'
15
- implementation ' no.nav.testnav.libs:reactive-proxy'
16
14
implementation ' no.nav.testnav.libs:security-core'
17
15
implementation ' no.nav.testnav.libs:data-transfer-objects'
18
-
19
- implementation ' org.springframework.boot:spring-boot-starter-oauth2-resource-server'
20
-
21
- implementation ' org.springframework.cloud:spring-cloud-starter-gateway'
22
-
23
- testImplementation ' org.springframework.cloud:spring-cloud-contract-wiremock'
24
16
}
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " dolly-apps"
3
+ id " dolly-proxies"
3
4
}
4
5
5
6
sonarqube {
@@ -8,15 +9,3 @@ sonarqube {
8
9
property " sonar.projectName" , " testnorge-batch-adeo-proxy"
9
10
}
10
11
}
11
-
12
- dependencies {
13
-
14
- implementation ' no.nav.testnav.libs:reactive-core'
15
- implementation ' no.nav.testnav.libs:reactive-proxy'
16
-
17
- implementation ' org.springframework.boot:spring-boot-starter-oauth2-resource-server'
18
-
19
- implementation ' org.springframework.cloud:spring-cloud-starter-gateway'
20
-
21
- testImplementation ' org.springframework.cloud:spring-cloud-contract-wiremock'
22
- }
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " dolly-apps"
3
+ id " dolly-proxies"
3
4
}
4
5
5
6
sonarqube {
@@ -10,14 +11,5 @@ sonarqube {
10
11
}
11
12
12
13
dependencies {
13
-
14
- implementation ' no.nav.testnav.libs:reactive-core'
15
- implementation ' no.nav.testnav.libs:reactive-proxy'
16
14
implementation ' no.nav.testnav.libs:data-transfer-objects'
17
-
18
- implementation ' org.springframework.boot:spring-boot-starter-oauth2-resource-server'
19
-
20
- implementation ' org.springframework.cloud:spring-cloud-starter-gateway'
21
-
22
- testImplementation ' org.springframework.cloud:spring-cloud-contract-wiremock'
23
15
}
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " dolly-apps"
3
+ id " dolly-proxies"
3
4
}
4
5
5
6
sonarqube {
@@ -10,16 +11,7 @@ sonarqube {
10
11
}
11
12
12
13
dependencies {
13
-
14
14
implementation ' no.nav.testnav.libs:security-core'
15
- implementation ' no.nav.testnav.libs:reactive-core'
16
- implementation ' no.nav.testnav.libs:reactive-proxy'
17
15
implementation ' no.nav.testnav.libs:reactive-security'
18
16
implementation ' no.nav.testnav.libs:data-transfer-objects'
19
-
20
- implementation ' org.springframework.boot:spring-boot-starter-oauth2-resource-server'
21
-
22
- implementation ' org.springframework.cloud:spring-cloud-starter-gateway'
23
-
24
- testImplementation ' org.springframework.cloud:spring-cloud-contract-wiremock'
25
17
}
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " dolly-apps"
3
+ id " dolly-proxies"
3
4
}
4
5
5
6
sonarqube {
@@ -10,13 +11,5 @@ sonarqube {
10
11
}
11
12
12
13
dependencies {
13
-
14
- implementation ' no.nav.testnav.libs:reactive-core'
15
- implementation ' no.nav.testnav.libs:reactive-proxy'
16
-
17
- implementation ' org.springframework.boot:spring-boot-starter-oauth2-resource-server'
18
14
implementation ' org.springframework.cloud:spring-cloud-starter-bootstrap' // TODO remove legacy bootstrap config
19
- implementation ' org.springframework.cloud:spring-cloud-starter-gateway'
20
-
21
- testImplementation ' org.springframework.cloud:spring-cloud-contract-wiremock'
22
15
}
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " dolly-apps"
3
+ id " dolly-proxies"
3
4
}
4
5
5
6
sonarqube {
@@ -10,14 +11,5 @@ sonarqube {
10
11
}
11
12
12
13
dependencies {
13
-
14
- implementation ' no.nav.testnav.libs:reactive-core'
15
- implementation ' no.nav.testnav.libs:reactive-proxy'
16
14
implementation ' no.nav.testnav.libs:data-transfer-objects'
17
-
18
- implementation ' org.springframework.boot:spring-boot-starter-oauth2-resource-server'
19
-
20
- implementation ' org.springframework.cloud:spring-cloud-starter-gateway'
21
-
22
- testImplementation ' org.springframework.cloud:spring-cloud-contract-wiremock'
23
15
}
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " dolly-apps"
3
+ id " dolly-proxies"
3
4
}
4
5
5
6
sonarqube {
@@ -10,14 +11,5 @@ sonarqube {
10
11
}
11
12
12
13
dependencies {
13
-
14
- implementation ' no.nav.testnav.libs:reactive-core'
15
- implementation ' no.nav.testnav.libs:reactive-proxy'
16
14
implementation ' no.nav.testnav.libs:data-transfer-objects'
17
-
18
- implementation ' org.springframework.boot:spring-boot-starter-oauth2-resource-server'
19
-
20
- implementation ' org.springframework.cloud:spring-cloud-starter-gateway'
21
-
22
- testImplementation ' org.springframework.cloud:spring-cloud-contract-wiremock'
23
15
}
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " dolly-apps"
3
+ id " dolly-proxies"
3
4
}
4
5
5
6
sonarqube {
@@ -10,15 +11,7 @@ sonarqube {
10
11
}
11
12
12
13
dependencies {
13
-
14
14
implementation ' no.nav.testnav.libs:security-core'
15
- implementation ' no.nav.testnav.libs:reactive-core'
16
- implementation ' no.nav.testnav.libs:reactive-proxy'
17
15
implementation ' no.nav.testnav.libs:data-transfer-objects'
18
16
implementation ' no.nav.testnav.libs:reactive-security'
19
-
20
- implementation ' org.springframework.boot:spring-boot-starter-oauth2-resource-server'
21
- implementation ' org.springframework.cloud:spring-cloud-starter-gateway'
22
-
23
- testImplementation ' org.springframework.cloud:spring-cloud-contract-wiremock'
24
17
}
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " dolly-apps"
3
+ id " dolly-proxies"
3
4
}
4
5
5
6
sonarqube {
@@ -10,16 +11,7 @@ sonarqube {
10
11
}
11
12
12
13
dependencies {
13
-
14
14
implementation ' no.nav.testnav.libs:security-core'
15
- implementation ' no.nav.testnav.libs:reactive-core'
16
- implementation ' no.nav.testnav.libs:reactive-proxy'
17
15
implementation ' no.nav.testnav.libs:reactive-security'
18
16
implementation ' no.nav.testnav.libs:data-transfer-objects'
19
-
20
- implementation ' org.springframework.boot:spring-boot-starter-oauth2-resource-server'
21
-
22
- implementation ' org.springframework.cloud:spring-cloud-starter-gateway'
23
-
24
- testImplementation ' org.springframework.cloud:spring-cloud-contract-wiremock'
25
17
}
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " dolly-apps"
3
+ id " dolly-proxies"
3
4
}
4
5
5
6
sonarqube {
@@ -10,15 +11,6 @@ sonarqube {
10
11
}
11
12
12
13
dependencies {
13
-
14
14
implementation ' no.nav.testnav.libs:security-core'
15
- implementation ' no.nav.testnav.libs:reactive-core'
16
- implementation ' no.nav.testnav.libs:reactive-proxy'
17
15
implementation ' no.nav.testnav.libs:reactive-security'
18
-
19
- implementation ' org.springframework.boot:spring-boot-starter-oauth2-resource-server'
20
-
21
- implementation ' org.springframework.cloud:spring-cloud-starter-gateway'
22
-
23
- testImplementation ' org.springframework.cloud:spring-cloud-contract-wiremock'
24
16
}
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " dolly-apps"
3
+ id " dolly-proxies"
3
4
}
4
5
5
6
sonarqube {
@@ -10,15 +11,6 @@ sonarqube {
10
11
}
11
12
12
13
dependencies {
13
-
14
14
implementation ' no.nav.testnav.libs:security-core'
15
- implementation ' no.nav.testnav.libs:reactive-core'
16
- implementation ' no.nav.testnav.libs:reactive-proxy'
17
15
implementation ' no.nav.testnav.libs:reactive-security'
18
-
19
- implementation ' org.springframework.boot:spring-boot-starter-oauth2-resource-server'
20
-
21
- implementation ' org.springframework.cloud:spring-cloud-starter-gateway'
22
-
23
- testImplementation ' org.springframework.cloud:spring-cloud-contract-wiremock'
24
16
}
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " dolly-apps"
3
+ id " dolly-proxies"
3
4
}
4
5
5
6
sonarqube {
@@ -10,15 +11,6 @@ sonarqube {
10
11
}
11
12
12
13
dependencies {
13
-
14
14
implementation ' no.nav.testnav.libs:security-core'
15
- implementation ' no.nav.testnav.libs:reactive-core'
16
- implementation ' no.nav.testnav.libs:reactive-proxy'
17
15
implementation ' no.nav.testnav.libs:reactive-security'
18
-
19
- implementation ' org.springframework.boot:spring-boot-starter-oauth2-resource-server'
20
-
21
- implementation ' org.springframework.cloud:spring-cloud-starter-gateway'
22
-
23
- testImplementation ' org.springframework.cloud:spring-cloud-contract-wiremock'
24
16
}
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " dolly-apps"
3
+ id " dolly-proxies"
3
4
}
4
5
5
6
sonarqube {
@@ -10,14 +11,7 @@ sonarqube {
10
11
}
11
12
12
13
dependencies {
13
-
14
- implementation ' no.nav.testnav.libs:reactive-core'
15
- implementation ' no.nav.testnav.libs:reactive-proxy'
16
14
implementation ' no.nav.testnav.libs:data-transfer-objects'
17
15
18
- implementation ' org.springframework.boot:spring-boot-starter-oauth2-resource-server'
19
16
implementation ' org.springframework.cloud:spring-cloud-starter-bootstrap' // TODO remove legacy bootstrap config
20
- implementation ' org.springframework.cloud:spring-cloud-starter-gateway'
21
-
22
- testImplementation ' org.springframework.cloud:spring-cloud-contract-wiremock'
23
17
}
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " dolly-apps"
3
+ id " dolly-proxies"
3
4
}
4
5
5
6
sonarqube {
@@ -10,16 +11,9 @@ sonarqube {
10
11
}
11
12
12
13
dependencies {
13
-
14
14
implementation ' no.nav.testnav.libs:security-core'
15
- implementation ' no.nav.testnav.libs:reactive-core'
16
- implementation ' no.nav.testnav.libs:reactive-proxy'
17
15
implementation ' no.nav.testnav.libs:reactive-security'
18
16
implementation ' no.nav.testnav.libs:data-transfer-objects'
19
17
20
- implementation ' org.springframework.boot:spring-boot-starter-oauth2-resource-server'
21
18
implementation ' org.springframework.cloud:spring-cloud-starter-bootstrap' // TODO remove legacy bootstrap config.
22
- implementation ' org.springframework.cloud:spring-cloud-starter-gateway'
23
-
24
- testImplementation ' org.springframework.cloud:spring-cloud-contract-wiremock'
25
19
}
You can’t perform that action at this time.
0 commit comments