-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
16134cc
commit f1537f2
Showing
51 changed files
with
332 additions
and
332 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.4.1-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
dependencies { | ||
compile project(':sda-commons-server-dropwizard') | ||
compile project(':sda-commons-client-jersey') | ||
api project(':sda-commons-server-dropwizard') | ||
api project(':sda-commons-client-jersey') | ||
|
||
testCompile project(':sda-commons-server-testing') | ||
testCompile project(':sda-commons-client-jersey-wiremock-testing') | ||
testImplementation project(':sda-commons-server-testing') | ||
testImplementation project(':sda-commons-client-jersey-wiremock-testing') | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
dependencies { | ||
|
||
compile "com.github.tomakehurst:wiremock-jre8" | ||
api "com.github.tomakehurst:wiremock-jre8" | ||
|
||
compile 'org.glassfish.jersey.core:jersey-client' | ||
compile 'org.glassfish.jersey.ext:jersey-proxy-client' | ||
compile 'jakarta.servlet:jakarta.servlet-api' | ||
compile 'org.junit.jupiter:junit-jupiter-api' | ||
api 'org.glassfish.jersey.core:jersey-client' | ||
api 'org.glassfish.jersey.ext:jersey-proxy-client' | ||
api 'jakarta.servlet:jakarta.servlet-api' | ||
api 'org.junit.jupiter:junit-jupiter-api' | ||
|
||
testCompile 'org.assertj:assertj-core' | ||
testCompile 'org.slf4j:jcl-over-slf4j' | ||
testImplementation 'org.assertj:assertj-core' | ||
testImplementation 'org.slf4j:jcl-over-slf4j' | ||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine' | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
dependencies { | ||
compile project(':sda-commons-server-dropwizard') | ||
compile project(':sda-commons-server-opentracing') | ||
compile project(':sda-commons-shared-tracing') | ||
compile project(':sda-commons-shared-error') | ||
api project(':sda-commons-server-dropwizard') | ||
api project(':sda-commons-server-opentracing') | ||
api project(':sda-commons-shared-tracing') | ||
api project(':sda-commons-shared-error') | ||
|
||
compile 'io.dropwizard:dropwizard-client' | ||
compile 'jakarta.servlet:jakarta.servlet-api' | ||
compile 'org.glassfish.jersey.core:jersey-client' | ||
compile 'org.glassfish.jersey.ext:jersey-proxy-client' | ||
compile 'org.codefetti.proxy:proxy-handler:1.0.0' | ||
compile 'io.opentracing.contrib:opentracing-concurrent' | ||
api 'io.dropwizard:dropwizard-client' | ||
api 'jakarta.servlet:jakarta.servlet-api' | ||
api 'org.glassfish.jersey.core:jersey-client' | ||
api 'org.glassfish.jersey.ext:jersey-proxy-client' | ||
api 'org.codefetti.proxy:proxy-handler:1.0.0' | ||
api 'io.opentracing.contrib:opentracing-concurrent' | ||
|
||
testCompile project(':sda-commons-server-testing') | ||
testCompile project(':sda-commons-client-jersey-wiremock-testing') | ||
testCompile project(':sda-commons-server-trace') | ||
testCompile project(':sda-commons-shared-forms') | ||
testImplementation project(':sda-commons-server-testing') | ||
testImplementation project(':sda-commons-client-jersey-wiremock-testing') | ||
testImplementation project(':sda-commons-server-trace') | ||
testImplementation project(':sda-commons-shared-forms') | ||
|
||
testCompile 'org.awaitility:awaitility' | ||
testCompile 'org.assertj:assertj-core' | ||
testCompile 'io.opentracing:opentracing-mock' | ||
testImplementation 'org.awaitility:awaitility' | ||
testImplementation 'org.assertj:assertj-core' | ||
testImplementation 'io.opentracing:opentracing-mock' | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
dependencies { | ||
compile project(':sda-commons-server-dropwizard') | ||
compile project(':sda-commons-shared-error') | ||
compile project(':sda-commons-server-opentracing') | ||
compile project(':sda-commons-shared-tracing') | ||
compile 'io.dropwizard:dropwizard-auth' | ||
compile 'io.dropwizard:dropwizard-client' | ||
compile 'jakarta.servlet:jakarta.servlet-api' | ||
api project(':sda-commons-server-dropwizard') | ||
api project(':sda-commons-shared-error') | ||
api project(':sda-commons-server-opentracing') | ||
api project(':sda-commons-shared-tracing') | ||
api 'io.dropwizard:dropwizard-auth' | ||
api 'io.dropwizard:dropwizard-client' | ||
api 'jakarta.servlet:jakarta.servlet-api' | ||
|
||
compile 'com.auth0:java-jwt' | ||
api 'com.auth0:java-jwt' | ||
|
||
testCompile project(':sda-commons-server-testing') | ||
testCompile project(':sda-commons-client-jersey-wiremock-testing') | ||
testCompile 'org.awaitility:awaitility' | ||
testImplementation project(':sda-commons-server-testing') | ||
testImplementation project(':sda-commons-client-jersey-wiremock-testing') | ||
testImplementation 'org.awaitility:awaitility' | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
dependencies { | ||
compile project(':sda-commons-server-dropwizard') | ||
api project(':sda-commons-server-dropwizard') | ||
|
||
compile 'org.javassist:javassist' | ||
compile 'io.github.resilience4j:resilience4j-circuitbreaker' | ||
compile 'io.github.resilience4j:resilience4j-prometheus' | ||
compile 'org.objenesis:objenesis' | ||
api 'org.javassist:javassist' | ||
api 'io.github.resilience4j:resilience4j-circuitbreaker' | ||
api 'io.github.resilience4j:resilience4j-prometheus' | ||
api 'org.objenesis:objenesis' | ||
|
||
testCompile project(':sda-commons-server-prometheus') | ||
testCompile project(':sda-commons-server-testing') | ||
testCompile project(':sda-commons-client-jersey-wiremock-testing') | ||
testImplementation project(':sda-commons-server-prometheus') | ||
testImplementation project(':sda-commons-server-testing') | ||
testImplementation project(':sda-commons-client-jersey-wiremock-testing') | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
dependencies { | ||
compile project(':sda-commons-server-dropwizard') | ||
compile project(':sda-commons-shared-tracing') | ||
compile project(':sda-commons-shared-error') | ||
api project(':sda-commons-server-dropwizard') | ||
api project(':sda-commons-shared-tracing') | ||
api project(':sda-commons-shared-error') | ||
|
||
testCompile project(':sda-commons-server-jackson') | ||
testCompile project(':sda-commons-server-testing') | ||
testImplementation project(':sda-commons-server-jackson') | ||
testImplementation project(':sda-commons-server-testing') | ||
|
||
// the following modules ship with different versions of the swagger-hal library. | ||
// since swagger-hal is not needed in these tests, they are excluded from both. | ||
testCompile project(':sda-commons-server-openapi'), { | ||
testImplementation project(':sda-commons-server-openapi'), { | ||
exclude group: 'io.openapitools.hal', module: 'swagger-hal' | ||
} | ||
testCompile project(':sda-commons-server-swagger'), { | ||
testImplementation project(':sda-commons-server-swagger'), { | ||
exclude group: 'io.openapitools.hal', module: 'swagger-hal' | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
dependencies { | ||
compile 'io.dropwizard:dropwizard-core' | ||
compile 'jakarta.servlet:jakarta.servlet-api' | ||
compile 'io.dropwizard:dropwizard-json-logging' | ||
api 'io.dropwizard:dropwizard-core' | ||
api 'jakarta.servlet:jakarta.servlet-api' | ||
api 'io.dropwizard:dropwizard-json-logging' | ||
|
||
testCompile project(':sda-commons-server-testing') | ||
testImplementation project(':sda-commons-server-testing') | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
dependencies { | ||
|
||
compile project(':sda-commons-server-dropwizard') | ||
compile project(':sda-commons-server-jackson') | ||
api project(':sda-commons-server-dropwizard') | ||
api project(':sda-commons-server-jackson') | ||
|
||
testCompile project(':sda-commons-server-testing') | ||
testImplementation project(':sda-commons-server-testing') | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
dependencies { | ||
compile project(':sda-commons-server-healthcheck') | ||
testCompile project(':sda-commons-server-testing') | ||
testCompile project(':sda-commons-client-jersey-wiremock-testing') | ||
api project(':sda-commons-server-healthcheck') | ||
testImplementation project(':sda-commons-server-testing') | ||
testImplementation project(':sda-commons-client-jersey-wiremock-testing') | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
dependencies { | ||
compile project(':sda-commons-server-dropwizard') | ||
api project(':sda-commons-server-dropwizard') | ||
|
||
testCompile project(':sda-commons-server-testing') | ||
testImplementation project(':sda-commons-server-testing') | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
dependencies { | ||
compile project(':sda-commons-server-hibernate') | ||
api project(':sda-commons-server-hibernate') | ||
|
||
testCompile project(':sda-commons-server-hibernate-testing') | ||
testCompile 'org.assertj:assertj-core' | ||
testImplementation project(':sda-commons-server-hibernate-testing') | ||
testImplementation 'org.assertj:assertj-core' | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.