Skip to content

Commit 7fe8b5f

Browse files
committed
completed the migration
1 parent 6a6b536 commit 7fe8b5f

5 files changed

Lines changed: 433 additions & 372 deletions

File tree

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2180,6 +2180,7 @@ project(':clients:clients-integration-tests') {
21802180

21812181
testImplementation libs.junitJupiter
21822182
testImplementation libs.junitPlatformSuiteEngine
2183+
testImplementation libs.mockOAuth2Server
21832184

21842185
testRuntimeOnly runtimeTestLibs
21852186
}

checkstyle/import-control-clients-integration-tests.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929

3030
<allow pkg="com.yammer.metrics.core" />
3131

32+
<subpackage name="clients.consumer">
33+
<allow pkg="com.nimbusds.jose"/>
34+
<allow pkg="no.nav.security.mock.oauth2"/>
35+
</subpackage>
36+
3237
<subpackage name="clients.producer">
3338
<allow pkg="org.opentest4j"/>
3439
</subpackage>

0 commit comments

Comments
 (0)