diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 87cc251b5..4f5308562 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -55,3 +55,17 @@ jobs: - name: Check Unit Tests run: mvn --errors test + + check-lock: + runs-on: ubuntu-latest + steps: + - name: Set up JDK 11 + uses: actions/setup-java@b6e674f4b717d7b0ae3baee0fbe79f498905dfde # v1.4.4 + with: + java-version: 11 + + - name: Checkout + uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0 + + - name: Validate lockfile + run: make check-lock diff --git a/Makefile b/Makefile index cc200a3fa..8f059a447 100644 --- a/Makefile +++ b/Makefile @@ -4,3 +4,9 @@ fmt: test: mvn test +lock: + mvn io.github.chains-project:maven-lockfile:5.5.2:generate + +check-lock: + mvn io.github.chains-project:maven-lockfile:5.5.2:validate + diff --git a/databricks-sdk-java/lockfile.json b/databricks-sdk-java/lockfile.json new file mode 100644 index 000000000..8ba1d918d --- /dev/null +++ b/databricks-sdk-java/lockfile.json @@ -0,0 +1,1290 @@ +{ + "artifactId": "databricks-sdk-java", + "groupId": "com.databricks", + "version": "0.103.0", + "lockFileVersion": 1, + "dependencies": [ + { + "groupId": "com.fasterxml.jackson.core", + "artifactId": "jackson-annotations", + "version": "2.18.6", + "checksumAlgorithm": "SHA-256", + "checksum": "face5c37bee1f0768f5f198d077fc29d163becca95de9e0f13962c84d1047662", + "scope": "provided", + "resolved": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.18.6/jackson-annotations-2.18.6.jar", + "selectedVersion": "2.18.6", + "included": true, + "id": "com.fasterxml.jackson.core:jackson-annotations:2.18.6", + "children": [] + }, + { + "groupId": "com.fasterxml.jackson.core", + "artifactId": "jackson-databind", + "version": "2.18.6", + "checksumAlgorithm": "SHA-256", + "checksum": "45d124736ea29dc374171fc1a8a9958e0f44407c1e0aae0297d8eee267fb592e", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.18.6/jackson-databind-2.18.6.jar", + "selectedVersion": "2.18.6", + "included": true, + "id": "com.fasterxml.jackson.core:jackson-databind:2.18.6", + "children": [ + { + "groupId": "com.fasterxml.jackson.core", + "artifactId": "jackson-annotations", + "version": "2.18.6", + "checksumAlgorithm": "SHA-256", + "checksum": "face5c37bee1f0768f5f198d077fc29d163becca95de9e0f13962c84d1047662", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.18.6/jackson-annotations-2.18.6.jar", + "selectedVersion": "2.18.6", + "included": false, + "id": "com.fasterxml.jackson.core:jackson-annotations:2.18.6", + "parent": "com.fasterxml.jackson.core:jackson-databind:2.18.6", + "children": [] + }, + { + "groupId": "com.fasterxml.jackson.core", + "artifactId": "jackson-core", + "version": "2.18.6", + "checksumAlgorithm": "SHA-256", + "checksum": "e7e1bfa50f0a79db37e6aa37db111cf03aebf4a484b359d21127ab43ab2398c6", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.18.6/jackson-core-2.18.6.jar", + "selectedVersion": "2.18.6", + "included": true, + "id": "com.fasterxml.jackson.core:jackson-core:2.18.6", + "parent": "com.fasterxml.jackson.core:jackson-databind:2.18.6", + "children": [] + } + ] + }, + { + "groupId": "com.fasterxml.jackson.datatype", + "artifactId": "jackson-datatype-guava", + "version": "2.18.6", + "checksumAlgorithm": "SHA-256", + "checksum": "ce2f0c5a89f5b06573a3f4e58d997f56dc3dea400e3ce13d5bb309ae526cead4", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-guava/2.18.6/jackson-datatype-guava-2.18.6.jar", + "selectedVersion": "2.18.6", + "included": true, + "id": "com.fasterxml.jackson.datatype:jackson-datatype-guava:2.18.6", + "children": [ + { + "groupId": "com.fasterxml.jackson.core", + "artifactId": "jackson-core", + "version": "2.18.6", + "checksumAlgorithm": "SHA-256", + "checksum": "e7e1bfa50f0a79db37e6aa37db111cf03aebf4a484b359d21127ab43ab2398c6", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.18.6/jackson-core-2.18.6.jar", + "selectedVersion": "2.18.6", + "included": false, + "id": "com.fasterxml.jackson.core:jackson-core:2.18.6", + "parent": "com.fasterxml.jackson.datatype:jackson-datatype-guava:2.18.6", + "children": [] + }, + { + "groupId": "com.fasterxml.jackson.core", + "artifactId": "jackson-databind", + "version": "2.18.6", + "checksumAlgorithm": "SHA-256", + "checksum": "45d124736ea29dc374171fc1a8a9958e0f44407c1e0aae0297d8eee267fb592e", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.18.6/jackson-databind-2.18.6.jar", + "selectedVersion": "2.18.6", + "included": false, + "id": "com.fasterxml.jackson.core:jackson-databind:2.18.6", + "parent": "com.fasterxml.jackson.datatype:jackson-datatype-guava:2.18.6", + "children": [] + }, + { + "groupId": "com.google.guava", + "artifactId": "guava", + "version": "25.1-jre", + "checksumAlgorithm": "SHA-256", + "checksum": "6db0c3a244c397429c2e362ea2837c3622d5b68bb95105d37c21c36e5bc70abf", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/com/google/guava/guava/25.1-jre/guava-25.1-jre.jar", + "selectedVersion": "32.0.0-android", + "included": false, + "id": "com.google.guava:guava:25.1-jre", + "parent": "com.fasterxml.jackson.datatype:jackson-datatype-guava:2.18.6", + "children": [] + } + ] + }, + { + "groupId": "com.fasterxml.jackson.datatype", + "artifactId": "jackson-datatype-jdk8", + "version": "2.18.6", + "checksumAlgorithm": "SHA-256", + "checksum": "b3287d74a95741b95295922f64e35e9204825fdd950606613a706d045bdc7443", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.18.6/jackson-datatype-jdk8-2.18.6.jar", + "selectedVersion": "2.18.6", + "included": true, + "id": "com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.18.6", + "children": [ + { + "groupId": "com.fasterxml.jackson.core", + "artifactId": "jackson-core", + "version": "2.18.6", + "checksumAlgorithm": "SHA-256", + "checksum": "e7e1bfa50f0a79db37e6aa37db111cf03aebf4a484b359d21127ab43ab2398c6", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.18.6/jackson-core-2.18.6.jar", + "selectedVersion": "2.18.6", + "included": false, + "id": "com.fasterxml.jackson.core:jackson-core:2.18.6", + "parent": "com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.18.6", + "children": [] + }, + { + "groupId": "com.fasterxml.jackson.core", + "artifactId": "jackson-databind", + "version": "2.18.6", + "checksumAlgorithm": "SHA-256", + "checksum": "45d124736ea29dc374171fc1a8a9958e0f44407c1e0aae0297d8eee267fb592e", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.18.6/jackson-databind-2.18.6.jar", + "selectedVersion": "2.18.6", + "included": false, + "id": "com.fasterxml.jackson.core:jackson-databind:2.18.6", + "parent": "com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.18.6", + "children": [] + } + ] + }, + { + "groupId": "com.fasterxml.jackson.datatype", + "artifactId": "jackson-datatype-jsr310", + "version": "2.18.6", + "checksumAlgorithm": "SHA-256", + "checksum": "d600821e90b08353425d3fa31d6a5e08f38b190be93ed284097e6fa66cac1bb4", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.18.6/jackson-datatype-jsr310-2.18.6.jar", + "selectedVersion": "2.18.6", + "included": true, + "id": "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.6", + "children": [ + { + "groupId": "com.fasterxml.jackson.core", + "artifactId": "jackson-annotations", + "version": "2.18.6", + "checksumAlgorithm": "SHA-256", + "checksum": "face5c37bee1f0768f5f198d077fc29d163becca95de9e0f13962c84d1047662", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.18.6/jackson-annotations-2.18.6.jar", + "selectedVersion": "2.18.6", + "included": false, + "id": "com.fasterxml.jackson.core:jackson-annotations:2.18.6", + "parent": "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.6", + "children": [] + }, + { + "groupId": "com.fasterxml.jackson.core", + "artifactId": "jackson-core", + "version": "2.18.6", + "checksumAlgorithm": "SHA-256", + "checksum": "e7e1bfa50f0a79db37e6aa37db111cf03aebf4a484b359d21127ab43ab2398c6", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.18.6/jackson-core-2.18.6.jar", + "selectedVersion": "2.18.6", + "included": false, + "id": "com.fasterxml.jackson.core:jackson-core:2.18.6", + "parent": "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.6", + "children": [] + }, + { + "groupId": "com.fasterxml.jackson.core", + "artifactId": "jackson-databind", + "version": "2.18.6", + "checksumAlgorithm": "SHA-256", + "checksum": "45d124736ea29dc374171fc1a8a9958e0f44407c1e0aae0297d8eee267fb592e", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.18.6/jackson-databind-2.18.6.jar", + "selectedVersion": "2.18.6", + "included": false, + "id": "com.fasterxml.jackson.core:jackson-databind:2.18.6", + "parent": "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.6", + "children": [] + } + ] + }, + { + "groupId": "com.google.auth", + "artifactId": "google-auth-library-oauth2-http", + "version": "1.20.0", + "checksumAlgorithm": "SHA-256", + "checksum": "ab3ee74eeccb12fca40f4444af4d45df9e290f2c3f4751e855697dedf52f7a73", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/com/google/auth/google-auth-library-oauth2-http/1.20.0/google-auth-library-oauth2-http-1.20.0.jar", + "selectedVersion": "1.20.0", + "included": true, + "id": "com.google.auth:google-auth-library-oauth2-http:1.20.0", + "children": [ + { + "groupId": "com.google.auth", + "artifactId": "google-auth-library-credentials", + "version": "1.20.0", + "checksumAlgorithm": "SHA-256", + "checksum": "b3054d8757807f8af8015b535fb288ed67456444922211f0f929f4c04e69b0b7", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/com/google/auth/google-auth-library-credentials/1.20.0/google-auth-library-credentials-1.20.0.jar", + "selectedVersion": "1.20.0", + "included": true, + "id": "com.google.auth:google-auth-library-credentials:1.20.0", + "parent": "com.google.auth:google-auth-library-oauth2-http:1.20.0", + "children": [] + }, + { + "groupId": "com.google.auto.value", + "artifactId": "auto-value-annotations", + "version": "1.10.4", + "checksumAlgorithm": "SHA-256", + "checksum": "e1c45e6beadaef9797cb0d9afd5a45621ad061cd8632012f85582853a3887825", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/com/google/auto/value/auto-value-annotations/1.10.4/auto-value-annotations-1.10.4.jar", + "selectedVersion": "1.10.4", + "included": false, + "id": "com.google.auto.value:auto-value-annotations:1.10.4", + "parent": "com.google.auth:google-auth-library-oauth2-http:1.20.0", + "children": [] + }, + { + "groupId": "com.google.code.findbugs", + "artifactId": "jsr305", + "version": "3.0.2", + "checksumAlgorithm": "SHA-256", + "checksum": "766ad2a0783f2687962c8ad74ceecc38a28b9f72a2d085ee438b7813e928d0c7", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar", + "selectedVersion": "3.0.2", + "included": true, + "id": "com.google.code.findbugs:jsr305:3.0.2", + "parent": "com.google.auth:google-auth-library-oauth2-http:1.20.0", + "children": [] + }, + { + "groupId": "com.google.guava", + "artifactId": "guava", + "version": "32.0.0-android", + "checksumAlgorithm": "SHA-256", + "checksum": "96952b394133aa20ad3f18f4fb09582b12a8aa95e78c40203c7fb9efedcc2f7c", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/com/google/guava/guava/32.0.0-android/guava-32.0.0-android.jar", + "selectedVersion": "32.0.0-android", + "included": true, + "id": "com.google.guava:guava:32.0.0-android", + "parent": "com.google.auth:google-auth-library-oauth2-http:1.20.0", + "children": [ + { + "groupId": "com.google.code.findbugs", + "artifactId": "jsr305", + "version": "3.0.2", + "checksumAlgorithm": "SHA-256", + "checksum": "766ad2a0783f2687962c8ad74ceecc38a28b9f72a2d085ee438b7813e928d0c7", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar", + "selectedVersion": "3.0.2", + "included": false, + "id": "com.google.code.findbugs:jsr305:3.0.2", + "parent": "com.google.guava:guava:32.0.0-android", + "children": [] + }, + { + "groupId": "com.google.errorprone", + "artifactId": "error_prone_annotations", + "version": "2.18.0", + "checksumAlgorithm": "SHA-256", + "checksum": "9e6814cb71816988a4fd1b07a993a8f21bb7058d522c162b1de849e19bea54ae", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar", + "selectedVersion": "2.18.0", + "included": false, + "id": "com.google.errorprone:error_prone_annotations:2.18.0", + "parent": "com.google.guava:guava:32.0.0-android", + "children": [] + }, + { + "groupId": "com.google.guava", + "artifactId": "failureaccess", + "version": "1.0.1", + "checksumAlgorithm": "SHA-256", + "checksum": "a171ee4c734dd2da837e4b16be9df4661afab72a41adaf31eb84dfdaf936ca26", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar", + "selectedVersion": "1.0.1", + "included": true, + "id": "com.google.guava:failureaccess:1.0.1", + "parent": "com.google.guava:guava:32.0.0-android", + "children": [] + }, + { + "groupId": "com.google.guava", + "artifactId": "listenablefuture", + "version": "9999.0-empty-to-avoid-conflict-with-guava", + "checksumAlgorithm": "SHA-256", + "checksum": "b372a037d4230aa57fbeffdef30fd6123f9c0c2db85d0aced00c91b974f33f99", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar", + "selectedVersion": "9999.0-empty-to-avoid-conflict-with-guava", + "included": true, + "id": "com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava", + "parent": "com.google.guava:guava:32.0.0-android", + "children": [] + }, + { + "groupId": "com.google.j2objc", + "artifactId": "j2objc-annotations", + "version": "2.8", + "checksumAlgorithm": "SHA-256", + "checksum": "f02a95fa1a5e95edb3ed859fd0fb7df709d121a35290eff8b74dce2ab7f4d6ed", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar", + "selectedVersion": "2.8", + "included": false, + "id": "com.google.j2objc:j2objc-annotations:2.8", + "parent": "com.google.guava:guava:32.0.0-android", + "children": [] + }, + { + "groupId": "org.checkerframework", + "artifactId": "checker-qual", + "version": "3.33.0", + "checksumAlgorithm": "SHA-256", + "checksum": "e316255bbfcd9fe50d165314b85abb2b33cb2a66a93c491db648e498a82c2de1", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar", + "selectedVersion": "3.33.0", + "included": true, + "id": "org.checkerframework:checker-qual:3.33.0", + "parent": "com.google.guava:guava:32.0.0-android", + "children": [] + } + ] + }, + { + "groupId": "com.google.http-client", + "artifactId": "google-http-client", + "version": "1.43.3", + "checksumAlgorithm": "SHA-256", + "checksum": "60aca7428c5a1ff3655b70541a98ff3d70dded48ac1324dae1af39f1b61914af", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client/1.43.3/google-http-client-1.43.3.jar", + "selectedVersion": "1.43.3", + "included": true, + "id": "com.google.http-client:google-http-client:1.43.3", + "parent": "com.google.auth:google-auth-library-oauth2-http:1.20.0", + "children": [ + { + "groupId": "com.google.code.findbugs", + "artifactId": "jsr305", + "version": "3.0.2", + "checksumAlgorithm": "SHA-256", + "checksum": "766ad2a0783f2687962c8ad74ceecc38a28b9f72a2d085ee438b7813e928d0c7", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar", + "selectedVersion": "3.0.2", + "included": false, + "id": "com.google.code.findbugs:jsr305:3.0.2", + "parent": "com.google.http-client:google-http-client:1.43.3", + "children": [] + }, + { + "groupId": "com.google.errorprone", + "artifactId": "error_prone_annotations", + "version": "2.18.0", + "checksumAlgorithm": "SHA-256", + "checksum": "9e6814cb71816988a4fd1b07a993a8f21bb7058d522c162b1de849e19bea54ae", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar", + "selectedVersion": "2.18.0", + "included": false, + "id": "com.google.errorprone:error_prone_annotations:2.18.0", + "parent": "com.google.http-client:google-http-client:1.43.3", + "children": [] + }, + { + "groupId": "com.google.guava", + "artifactId": "guava", + "version": "30.1.1-android", + "checksumAlgorithm": "SHA-256", + "checksum": "355f79352f8c252f2bdaa06c687c4836a38016caccfc4c28d16ae77ecfdffa2f", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/com/google/guava/guava/30.1.1-android/guava-30.1.1-android.jar", + "selectedVersion": "32.0.0-android", + "included": false, + "id": "com.google.guava:guava:30.1.1-android", + "parent": "com.google.http-client:google-http-client:1.43.3", + "children": [] + }, + { + "groupId": "com.google.j2objc", + "artifactId": "j2objc-annotations", + "version": "2.8", + "checksumAlgorithm": "SHA-256", + "checksum": "f02a95fa1a5e95edb3ed859fd0fb7df709d121a35290eff8b74dce2ab7f4d6ed", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar", + "selectedVersion": "2.8", + "included": false, + "id": "com.google.j2objc:j2objc-annotations:2.8", + "parent": "com.google.http-client:google-http-client:1.43.3", + "children": [] + }, + { + "groupId": "io.opencensus", + "artifactId": "opencensus-api", + "version": "0.31.1", + "checksumAlgorithm": "SHA-256", + "checksum": "f1474d47f4b6b001558ad27b952e35eda5cc7146788877fc52938c6eba24b382", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/io/opencensus/opencensus-api/0.31.1/opencensus-api-0.31.1.jar", + "selectedVersion": "0.31.1", + "included": true, + "id": "io.opencensus:opencensus-api:0.31.1", + "parent": "com.google.http-client:google-http-client:1.43.3", + "children": [ + { + "groupId": "io.grpc", + "artifactId": "grpc-context", + "version": "1.27.2", + "checksumAlgorithm": "SHA-256", + "checksum": "bcbf9055dff453fd6508bd7cca2a0aa2d5f059a9c94beed1f5fda1dc015607b8", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/io/grpc/grpc-context/1.27.2/grpc-context-1.27.2.jar", + "selectedVersion": "1.27.2", + "included": true, + "id": "io.grpc:grpc-context:1.27.2", + "parent": "io.opencensus:opencensus-api:0.31.1", + "children": [] + } + ] + }, + { + "groupId": "io.opencensus", + "artifactId": "opencensus-contrib-http-util", + "version": "0.31.1", + "checksumAlgorithm": "SHA-256", + "checksum": "3ea995b55a4068be22989b70cc29a4d788c2d328d1d50613a7a9afd13fdd2d0a", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/io/opencensus/opencensus-contrib-http-util/0.31.1/opencensus-contrib-http-util-0.31.1.jar", + "selectedVersion": "0.31.1", + "included": true, + "id": "io.opencensus:opencensus-contrib-http-util:0.31.1", + "parent": "com.google.http-client:google-http-client:1.43.3", + "children": [ + { + "groupId": "com.google.guava", + "artifactId": "guava", + "version": "29.0-android", + "checksumAlgorithm": "SHA-256", + "checksum": "00ba22cb0e32610db7cf8ab4c20017c85d11788600734ff1d86995345eb5bc3b", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/com/google/guava/guava/29.0-android/guava-29.0-android.jar", + "selectedVersion": "32.0.0-android", + "included": false, + "id": "com.google.guava:guava:29.0-android", + "parent": "io.opencensus:opencensus-contrib-http-util:0.31.1", + "children": [] + }, + { + "groupId": "io.opencensus", + "artifactId": "opencensus-api", + "version": "0.31.1", + "checksumAlgorithm": "SHA-256", + "checksum": "f1474d47f4b6b001558ad27b952e35eda5cc7146788877fc52938c6eba24b382", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/io/opencensus/opencensus-api/0.31.1/opencensus-api-0.31.1.jar", + "selectedVersion": "0.31.1", + "included": false, + "id": "io.opencensus:opencensus-api:0.31.1", + "parent": "io.opencensus:opencensus-contrib-http-util:0.31.1", + "children": [] + } + ] + }, + { + "groupId": "org.apache.httpcomponents", + "artifactId": "httpclient", + "version": "4.5.14", + "checksumAlgorithm": "SHA-256", + "checksum": "c8bc7e1c51a6d4ce72f40d2ebbabf1c4b68bfe76e732104b04381b493478e9d6", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar", + "selectedVersion": "4.5.14", + "included": false, + "id": "org.apache.httpcomponents:httpclient:4.5.14", + "parent": "com.google.http-client:google-http-client:1.43.3", + "children": [] + }, + { + "groupId": "org.apache.httpcomponents", + "artifactId": "httpcore", + "version": "4.4.16", + "checksumAlgorithm": "SHA-256", + "checksum": "6c9b3dd142a09dc468e23ad39aad6f75a0f2b85125104469f026e52a474e464f", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar", + "selectedVersion": "4.4.16", + "included": false, + "id": "org.apache.httpcomponents:httpcore:4.4.16", + "parent": "com.google.http-client:google-http-client:1.43.3", + "children": [] + } + ] + }, + { + "groupId": "com.google.http-client", + "artifactId": "google-http-client-gson", + "version": "1.43.3", + "checksumAlgorithm": "SHA-256", + "checksum": "e31a4edcb9c83954a2587e14fa2f3f8f4aad56152381b3321a3bd0bcae03fa26", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client-gson/1.43.3/google-http-client-gson-1.43.3.jar", + "selectedVersion": "1.43.3", + "included": true, + "id": "com.google.http-client:google-http-client-gson:1.43.3", + "parent": "com.google.auth:google-auth-library-oauth2-http:1.20.0", + "children": [ + { + "groupId": "com.google.code.gson", + "artifactId": "gson", + "version": "2.10.1", + "checksumAlgorithm": "SHA-256", + "checksum": "4241c14a7727c34feea6507ec801318a3d4a90f070e4525681079fb94ee4c593", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar", + "selectedVersion": "2.8.9", + "included": false, + "id": "com.google.code.gson:gson:2.10.1", + "parent": "com.google.http-client:google-http-client-gson:1.43.3", + "children": [] + }, + { + "groupId": "com.google.http-client", + "artifactId": "google-http-client", + "version": "1.43.3", + "checksumAlgorithm": "SHA-256", + "checksum": "60aca7428c5a1ff3655b70541a98ff3d70dded48ac1324dae1af39f1b61914af", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client/1.43.3/google-http-client-1.43.3.jar", + "selectedVersion": "1.43.3", + "included": false, + "id": "com.google.http-client:google-http-client:1.43.3", + "parent": "com.google.http-client:google-http-client-gson:1.43.3", + "children": [] + } + ] + } + ] + }, + { + "groupId": "com.google.auto.value", + "artifactId": "auto-value", + "version": "1.10.4", + "checksumAlgorithm": "SHA-256", + "checksum": "f3c438d1f82904bbcb452084d488b660f3c7488e9274c3a58f049e121632d434", + "scope": "provided", + "resolved": "https://repo.maven.apache.org/maven2/com/google/auto/value/auto-value/1.10.4/auto-value-1.10.4.jar", + "selectedVersion": "1.10.4", + "included": true, + "id": "com.google.auto.value:auto-value:1.10.4", + "children": [] + }, + { + "groupId": "com.google.auto.value", + "artifactId": "auto-value-annotations", + "version": "1.10.4", + "checksumAlgorithm": "SHA-256", + "checksum": "e1c45e6beadaef9797cb0d9afd5a45621ad061cd8632012f85582853a3887825", + "scope": "provided", + "resolved": "https://repo.maven.apache.org/maven2/com/google/auto/value/auto-value-annotations/1.10.4/auto-value-annotations-1.10.4.jar", + "selectedVersion": "1.10.4", + "included": true, + "id": "com.google.auto.value:auto-value-annotations:1.10.4", + "children": [] + }, + { + "groupId": "com.google.protobuf", + "artifactId": "protobuf-java", + "version": "3.25.5", + "checksumAlgorithm": "SHA-256", + "checksum": "8540247fad9e06baefa8fb45eb313802d019f485f14300e0f9d6b556ed88e753", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/3.25.5/protobuf-java-3.25.5.jar", + "selectedVersion": "3.25.5", + "included": true, + "id": "com.google.protobuf:protobuf-java:3.25.5", + "children": [] + }, + { + "groupId": "com.google.protobuf", + "artifactId": "protobuf-java-util", + "version": "3.25.5", + "checksumAlgorithm": "SHA-256", + "checksum": "dacc58b2c3d2fa8d4bddc1acb881e78d6cf7c137dd78bc1d67f6aca732436a8d", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java-util/3.25.5/protobuf-java-util-3.25.5.jar", + "selectedVersion": "3.25.5", + "included": true, + "id": "com.google.protobuf:protobuf-java-util:3.25.5", + "children": [ + { + "groupId": "com.google.code.findbugs", + "artifactId": "jsr305", + "version": "3.0.2", + "checksumAlgorithm": "SHA-256", + "checksum": "766ad2a0783f2687962c8ad74ceecc38a28b9f72a2d085ee438b7813e928d0c7", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar", + "selectedVersion": "3.0.2", + "included": false, + "id": "com.google.code.findbugs:jsr305:3.0.2", + "parent": "com.google.protobuf:protobuf-java-util:3.25.5", + "children": [] + }, + { + "groupId": "com.google.code.gson", + "artifactId": "gson", + "version": "2.8.9", + "checksumAlgorithm": "SHA-256", + "checksum": "d3999291855de495c94c743761b8ab5176cfeabe281a5ab0d8e8d45326fd703e", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar", + "selectedVersion": "2.8.9", + "included": true, + "id": "com.google.code.gson:gson:2.8.9", + "parent": "com.google.protobuf:protobuf-java-util:3.25.5", + "children": [] + }, + { + "groupId": "com.google.errorprone", + "artifactId": "error_prone_annotations", + "version": "2.18.0", + "checksumAlgorithm": "SHA-256", + "checksum": "9e6814cb71816988a4fd1b07a993a8f21bb7058d522c162b1de849e19bea54ae", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar", + "selectedVersion": "2.18.0", + "included": true, + "id": "com.google.errorprone:error_prone_annotations:2.18.0", + "parent": "com.google.protobuf:protobuf-java-util:3.25.5", + "children": [] + }, + { + "groupId": "com.google.guava", + "artifactId": "guava", + "version": "32.0.1-jre", + "checksumAlgorithm": "SHA-256", + "checksum": "bd7fa227591fb8509677d0d1122cf95158f3b8a9f45653f58281d879f6dc48c5", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.jar", + "selectedVersion": "32.0.0-android", + "included": false, + "id": "com.google.guava:guava:32.0.1-jre", + "parent": "com.google.protobuf:protobuf-java-util:3.25.5", + "children": [] + }, + { + "groupId": "com.google.j2objc", + "artifactId": "j2objc-annotations", + "version": "2.8", + "checksumAlgorithm": "SHA-256", + "checksum": "f02a95fa1a5e95edb3ed859fd0fb7df709d121a35290eff8b74dce2ab7f4d6ed", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar", + "selectedVersion": "2.8", + "included": true, + "id": "com.google.j2objc:j2objc-annotations:2.8", + "parent": "com.google.protobuf:protobuf-java-util:3.25.5", + "children": [] + }, + { + "groupId": "com.google.protobuf", + "artifactId": "protobuf-java", + "version": "3.25.5", + "checksumAlgorithm": "SHA-256", + "checksum": "8540247fad9e06baefa8fb45eb313802d019f485f14300e0f9d6b556ed88e753", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/3.25.5/protobuf-java-3.25.5.jar", + "selectedVersion": "3.25.5", + "included": false, + "id": "com.google.protobuf:protobuf-java:3.25.5", + "parent": "com.google.protobuf:protobuf-java-util:3.25.5", + "children": [] + } + ] + }, + { + "groupId": "commons-io", + "artifactId": "commons-io", + "version": "2.14.0", + "checksumAlgorithm": "SHA-256", + "checksum": "e35d1df7232568ed4b81d9a9ed94a0159b3ff6cf1915cc21eef5cb55d7b157a2", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/commons-io/commons-io/2.14.0/commons-io-2.14.0.jar", + "selectedVersion": "2.14.0", + "included": true, + "id": "commons-io:commons-io:2.14.0", + "children": [] + }, + { + "groupId": "org.apache.commons", + "artifactId": "commons-configuration2", + "version": "2.11.0", + "checksumAlgorithm": "SHA-256", + "checksum": "48957fc3a0d9fbd221fe4f5ff6d0294ce6646ea139793c36706703da59402683", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/org/apache/commons/commons-configuration2/2.11.0/commons-configuration2-2.11.0.jar", + "selectedVersion": "2.11.0", + "included": true, + "id": "org.apache.commons:commons-configuration2:2.11.0", + "children": [ + { + "groupId": "commons-logging", + "artifactId": "commons-logging", + "version": "1.3.2", + "checksumAlgorithm": "SHA-256", + "checksum": "6b858424f518015f32bfcd1183a373f4a827d72d026b6031da0c91cf0e8f3489", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.3.2/commons-logging-1.3.2.jar", + "selectedVersion": "1.3.2", + "included": true, + "id": "commons-logging:commons-logging:1.3.2", + "parent": "org.apache.commons:commons-configuration2:2.11.0", + "children": [] + }, + { + "groupId": "org.apache.commons", + "artifactId": "commons-lang3", + "version": "3.14.0", + "checksumAlgorithm": "SHA-256", + "checksum": "7b96bf3ee68949abb5bc465559ac270e0551596fa34523fddf890ec418dde13c", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar", + "selectedVersion": "3.14.0", + "included": true, + "id": "org.apache.commons:commons-lang3:3.14.0", + "parent": "org.apache.commons:commons-configuration2:2.11.0", + "children": [] + }, + { + "groupId": "org.apache.commons", + "artifactId": "commons-text", + "version": "1.12.0", + "checksumAlgorithm": "SHA-256", + "checksum": "de023257ff166044a56bd1aa9124e843cd05dac5806cc705a9311f3556d5a15f", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.12.0/commons-text-1.12.0.jar", + "selectedVersion": "1.12.0", + "included": true, + "id": "org.apache.commons:commons-text:1.12.0", + "parent": "org.apache.commons:commons-configuration2:2.11.0", + "children": [ + { + "groupId": "org.apache.commons", + "artifactId": "commons-lang3", + "version": "3.14.0", + "checksumAlgorithm": "SHA-256", + "checksum": "7b96bf3ee68949abb5bc465559ac270e0551596fa34523fddf890ec418dde13c", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar", + "selectedVersion": "3.14.0", + "included": false, + "id": "org.apache.commons:commons-lang3:3.14.0", + "parent": "org.apache.commons:commons-text:1.12.0", + "children": [] + } + ] + } + ] + }, + { + "groupId": "org.apache.httpcomponents", + "artifactId": "httpclient", + "version": "4.5.14", + "checksumAlgorithm": "SHA-256", + "checksum": "c8bc7e1c51a6d4ce72f40d2ebbabf1c4b68bfe76e732104b04381b493478e9d6", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar", + "selectedVersion": "4.5.14", + "included": true, + "id": "org.apache.httpcomponents:httpclient:4.5.14", + "children": [ + { + "groupId": "commons-codec", + "artifactId": "commons-codec", + "version": "1.11", + "checksumAlgorithm": "SHA-256", + "checksum": "e599d5318e97aa48f42136a2927e6dfa4e8881dff0e6c8e3109ddbbff51d7b7d", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.jar", + "selectedVersion": "1.11", + "included": true, + "id": "commons-codec:commons-codec:1.11", + "parent": "org.apache.httpcomponents:httpclient:4.5.14", + "children": [] + }, + { + "groupId": "commons-logging", + "artifactId": "commons-logging", + "version": "1.2", + "checksumAlgorithm": "SHA-256", + "checksum": "daddea1ea0be0f56978ab3006b8ac92834afeefbd9b7e4e6316fca57df0fa636", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar", + "selectedVersion": "1.3.2", + "included": false, + "id": "commons-logging:commons-logging:1.2", + "parent": "org.apache.httpcomponents:httpclient:4.5.14", + "children": [] + }, + { + "groupId": "org.apache.httpcomponents", + "artifactId": "httpcore", + "version": "4.4.16", + "checksumAlgorithm": "SHA-256", + "checksum": "6c9b3dd142a09dc468e23ad39aad6f75a0f2b85125104469f026e52a474e464f", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar", + "selectedVersion": "4.4.16", + "included": true, + "id": "org.apache.httpcomponents:httpcore:4.4.16", + "parent": "org.apache.httpcomponents:httpclient:4.5.14", + "children": [] + } + ] + }, + { + "groupId": "org.json", + "artifactId": "json", + "version": "20240303", + "checksumAlgorithm": "SHA-256", + "checksum": "3cf6cd6892e32e2b4c1c39e0f52f5248a2f5b37646fdfbb79a66b46b618414ed", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/org/json/json/20240303/json-20240303.jar", + "selectedVersion": "20240303", + "included": true, + "id": "org.json:json:20240303", + "children": [] + }, + { + "groupId": "org.junit.jupiter", + "artifactId": "junit-jupiter", + "version": "5.10.0", + "checksumAlgorithm": "SHA-256", + "checksum": "8e4bde23ee28fc443975654a7b28c410a3b78d6be96b78c99ab73695ec344f7c", + "scope": "test", + "resolved": "https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter/5.10.0/junit-jupiter-5.10.0.jar", + "selectedVersion": "5.10.0", + "included": true, + "id": "org.junit.jupiter:junit-jupiter:5.10.0", + "children": [ + { + "groupId": "org.junit.jupiter", + "artifactId": "junit-jupiter-api", + "version": "5.10.0", + "checksumAlgorithm": "SHA-256", + "checksum": "108088fd7ea46a8e65a0ce7f5d75ae3ff7865606770a078715f5a6e5709e17d8", + "scope": "test", + "resolved": "https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.10.0/junit-jupiter-api-5.10.0.jar", + "selectedVersion": "5.10.0", + "included": true, + "id": "org.junit.jupiter:junit-jupiter-api:5.10.0", + "parent": "org.junit.jupiter:junit-jupiter:5.10.0", + "children": [ + { + "groupId": "org.apiguardian", + "artifactId": "apiguardian-api", + "version": "1.1.2", + "checksumAlgorithm": "SHA-256", + "checksum": "b509448ac506d607319f182537f0b35d71007582ec741832a1f111e5b5b70b38", + "scope": "test", + "resolved": "https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar", + "selectedVersion": "1.1.2", + "included": true, + "id": "org.apiguardian:apiguardian-api:1.1.2", + "parent": "org.junit.jupiter:junit-jupiter-api:5.10.0", + "children": [] + }, + { + "groupId": "org.junit.platform", + "artifactId": "junit-platform-commons", + "version": "1.10.0", + "checksumAlgorithm": "SHA-256", + "checksum": "6083db08ca11fca1e16099d0dcfede0193d80b3762b276349d80d3da536791b2", + "scope": "test", + "resolved": "https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.10.0/junit-platform-commons-1.10.0.jar", + "selectedVersion": "1.10.0", + "included": true, + "id": "org.junit.platform:junit-platform-commons:1.10.0", + "parent": "org.junit.jupiter:junit-jupiter-api:5.10.0", + "children": [ + { + "groupId": "org.apiguardian", + "artifactId": "apiguardian-api", + "version": "1.1.2", + "checksumAlgorithm": "SHA-256", + "checksum": "b509448ac506d607319f182537f0b35d71007582ec741832a1f111e5b5b70b38", + "scope": "test", + "resolved": "https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar", + "selectedVersion": "1.1.2", + "included": false, + "id": "org.apiguardian:apiguardian-api:1.1.2", + "parent": "org.junit.platform:junit-platform-commons:1.10.0", + "children": [] + } + ] + }, + { + "groupId": "org.opentest4j", + "artifactId": "opentest4j", + "version": "1.3.0", + "checksumAlgorithm": "SHA-256", + "checksum": "48e2df636cab6563ced64dcdff8abb2355627cb236ef0bf37598682ddf742f1b", + "scope": "test", + "resolved": "https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar", + "selectedVersion": "1.3.0", + "included": true, + "id": "org.opentest4j:opentest4j:1.3.0", + "parent": "org.junit.jupiter:junit-jupiter-api:5.10.0", + "children": [] + } + ] + }, + { + "groupId": "org.junit.jupiter", + "artifactId": "junit-jupiter-engine", + "version": "5.10.0", + "checksumAlgorithm": "SHA-256", + "checksum": "57ea48e6f795200791065bbc86b70b84cd05367c5c9f2ac8f9268e27154c88a8", + "scope": "test", + "resolved": "https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.10.0/junit-jupiter-engine-5.10.0.jar", + "selectedVersion": "5.10.0", + "included": true, + "id": "org.junit.jupiter:junit-jupiter-engine:5.10.0", + "parent": "org.junit.jupiter:junit-jupiter:5.10.0", + "children": [ + { + "groupId": "org.apiguardian", + "artifactId": "apiguardian-api", + "version": "1.1.2", + "checksumAlgorithm": "SHA-256", + "checksum": "b509448ac506d607319f182537f0b35d71007582ec741832a1f111e5b5b70b38", + "scope": "test", + "resolved": "https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar", + "selectedVersion": "1.1.2", + "included": false, + "id": "org.apiguardian:apiguardian-api:1.1.2", + "parent": "org.junit.jupiter:junit-jupiter-engine:5.10.0", + "children": [] + }, + { + "groupId": "org.junit.jupiter", + "artifactId": "junit-jupiter-api", + "version": "5.10.0", + "checksumAlgorithm": "SHA-256", + "checksum": "108088fd7ea46a8e65a0ce7f5d75ae3ff7865606770a078715f5a6e5709e17d8", + "scope": "test", + "resolved": "https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.10.0/junit-jupiter-api-5.10.0.jar", + "selectedVersion": "5.10.0", + "included": false, + "id": "org.junit.jupiter:junit-jupiter-api:5.10.0", + "parent": "org.junit.jupiter:junit-jupiter-engine:5.10.0", + "children": [] + }, + { + "groupId": "org.junit.platform", + "artifactId": "junit-platform-engine", + "version": "1.10.0", + "checksumAlgorithm": "SHA-256", + "checksum": "cd338efd02ee73966ea754e0c0c71e1a11f4af5db9c2003e4b6137e119155abe", + "scope": "test", + "resolved": "https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.10.0/junit-platform-engine-1.10.0.jar", + "selectedVersion": "1.10.0", + "included": true, + "id": "org.junit.platform:junit-platform-engine:1.10.0", + "parent": "org.junit.jupiter:junit-jupiter-engine:5.10.0", + "children": [ + { + "groupId": "org.apiguardian", + "artifactId": "apiguardian-api", + "version": "1.1.2", + "checksumAlgorithm": "SHA-256", + "checksum": "b509448ac506d607319f182537f0b35d71007582ec741832a1f111e5b5b70b38", + "scope": "test", + "resolved": "https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar", + "selectedVersion": "1.1.2", + "included": false, + "id": "org.apiguardian:apiguardian-api:1.1.2", + "parent": "org.junit.platform:junit-platform-engine:1.10.0", + "children": [] + }, + { + "groupId": "org.junit.platform", + "artifactId": "junit-platform-commons", + "version": "1.10.0", + "checksumAlgorithm": "SHA-256", + "checksum": "6083db08ca11fca1e16099d0dcfede0193d80b3762b276349d80d3da536791b2", + "scope": "test", + "resolved": "https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.10.0/junit-platform-commons-1.10.0.jar", + "selectedVersion": "1.10.0", + "included": false, + "id": "org.junit.platform:junit-platform-commons:1.10.0", + "parent": "org.junit.platform:junit-platform-engine:1.10.0", + "children": [] + }, + { + "groupId": "org.opentest4j", + "artifactId": "opentest4j", + "version": "1.3.0", + "checksumAlgorithm": "SHA-256", + "checksum": "48e2df636cab6563ced64dcdff8abb2355627cb236ef0bf37598682ddf742f1b", + "scope": "test", + "resolved": "https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar", + "selectedVersion": "1.3.0", + "included": false, + "id": "org.opentest4j:opentest4j:1.3.0", + "parent": "org.junit.platform:junit-platform-engine:1.10.0", + "children": [] + } + ] + } + ] + }, + { + "groupId": "org.junit.jupiter", + "artifactId": "junit-jupiter-params", + "version": "5.10.0", + "checksumAlgorithm": "SHA-256", + "checksum": "f259a7322cce375430c2236a2dcb24d4a49d22045b723ad85af88e11704391c2", + "scope": "test", + "resolved": "https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.10.0/junit-jupiter-params-5.10.0.jar", + "selectedVersion": "5.10.0", + "included": true, + "id": "org.junit.jupiter:junit-jupiter-params:5.10.0", + "parent": "org.junit.jupiter:junit-jupiter:5.10.0", + "children": [ + { + "groupId": "org.apiguardian", + "artifactId": "apiguardian-api", + "version": "1.1.2", + "checksumAlgorithm": "SHA-256", + "checksum": "b509448ac506d607319f182537f0b35d71007582ec741832a1f111e5b5b70b38", + "scope": "test", + "resolved": "https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar", + "selectedVersion": "1.1.2", + "included": false, + "id": "org.apiguardian:apiguardian-api:1.1.2", + "parent": "org.junit.jupiter:junit-jupiter-params:5.10.0", + "children": [] + }, + { + "groupId": "org.junit.jupiter", + "artifactId": "junit-jupiter-api", + "version": "5.10.0", + "checksumAlgorithm": "SHA-256", + "checksum": "108088fd7ea46a8e65a0ce7f5d75ae3ff7865606770a078715f5a6e5709e17d8", + "scope": "test", + "resolved": "https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.10.0/junit-jupiter-api-5.10.0.jar", + "selectedVersion": "5.10.0", + "included": false, + "id": "org.junit.jupiter:junit-jupiter-api:5.10.0", + "parent": "org.junit.jupiter:junit-jupiter-params:5.10.0", + "children": [] + } + ] + } + ] + }, + { + "groupId": "org.mockito", + "artifactId": "mockito-inline", + "version": "4.11.0", + "checksumAlgorithm": "SHA-256", + "checksum": "ee52e1c299a632184fba274a9370993e09140429f5e516e6c5570fd6574b297f", + "scope": "test", + "resolved": "https://repo.maven.apache.org/maven2/org/mockito/mockito-inline/4.11.0/mockito-inline-4.11.0.jar", + "selectedVersion": "4.11.0", + "included": true, + "id": "org.mockito:mockito-inline:4.11.0", + "children": [ + { + "groupId": "org.mockito", + "artifactId": "mockito-core", + "version": "4.11.0", + "checksumAlgorithm": "SHA-256", + "checksum": "4b909690cab288c761eb94c0bf0e814496cf3921d8affac84cd87774530351e5", + "scope": "test", + "resolved": "https://repo.maven.apache.org/maven2/org/mockito/mockito-core/4.11.0/mockito-core-4.11.0.jar", + "selectedVersion": "4.11.0", + "included": true, + "id": "org.mockito:mockito-core:4.11.0", + "parent": "org.mockito:mockito-inline:4.11.0", + "children": [ + { + "groupId": "net.bytebuddy", + "artifactId": "byte-buddy", + "version": "1.12.19", + "checksumAlgorithm": "SHA-256", + "checksum": "030704139e46f32c38d27060edee9e0676b0a0fff8a8be53461515154ba8a7be", + "scope": "test", + "resolved": "https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.12.19/byte-buddy-1.12.19.jar", + "selectedVersion": "1.12.19", + "included": true, + "id": "net.bytebuddy:byte-buddy:1.12.19", + "parent": "org.mockito:mockito-core:4.11.0", + "children": [] + }, + { + "groupId": "net.bytebuddy", + "artifactId": "byte-buddy-agent", + "version": "1.12.19", + "checksumAlgorithm": "SHA-256", + "checksum": "3a70240de7cdcde04e7c504c2327d7035b9c25ae0206881e3bf4e6798a273ed8", + "scope": "test", + "resolved": "https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.19/byte-buddy-agent-1.12.19.jar", + "selectedVersion": "1.12.19", + "included": true, + "id": "net.bytebuddy:byte-buddy-agent:1.12.19", + "parent": "org.mockito:mockito-core:4.11.0", + "children": [] + }, + { + "groupId": "org.objenesis", + "artifactId": "objenesis", + "version": "3.3", + "checksumAlgorithm": "SHA-256", + "checksum": "02dfd0b0439a5591e35b708ed2f5474eb0948f53abf74637e959b8e4ef69bfeb", + "scope": "test", + "resolved": "https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.3/objenesis-3.3.jar", + "selectedVersion": "3.3", + "included": true, + "id": "org.objenesis:objenesis:3.3", + "parent": "org.mockito:mockito-core:4.11.0", + "children": [] + } + ] + } + ] + }, + { + "groupId": "org.mockito", + "artifactId": "mockito-junit-jupiter", + "version": "4.11.0", + "checksumAlgorithm": "SHA-256", + "checksum": "f4b3694f60fccc7b520d8aea9b6c827d8e9949b652cad09fce10b546bf3ac537", + "scope": "test", + "resolved": "https://repo.maven.apache.org/maven2/org/mockito/mockito-junit-jupiter/4.11.0/mockito-junit-jupiter-4.11.0.jar", + "selectedVersion": "4.11.0", + "included": true, + "id": "org.mockito:mockito-junit-jupiter:4.11.0", + "children": [ + { + "groupId": "org.junit.jupiter", + "artifactId": "junit-jupiter-api", + "version": "5.10.0", + "checksumAlgorithm": "SHA-256", + "checksum": "108088fd7ea46a8e65a0ce7f5d75ae3ff7865606770a078715f5a6e5709e17d8", + "scope": "test", + "resolved": "https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.10.0/junit-jupiter-api-5.10.0.jar", + "selectedVersion": "5.10.0", + "included": false, + "id": "org.junit.jupiter:junit-jupiter-api:5.10.0", + "parent": "org.mockito:mockito-junit-jupiter:4.11.0", + "children": [] + }, + { + "groupId": "org.mockito", + "artifactId": "mockito-core", + "version": "4.11.0", + "checksumAlgorithm": "SHA-256", + "checksum": "4b909690cab288c761eb94c0bf0e814496cf3921d8affac84cd87774530351e5", + "scope": "test", + "resolved": "https://repo.maven.apache.org/maven2/org/mockito/mockito-core/4.11.0/mockito-core-4.11.0.jar", + "selectedVersion": "4.11.0", + "included": false, + "id": "org.mockito:mockito-core:4.11.0", + "parent": "org.mockito:mockito-junit-jupiter:4.11.0", + "children": [] + } + ] + }, + { + "groupId": "org.slf4j", + "artifactId": "slf4j-api", + "version": "2.0.9", + "checksumAlgorithm": "SHA-256", + "checksum": "0818930dc8d7debb403204611691da58e49d42c50b6ffcfdce02dadb7c3c2b6c", + "scope": "compile", + "resolved": "https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.jar", + "selectedVersion": "2.0.9", + "included": true, + "id": "org.slf4j:slf4j-api:2.0.9", + "children": [] + }, + { + "groupId": "org.slf4j", + "artifactId": "slf4j-reload4j", + "version": "2.0.9", + "checksumAlgorithm": "SHA-256", + "checksum": "896b0639a5f0eb1fc42c453bee83ceaf8bbe6cb71b249df124c9645dfd15a0e5", + "scope": "test", + "resolved": "https://repo.maven.apache.org/maven2/org/slf4j/slf4j-reload4j/2.0.9/slf4j-reload4j-2.0.9.jar", + "selectedVersion": "2.0.9", + "included": true, + "id": "org.slf4j:slf4j-reload4j:2.0.9", + "children": [ + { + "groupId": "ch.qos.reload4j", + "artifactId": "reload4j", + "version": "1.2.22", + "checksumAlgorithm": "SHA-256", + "checksum": "222f90d3e69541218ef6e70547749d693bd4c1846817e5bd7949b3e28950f99f", + "scope": "test", + "resolved": "https://repo.maven.apache.org/maven2/ch/qos/reload4j/reload4j/1.2.22/reload4j-1.2.22.jar", + "selectedVersion": "1.2.22", + "included": true, + "id": "ch.qos.reload4j:reload4j:1.2.22", + "parent": "org.slf4j:slf4j-reload4j:2.0.9", + "children": [] + }, + { + "groupId": "org.slf4j", + "artifactId": "slf4j-api", + "version": "2.0.9", + "checksumAlgorithm": "SHA-256", + "checksum": "0818930dc8d7debb403204611691da58e49d42c50b6ffcfdce02dadb7c3c2b6c", + "scope": "test", + "resolved": "https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.jar", + "selectedVersion": "2.0.9", + "included": false, + "id": "org.slf4j:slf4j-api:2.0.9", + "parent": "org.slf4j:slf4j-reload4j:2.0.9", + "children": [] + } + ] + } + ], + "mavenPlugins": [], + "metaData": { + "environment": { + "osName": "Linux", + "mavenVersion": "3.9.9", + "javaVersion": "11.0.30" + }, + "config": { + "includeMavenPlugins": false, + "allowValidationFailure": false, + "includeEnvironment": true, + "reduced": false, + "mavenLockfileVersion": "5.5.2", + "checksumMode": "local", + "checksumAlgorithm": "SHA-256" + } + } +} \ No newline at end of file diff --git a/lockfile.json b/lockfile.json new file mode 100644 index 000000000..383d9048e --- /dev/null +++ b/lockfile.json @@ -0,0 +1,24 @@ +{ + "artifactId": "databricks-sdk-parent", + "groupId": "com.databricks", + "version": "0.103.0", + "lockFileVersion": 1, + "dependencies": [], + "mavenPlugins": [], + "metaData": { + "environment": { + "osName": "Linux", + "mavenVersion": "3.9.9", + "javaVersion": "11.0.30" + }, + "config": { + "includeMavenPlugins": false, + "allowValidationFailure": false, + "includeEnvironment": true, + "reduced": false, + "mavenLockfileVersion": "5.5.2", + "checksumMode": "local", + "checksumAlgorithm": "SHA-256" + } + } +} \ No newline at end of file diff --git a/pom.xml b/pom.xml index 080c03ed2..7f5c7767d 100644 --- a/pom.xml +++ b/pom.xml @@ -189,6 +189,11 @@ + + io.github.chains-project + maven-lockfile + 5.5.2 +