diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index a6b908a79..d5fca690d 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
- java: [ '8', '11', '17', '21']
+ java: ['21']
env:
MAVEN_ARGS: --batch-mode --update-snapshots -Dstyle.color=always -DYDB_DOCKER_ISOLATION=true
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index f6b14dd9d..f027ac495 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -75,7 +75,7 @@ jobs:
strategy:
matrix:
- java: [ '8', '11', '17', '21']
+ java: [ '21']
env:
MAVEN_ARGS: --batch-mode -Dstyle.color=always -DYDB_DOCKER_ISOLATION=true
diff --git a/.github/workflows/slo.yml b/.github/workflows/slo.yml
new file mode 100644
index 000000000..b3f73f6fb
--- /dev/null
+++ b/.github/workflows/slo.yml
@@ -0,0 +1,102 @@
+name: SLO JDBC
+
+on:
+ push:
+ branches: [master, develop, main]
+ pull_request:
+ types: [opened, reopened, edited, synchronize]
+
+jobs:
+ jdbc-slo-test:
+ if: (!contains(github.event.pull_request.labels.*.name, 'no slo'))
+ name: JDBC SLO Test
+ runs-on: ubuntu-latest
+
+ strategy:
+ matrix:
+ workload:
+ - simple-jdbc-test
+ include:
+ - workload: simple-jdbc-test
+ test_duration: 60
+ read_rps: 1000
+ write_rps: 100
+ read_timeout: 1000
+ write_timeout: 1000
+
+ concurrency:
+ group: slo-${{ github.ref }}-${{ matrix.workload }}
+ cancel-in-progress: true
+
+ steps:
+ - name: Checkout repository
+ uses: actions/checkout@v4
+
+ - name: Initialize YDB SLO
+ uses: ydb-platform/ydb-slo-action/init@53e02500d4a98a6b67d9009bc46e839236f15f81
+ with:
+ github_pull_request_number: ${{ github.event.pull_request.number }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
+ workload_name: ${{ matrix.workload }}
+ ydb_database_node_count: 5
+
+ - name: Set up JDK 21
+ uses: actions/setup-java@v4
+ with:
+ distribution: temurin
+ java-version: 21
+ cache: maven
+
+ - name: Build project
+ run: ./mvnw clean install -DskipTests -q
+
+ - name: Wait for YDB
+ run: |
+ for i in {1..30}; do
+ nc -zv localhost 2135 2>&1 | grep -q "succeeded" && break
+ sleep 2
+ done
+
+ - name: Run SLO test
+ env:
+ WORKLOAD_NAME: ${{ matrix.workload }}
+ YDB_JDBC_URL: jdbc:ydb:grpc://localhost:2135/Root/testdb
+ PROM_PGW: http://localhost:9091
+ TEST_DURATION: ${{ matrix.test_duration }}
+ READ_RPS: ${{ matrix.read_rps }}
+ WRITE_RPS: ${{ matrix.write_rps }}
+ READ_TIMEOUT: ${{ matrix.read_timeout }}
+ WRITE_TIMEOUT: ${{ matrix.write_timeout }}
+ REPORT_PERIOD: 1000
+ run: |
+ ./mvnw test -pl slo/${{ matrix.workload }} \
+ -Dskip.jdbc.tests=false \
+ -Dtest=JdbcSloTest
+
+ - name: Upload logs
+ if: always()
+ uses: actions/upload-artifact@v4
+ with:
+ name: ${{ matrix.workload }}-logs
+ path: |
+ **/target/surefire-reports/
+ ydb-chaos.log
+ retention-days: 1
+
+ publish-slo-report:
+ name: Publish SLO Report
+ runs-on: ubuntu-latest
+ needs: jdbc-slo-test
+ if: success()
+
+ permissions:
+ contents: read
+ pull-requests: write
+ actions: read
+
+ steps:
+ - name: Publish report
+ uses: ydb-platform/ydb-slo-action/report@53e02500d4a98a6b67d9009bc46e839236f15f81
+ with:
+ github_token: ${{ secrets.GITHUB_TOKEN }}
+ github_run_id: ${{ github.run_id }}
\ No newline at end of file
diff --git a/effective-pom b/effective-pom
new file mode 100644
index 000000000..46fe18015
--- /dev/null
+++ b/effective-pom
@@ -0,0 +1,16374 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 4.0.0
+ tech.ydb
+ ydb-sdk-bom
+ 2.3.30-SNAPSHOT
+ pom
+ Java SDK Bill of Materials
+ Java SDK Bill of Materials (BOM)
+ https://github.com/ydb-platform/ydb-java-sdk
+
+
+ Apache License, Version 2.0
+ https://www.apache.org/licenses/LICENSE-2.0
+
+
+
+
+ Aleksandr Gorshenin
+ alexandr268@ydb.tech
+ YDB
+ https://ydb.tech/
+
+
+
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git
+ https://github.com/ydb-platform/ydb-java-sdk
+
+
+ 2.2.0
+ 1.0.0
+ 1.7.3
+
+
+
+
+ tech.ydb
+ ydb-proto-api
+ 1.7.3
+
+
+ tech.ydb
+ ydb-auth-api
+ 1.0.0
+
+
+ tech.ydb
+ ydb-sdk-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-table
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-scheme
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-topic
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-export
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-coordination
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-query
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-tests-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit4-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit5-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ ydb-oauth2-provider
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ yc-auth-provider
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+ tech.ydb.auth
+ yc-auth-provider-shaded
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\bom\src\main\java
+ C:\Yandex DataBase\ydb-java-sdk\bom\src\main\scripts
+ C:\Yandex DataBase\ydb-java-sdk\bom\src\test\java
+ C:\Yandex DataBase\ydb-java-sdk\bom\target\classes
+ C:\Yandex DataBase\ydb-java-sdk\bom\target\test-classes
+
+
+ C:\Yandex DataBase\ydb-java-sdk\bom\src\main\resources
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\bom\src\test\resources
+
+
+ C:\Yandex DataBase\ydb-java-sdk\bom\target
+ ydb-sdk-bom-2.3.30-SNAPSHOT
+
+
+
+ maven-antrun-plugin
+ 3.1.0
+
+
+ maven-assembly-plugin
+ 3.7.1
+
+
+ maven-dependency-plugin
+ 3.7.0
+
+
+ maven-release-plugin
+ 3.0.1
+
+
+
+
+
+ maven-compiler-plugin
+ 3.14.0
+
+ 8
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+
+
+
+
+ maven-clean-plugin
+ 3.2.0
+
+
+ default-clean
+ clean
+
+ clean
+
+
+
+
+
+ maven-install-plugin
+ 3.1.2
+
+
+ default-install
+ install
+
+ install
+
+
+
+
+
+ maven-deploy-plugin
+ 3.1.2
+
+
+ default-deploy
+ deploy
+
+ deploy
+
+
+
+
+
+ maven-site-plugin
+ 3.12.1
+
+
+ default-site
+ site
+
+ site
+
+
+ C:\Yandex DataBase\ydb-java-sdk\bom\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+ default-deploy
+ site-deploy
+
+ deploy
+
+
+ C:\Yandex DataBase\ydb-java-sdk\bom\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\bom\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\bom\target\site
+
+
+
+ jdk8-bootstrap
+
+ [9
+
+
+
+
+ maven-compiler-plugin
+
+ 8
+
+
+
+
+
+
+ ossrh-s01
+
+
+
+
+ maven-gpg-plugin
+ 3.2.7
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
+
+ --pinentry-mode
+ loopback
+
+
+
+
+ org.sonatype.central
+ central-publishing-maven-plugin
+ 0.7.0
+ true
+
+ ossrh-s01
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 4.0.0
+ tech.ydb
+ ydb-sdk-parent
+ 2.3.30-SNAPSHOT
+ pom
+ Java SDK for YDB
+ Java SDK for YDB
+ https://github.com/ydb-platform/ydb-java-sdk
+
+
+ Apache License, Version 2.0
+ https://www.apache.org/licenses/LICENSE-2.0
+
+
+
+
+ Aleksandr Gorshenin
+ alexandr268@ydb.tech
+ YDB
+ https://ydb.tech/
+
+
+
+ bom
+ common
+ core
+ table
+ scheme
+ topic
+ query
+ coordination
+ export
+ tests/common
+ tests/junit4-support
+ tests/junit5-support
+ auth-providers/oauth2-provider
+ slo
+
+
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git
+ https://github.com/ydb-platform/ydb-java-sdk
+
+
+ 2.8.9
+ 4.13.2
+ 5.9.3
+ 2.17.2
+ 5.11.0
+ UTF-8
+ 1.7.36
+ 1.19.3
+
+
+
+
+ org.slf4j
+ slf4j-api
+ 1.7.36
+
+
+ com.google.code.gson
+ gson
+ 2.8.9
+
+
+ junit
+ junit
+ 4.13.2
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ 5.9.3
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+
+
+ org.mockito
+ mockito-core
+ 5.11.0
+
+
+ org.testcontainers
+ testcontainers
+ 1.19.3
+
+
+ tech.ydb
+ ydb-proto-api
+ 1.7.3
+
+
+ tech.ydb
+ ydb-auth-api
+ 1.0.0
+
+
+ tech.ydb
+ ydb-sdk-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-table
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-scheme
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-topic
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-export
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-coordination
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-query
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-tests-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit4-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit5-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ ydb-oauth2-provider
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ yc-auth-provider
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+ tech.ydb.auth
+ yc-auth-provider-shaded
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\src\main\java
+ C:\Yandex DataBase\ydb-java-sdk\src\main\scripts
+ C:\Yandex DataBase\ydb-java-sdk\src\test\java
+ C:\Yandex DataBase\ydb-java-sdk\target\classes
+ C:\Yandex DataBase\ydb-java-sdk\target\test-classes
+
+
+ C:\Yandex DataBase\ydb-java-sdk\src\main\resources
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\src\test\resources
+
+
+ C:\Yandex DataBase\ydb-java-sdk\target
+ ydb-sdk-parent-2.3.30-SNAPSHOT
+
+
+
+ maven-antrun-plugin
+ 3.1.0
+
+
+ maven-assembly-plugin
+ 3.7.1
+
+
+ maven-dependency-plugin
+ 3.7.0
+
+
+ maven-release-plugin
+ 3.0.1
+
+
+
+
+
+ maven-dependency-plugin
+ 3.8.1
+
+
+ maven-resources-plugin
+ 3.3.1
+
+ ISO-8859-1
+
+
+
+ maven-compiler-plugin
+ 3.14.0
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ maven-source-plugin
+ 3.3.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ maven-surefire-plugin
+ 3.5.3
+
+
+ true
+
+
+
+
+ maven-checkstyle-plugin
+ 3.6.0
+
+
+ test
+
+ check
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+ maven-javadoc-plugin
+ 3.11.2
+
+
+ attach-javadocs
+
+ jar
+
+
+ 8
+
+
+
+
+ 8
+
+
+
+ org.jacoco
+ jacoco-maven-plugin
+ 0.8.13
+
+
+ jacoco-prepare-agent
+
+ prepare-agent
+
+
+
+ jacoco-report
+ test
+
+ report
+
+
+
+
+
+ maven-clean-plugin
+ 3.2.0
+
+
+ default-clean
+ clean
+
+ clean
+
+
+
+
+
+ maven-install-plugin
+ 3.1.2
+
+
+ default-install
+ install
+
+ install
+
+
+
+
+
+ maven-deploy-plugin
+ 3.1.2
+
+
+ default-deploy
+ deploy
+
+ deploy
+
+
+
+
+
+ maven-site-plugin
+ 3.12.1
+
+
+ default-site
+ site
+
+ site
+
+
+ C:\Yandex DataBase\ydb-java-sdk\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+ default-deploy
+ site-deploy
+
+ deploy
+
+
+ C:\Yandex DataBase\ydb-java-sdk\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\target\site
+
+
+
+ jdk8-bootstrap
+
+ [9
+
+ argLine
+
+
+
+
+
+ maven-compiler-plugin
+
+ 8
+
+
+
+ maven-surefire-plugin
+
+ ${argLine} -XX:+EnableDynamicAgentLoading
+
+
+
+
+
+
+ with-auth-api
+
+ auth-api
+
+
+
+ ossrh-s01
+
+
+
+
+ maven-gpg-plugin
+ 3.2.7
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
+
+ --pinentry-mode
+ loopback
+
+
+
+
+ org.sonatype.central
+ central-publishing-maven-plugin
+ 0.7.0
+ true
+
+ ossrh-s01
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 4.0.0
+
+ tech.ydb
+ ydb-sdk-parent
+ 2.3.30-SNAPSHOT
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.30-SNAPSHOT
+ Core module of Java SDK for YDB
+ Core module of Java SDK for YDB
+ https://github.com/ydb-platform/ydb-java-sdk/ydb-sdk-core
+
+
+ Apache License, Version 2.0
+ https://www.apache.org/licenses/LICENSE-2.0
+
+
+
+
+ Aleksandr Gorshenin
+ alexandr268@ydb.tech
+ YDB
+ https://ydb.tech/
+
+
+
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/ydb-sdk-core
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/ydb-sdk-core
+ https://github.com/ydb-platform/ydb-java-sdk/ydb-sdk-core
+
+
+ 2.8.9
+ 4.13.2
+ 5.9.3
+ 2.17.2
+ 5.11.0
+ UTF-8
+ 1.7.36
+ 1.19.3
+
+
+
+
+ org.slf4j
+ slf4j-api
+ 1.7.36
+
+
+ com.google.code.gson
+ gson
+ 2.8.9
+
+
+ junit
+ junit
+ 4.13.2
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ 5.9.3
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+
+
+ org.mockito
+ mockito-core
+ 5.11.0
+
+
+ org.testcontainers
+ testcontainers
+ 1.19.3
+
+
+ tech.ydb
+ ydb-proto-api
+ 1.7.3
+
+
+ tech.ydb
+ ydb-auth-api
+ 1.0.0
+
+
+ tech.ydb
+ ydb-sdk-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-table
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-scheme
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-topic
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-export
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-coordination
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-query
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-tests-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit4-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit5-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ ydb-oauth2-provider
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ yc-auth-provider
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+ tech.ydb.auth
+ yc-auth-provider-shaded
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+
+
+
+ tech.ydb
+ ydb-proto-api
+ 1.7.3
+ compile
+
+
+ tech.ydb
+ ydb-auth-api
+ 1.0.0
+ compile
+
+
+ io.grpc
+ grpc-netty
+ 1.59.1
+ compile
+ true
+
+
+ org.slf4j
+ slf4j-api
+ 1.7.36
+ compile
+
+
+ com.google.code.gson
+ gson
+ 2.8.9
+ compile
+
+
+ junit
+ junit
+ 4.13.2
+ test
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+ test
+
+
+ org.mockito
+ mockito-core
+ 5.11.0
+ test
+
+
+ org.bouncycastle
+ bcprov-jdk18on
+ 1.79
+ test
+
+
+ org.bouncycastle
+ bcpkix-jdk18on
+ 1.79
+ test
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\core\src\main\java
+ C:\Yandex DataBase\ydb-java-sdk\core\src\main\scripts
+ C:\Yandex DataBase\ydb-java-sdk\core\src\test\java
+ C:\Yandex DataBase\ydb-java-sdk\core\target\classes
+ C:\Yandex DataBase\ydb-java-sdk\core\target\test-classes
+
+
+ true
+ C:\Yandex DataBase\ydb-java-sdk\core\src\main\resources
+
+ **/*.properties
+
+
+
+ false
+ C:\Yandex DataBase\ydb-java-sdk\core\src\main\resources
+
+ **/*.pkcs
+ **/*.password
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\core\src\test\resources
+
+
+ C:\Yandex DataBase\ydb-java-sdk\core\target
+ ydb-sdk-core-2.3.30-SNAPSHOT
+
+
+
+ maven-antrun-plugin
+ 3.1.0
+
+
+ maven-assembly-plugin
+ 3.7.1
+
+
+ maven-dependency-plugin
+ 3.7.0
+
+
+ maven-release-plugin
+ 3.0.1
+
+
+
+
+
+ maven-dependency-plugin
+ 3.8.1
+
+
+ maven-resources-plugin
+ 3.3.1
+
+
+ default-testResources
+ process-test-resources
+
+ testResources
+
+
+ ISO-8859-1
+
+
+
+ default-resources
+ process-resources
+
+ resources
+
+
+ ISO-8859-1
+
+
+
+
+ ISO-8859-1
+
+
+
+ maven-compiler-plugin
+ 3.14.0
+
+
+ default-compile
+ compile
+
+ compile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ default-testCompile
+ test-compile
+
+ testCompile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ maven-source-plugin
+ 3.3.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ maven-surefire-plugin
+ 3.5.3
+
+
+ default-test
+ test
+
+ test
+
+
+
+ true
+
+
+
+
+
+
+ true
+
+
+
+
+ maven-checkstyle-plugin
+ 3.6.0
+
+
+ test
+
+ check
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+ maven-javadoc-plugin
+ 3.11.2
+
+
+ attach-javadocs
+
+ jar
+
+
+ 8
+
+
+
+
+ 8
+
+
+
+ org.jacoco
+ jacoco-maven-plugin
+ 0.8.13
+
+
+ jacoco-prepare-agent
+
+ prepare-agent
+
+
+
+ jacoco-report
+ test
+
+ report
+
+
+
+
+
+ maven-clean-plugin
+ 3.2.0
+
+
+ default-clean
+ clean
+
+ clean
+
+
+
+
+
+ maven-jar-plugin
+ 3.4.1
+
+
+ default-jar
+ package
+
+ jar
+
+
+
+
+
+ maven-install-plugin
+ 3.1.2
+
+
+ default-install
+ install
+
+ install
+
+
+
+
+
+ maven-deploy-plugin
+ 3.1.2
+
+
+ default-deploy
+ deploy
+
+ deploy
+
+
+
+
+
+ maven-site-plugin
+ 3.12.1
+
+
+ default-site
+ site
+
+ site
+
+
+ C:\Yandex DataBase\ydb-java-sdk\core\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+ default-deploy
+ site-deploy
+
+ deploy
+
+
+ C:\Yandex DataBase\ydb-java-sdk\core\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\core\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\core\target\site
+
+
+
+ jdk8-build
+
+ 1.8
+
+
+ 4.11.0
+
+
+
+ io.netty
+ netty-tcnative-boringssl-static
+ 2.0.61.Final
+
+
+ org.mockito
+ mockito-inline
+ 5.11.0
+ test
+
+
+
+
+
+
+
+
+
+
+
+
+ 4.0.0
+
+ tech.ydb
+ ydb-sdk-parent
+ 2.3.30-SNAPSHOT
+
+ tech.ydb
+ ydb-sdk-common
+ 2.3.30-SNAPSHOT
+ Common module of Java SDK for YDB
+ Common module of Java SDK for YDB
+ https://github.com/ydb-platform/ydb-java-sdk/tests/ydb-sdk-common
+
+
+ Apache License, Version 2.0
+ https://www.apache.org/licenses/LICENSE-2.0
+
+
+
+
+ Aleksandr Gorshenin
+ alexandr268@ydb.tech
+ YDB
+ https://ydb.tech/
+
+
+
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/tests/ydb-sdk-common
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/tests/ydb-sdk-common
+ https://github.com/ydb-platform/ydb-java-sdk/tests/ydb-sdk-common
+
+
+ 2.8.9
+ 4.13.2
+ 5.9.3
+ 2.17.2
+ 5.11.0
+ UTF-8
+ 1.7.36
+ 1.19.3
+
+
+
+
+ org.slf4j
+ slf4j-api
+ 1.7.36
+
+
+ com.google.code.gson
+ gson
+ 2.8.9
+
+
+ junit
+ junit
+ 4.13.2
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ 5.9.3
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+
+
+ org.mockito
+ mockito-core
+ 5.11.0
+
+
+ org.testcontainers
+ testcontainers
+ 1.19.3
+
+
+ tech.ydb
+ ydb-proto-api
+ 1.7.3
+
+
+ tech.ydb
+ ydb-auth-api
+ 1.0.0
+
+
+ tech.ydb
+ ydb-sdk-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-table
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-scheme
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-topic
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-export
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-coordination
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-query
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-tests-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit4-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit5-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ ydb-oauth2-provider
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ yc-auth-provider
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+ tech.ydb.auth
+ yc-auth-provider-shaded
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.30-SNAPSHOT
+ compile
+
+
+ org.slf4j
+ slf4j-api
+ 1.7.36
+ compile
+
+
+ junit
+ junit
+ 4.13.2
+ test
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+ test
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\common\src\main\java
+ C:\Yandex DataBase\ydb-java-sdk\common\src\main\scripts
+ C:\Yandex DataBase\ydb-java-sdk\common\src\test\java
+ C:\Yandex DataBase\ydb-java-sdk\common\target\classes
+ C:\Yandex DataBase\ydb-java-sdk\common\target\test-classes
+
+
+ C:\Yandex DataBase\ydb-java-sdk\common\src\main\resources
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\common\src\test\resources
+
+
+ C:\Yandex DataBase\ydb-java-sdk\common\target
+ ydb-sdk-common-2.3.30-SNAPSHOT
+
+
+
+ maven-antrun-plugin
+ 3.1.0
+
+
+ maven-assembly-plugin
+ 3.7.1
+
+
+ maven-dependency-plugin
+ 3.7.0
+
+
+ maven-release-plugin
+ 3.0.1
+
+
+
+
+
+ maven-dependency-plugin
+ 3.8.1
+
+
+ maven-resources-plugin
+ 3.3.1
+
+
+ default-testResources
+ process-test-resources
+
+ testResources
+
+
+ ISO-8859-1
+
+
+
+ default-resources
+ process-resources
+
+ resources
+
+
+ ISO-8859-1
+
+
+
+
+ ISO-8859-1
+
+
+
+ maven-compiler-plugin
+ 3.14.0
+
+
+ default-compile
+ compile
+
+ compile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ default-testCompile
+ test-compile
+
+ testCompile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ maven-source-plugin
+ 3.3.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ maven-surefire-plugin
+ 3.5.3
+
+
+ default-test
+ test
+
+ test
+
+
+
+ true
+
+
+
+
+
+
+ true
+
+
+
+
+ maven-checkstyle-plugin
+ 3.6.0
+
+
+ test
+
+ check
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+ maven-javadoc-plugin
+ 3.11.2
+
+
+ attach-javadocs
+
+ jar
+
+
+ 8
+
+
+
+
+ 8
+
+
+
+ org.jacoco
+ jacoco-maven-plugin
+ 0.8.13
+
+
+ jacoco-prepare-agent
+
+ prepare-agent
+
+
+
+ jacoco-report
+ test
+
+ report
+
+
+
+
+
+ maven-clean-plugin
+ 3.2.0
+
+
+ default-clean
+ clean
+
+ clean
+
+
+
+
+
+ maven-jar-plugin
+ 3.4.1
+
+
+ default-jar
+ package
+
+ jar
+
+
+
+
+
+ maven-install-plugin
+ 3.1.2
+
+
+ default-install
+ install
+
+ install
+
+
+
+
+
+ maven-deploy-plugin
+ 3.1.2
+
+
+ default-deploy
+ deploy
+
+ deploy
+
+
+
+
+
+ maven-site-plugin
+ 3.12.1
+
+
+ default-site
+ site
+
+ site
+
+
+ C:\Yandex DataBase\ydb-java-sdk\common\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+ default-deploy
+ site-deploy
+
+ deploy
+
+
+ C:\Yandex DataBase\ydb-java-sdk\common\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\common\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\common\target\site
+
+
+
+
+
+
+
+
+
+ 4.0.0
+
+ tech.ydb
+ ydb-sdk-parent
+ 2.3.30-SNAPSHOT
+ ../../pom.xml
+
+ tech.ydb.test
+ ydb-tests-common
+ 2.3.30-SNAPSHOT
+ Tests common module
+ Java SDK for YDB
+ https://github.com/ydb-platform/ydb-java-sdk/tests/ydb-tests-common
+
+
+ Apache License, Version 2.0
+ https://www.apache.org/licenses/LICENSE-2.0
+
+
+
+
+ Aleksandr Gorshenin
+ alexandr268@ydb.tech
+ YDB
+ https://ydb.tech/
+
+
+
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/tests/ydb-tests-common
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/tests/ydb-tests-common
+ https://github.com/ydb-platform/ydb-java-sdk/tests/ydb-tests-common
+
+
+ 2.8.9
+ 4.13.2
+ 5.9.3
+ 2.17.2
+ 5.11.0
+ UTF-8
+ 1.7.36
+ 1.19.3
+
+
+
+
+ org.slf4j
+ slf4j-api
+ 1.7.36
+
+
+ com.google.code.gson
+ gson
+ 2.8.9
+
+
+ junit
+ junit
+ 4.13.2
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ 5.9.3
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+
+
+ org.mockito
+ mockito-core
+ 5.11.0
+
+
+ org.testcontainers
+ testcontainers
+ 1.19.3
+
+
+ tech.ydb
+ ydb-proto-api
+ 1.7.3
+
+
+ tech.ydb
+ ydb-auth-api
+ 1.0.0
+
+
+ tech.ydb
+ ydb-sdk-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-table
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-scheme
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-topic
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-export
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-coordination
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-query
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-tests-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit4-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit5-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ ydb-oauth2-provider
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ yc-auth-provider
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+ tech.ydb.auth
+ yc-auth-provider-shaded
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.30-SNAPSHOT
+ compile
+
+
+ org.testcontainers
+ testcontainers
+ 1.19.3
+ compile
+
+
+ junit
+ junit
+ 4.13.2
+ compile
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+ test
+
+
+ org.mockito
+ mockito-core
+ 5.11.0
+ test
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\common\src\main\java
+ C:\Yandex DataBase\ydb-java-sdk\tests\common\src\main\scripts
+ C:\Yandex DataBase\ydb-java-sdk\tests\common\src\test\java
+ C:\Yandex DataBase\ydb-java-sdk\tests\common\target\classes
+ C:\Yandex DataBase\ydb-java-sdk\tests\common\target\test-classes
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\common\src\main\resources
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\common\src\test\resources
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\common\target
+ ydb-tests-common-2.3.30-SNAPSHOT
+
+
+
+ maven-antrun-plugin
+ 3.1.0
+
+
+ maven-assembly-plugin
+ 3.7.1
+
+
+ maven-dependency-plugin
+ 3.7.0
+
+
+ maven-release-plugin
+ 3.0.1
+
+
+
+
+
+ maven-dependency-plugin
+ 3.8.1
+
+
+ maven-resources-plugin
+ 3.3.1
+
+
+ default-testResources
+ process-test-resources
+
+ testResources
+
+
+ ISO-8859-1
+
+
+
+ default-resources
+ process-resources
+
+ resources
+
+
+ ISO-8859-1
+
+
+
+
+ ISO-8859-1
+
+
+
+ maven-compiler-plugin
+ 3.14.0
+
+
+ default-compile
+ compile
+
+ compile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ default-testCompile
+ test-compile
+
+ testCompile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ maven-source-plugin
+ 3.3.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ maven-surefire-plugin
+ 3.5.3
+
+
+ default-test
+ test
+
+ test
+
+
+
+ var1
+
+ true
+ true1
+ true
+ true
+
+
+
+
+
+
+ var1
+
+ true
+ true1
+ true
+ true
+
+
+
+
+ maven-checkstyle-plugin
+ 3.6.0
+
+
+ test
+
+ check
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+ maven-javadoc-plugin
+ 3.11.2
+
+
+ attach-javadocs
+
+ jar
+
+
+ 8
+
+
+
+
+ 8
+
+
+
+ org.jacoco
+ jacoco-maven-plugin
+ 0.8.13
+
+
+ jacoco-prepare-agent
+
+ prepare-agent
+
+
+
+ jacoco-report
+ test
+
+ report
+
+
+
+
+
+ maven-clean-plugin
+ 3.2.0
+
+
+ default-clean
+ clean
+
+ clean
+
+
+
+
+
+ maven-jar-plugin
+ 3.4.1
+
+
+ default-jar
+ package
+
+ jar
+
+
+
+
+
+ maven-install-plugin
+ 3.1.2
+
+
+ default-install
+ install
+
+ install
+
+
+
+
+
+ maven-deploy-plugin
+ 3.1.2
+
+
+ default-deploy
+ deploy
+
+ deploy
+
+
+
+
+
+ maven-site-plugin
+ 3.12.1
+
+
+ default-site
+ site
+
+ site
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\common\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+ default-deploy
+ site-deploy
+
+ deploy
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\common\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\common\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\common\target\site
+
+
+
+ jdk8-build
+
+ 1.8
+
+
+ 4.11.0
+
+
+
+ org.mockito
+ mockito-inline
+ 5.11.0
+ test
+
+
+
+
+
+
+
+
+
+
+
+
+ 4.0.0
+
+ tech.ydb
+ ydb-sdk-parent
+ 2.3.30-SNAPSHOT
+ ../../pom.xml
+
+ tech.ydb.test
+ ydb-junit4-support
+ 2.3.30-SNAPSHOT
+ JUnit 4 support module
+ Java SDK for YDB
+ https://github.com/ydb-platform/ydb-java-sdk/tests/ydb-junit4-support
+
+
+ Apache License, Version 2.0
+ https://www.apache.org/licenses/LICENSE-2.0
+
+
+
+
+ Aleksandr Gorshenin
+ alexandr268@ydb.tech
+ YDB
+ https://ydb.tech/
+
+
+
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/tests/ydb-junit4-support
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/tests/ydb-junit4-support
+ https://github.com/ydb-platform/ydb-java-sdk/tests/ydb-junit4-support
+
+
+ 2.8.9
+ 4.13.2
+ 5.9.3
+ 2.17.2
+ 5.11.0
+ UTF-8
+ 1.7.36
+ 1.19.3
+
+
+
+
+ org.slf4j
+ slf4j-api
+ 1.7.36
+
+
+ com.google.code.gson
+ gson
+ 2.8.9
+
+
+ junit
+ junit
+ 4.13.2
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ 5.9.3
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+
+
+ org.mockito
+ mockito-core
+ 5.11.0
+
+
+ org.testcontainers
+ testcontainers
+ 1.19.3
+
+
+ tech.ydb
+ ydb-proto-api
+ 1.7.3
+
+
+ tech.ydb
+ ydb-auth-api
+ 1.0.0
+
+
+ tech.ydb
+ ydb-sdk-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-table
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-scheme
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-topic
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-export
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-coordination
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-query
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-tests-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit4-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit5-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ ydb-oauth2-provider
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ yc-auth-provider
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+ tech.ydb.auth
+ yc-auth-provider-shaded
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+
+
+
+ tech.ydb.test
+ ydb-tests-common
+ 2.3.30-SNAPSHOT
+ compile
+
+
+ junit
+ junit
+ 4.13.2
+ provided
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit4-support\src\main\java
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit4-support\src\main\scripts
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit4-support\src\test\java
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit4-support\target\classes
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit4-support\target\test-classes
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit4-support\src\main\resources
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit4-support\src\test\resources
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit4-support\target
+ ydb-junit4-support-2.3.30-SNAPSHOT
+
+
+
+ maven-antrun-plugin
+ 3.1.0
+
+
+ maven-assembly-plugin
+ 3.7.1
+
+
+ maven-dependency-plugin
+ 3.7.0
+
+
+ maven-release-plugin
+ 3.0.1
+
+
+
+
+
+ maven-dependency-plugin
+ 3.8.1
+
+
+ maven-resources-plugin
+ 3.3.1
+
+
+ default-testResources
+ process-test-resources
+
+ testResources
+
+
+ ISO-8859-1
+
+
+
+ default-resources
+ process-resources
+
+ resources
+
+
+ ISO-8859-1
+
+
+
+
+ ISO-8859-1
+
+
+
+ maven-compiler-plugin
+ 3.14.0
+
+
+ default-compile
+ compile
+
+ compile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ default-testCompile
+ test-compile
+
+ testCompile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ maven-source-plugin
+ 3.3.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ maven-surefire-plugin
+ 3.5.3
+
+
+ default-test
+ test
+
+ test
+
+
+
+ true
+
+
+
+
+
+
+ true
+
+
+
+
+ maven-checkstyle-plugin
+ 3.6.0
+
+
+ test
+
+ check
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+ maven-javadoc-plugin
+ 3.11.2
+
+
+ attach-javadocs
+
+ jar
+
+
+ 8
+
+
+
+
+ 8
+
+
+
+ org.jacoco
+ jacoco-maven-plugin
+ 0.8.13
+
+
+ jacoco-prepare-agent
+
+ prepare-agent
+
+
+
+ jacoco-report
+ test
+
+ report
+
+
+
+
+
+ maven-clean-plugin
+ 3.2.0
+
+
+ default-clean
+ clean
+
+ clean
+
+
+
+
+
+ maven-jar-plugin
+ 3.4.1
+
+
+ default-jar
+ package
+
+ jar
+
+
+
+
+
+ maven-install-plugin
+ 3.1.2
+
+
+ default-install
+ install
+
+ install
+
+
+
+
+
+ maven-deploy-plugin
+ 3.1.2
+
+
+ default-deploy
+ deploy
+
+ deploy
+
+
+
+
+
+ maven-site-plugin
+ 3.12.1
+
+
+ default-site
+ site
+
+ site
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit4-support\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+ default-deploy
+ site-deploy
+
+ deploy
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit4-support\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit4-support\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit4-support\target\site
+
+
+
+
+
+
+
+
+ 4.0.0
+
+ tech.ydb
+ ydb-sdk-parent
+ 2.3.30-SNAPSHOT
+
+ tech.ydb
+ ydb-sdk-table
+ 2.3.30-SNAPSHOT
+ Table client implementation
+ Table client implementation
+ https://github.com/ydb-platform/ydb-java-sdk/ydb-sdk-table
+
+
+ Apache License, Version 2.0
+ https://www.apache.org/licenses/LICENSE-2.0
+
+
+
+
+ Aleksandr Gorshenin
+ alexandr268@ydb.tech
+ YDB
+ https://ydb.tech/
+
+
+
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/ydb-sdk-table
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/ydb-sdk-table
+ https://github.com/ydb-platform/ydb-java-sdk/ydb-sdk-table
+
+
+ 2.8.9
+ 4.13.2
+ 5.9.3
+ 2.17.2
+ 5.11.0
+ UTF-8
+ 1.7.36
+ 1.19.3
+
+
+
+
+ org.slf4j
+ slf4j-api
+ 1.7.36
+
+
+ com.google.code.gson
+ gson
+ 2.8.9
+
+
+ junit
+ junit
+ 4.13.2
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ 5.9.3
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+
+
+ org.mockito
+ mockito-core
+ 5.11.0
+
+
+ org.testcontainers
+ testcontainers
+ 1.19.3
+
+
+ tech.ydb
+ ydb-proto-api
+ 1.7.3
+
+
+ tech.ydb
+ ydb-auth-api
+ 1.0.0
+
+
+ tech.ydb
+ ydb-sdk-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-table
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-scheme
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-topic
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-export
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-coordination
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-query
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-tests-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit4-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit5-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ ydb-oauth2-provider
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ yc-auth-provider
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+ tech.ydb.auth
+ yc-auth-provider-shaded
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.30-SNAPSHOT
+ compile
+
+
+ tech.ydb
+ ydb-sdk-common
+ 2.3.30-SNAPSHOT
+ compile
+
+
+ tech.ydb.test
+ ydb-junit4-support
+ 2.3.30-SNAPSHOT
+ test
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+ test
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\table\src\main\java
+ C:\Yandex DataBase\ydb-java-sdk\table\src\main\scripts
+ C:\Yandex DataBase\ydb-java-sdk\table\src\test\java
+ C:\Yandex DataBase\ydb-java-sdk\table\target\classes
+ C:\Yandex DataBase\ydb-java-sdk\table\target\test-classes
+
+
+ C:\Yandex DataBase\ydb-java-sdk\table\src\main\resources
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\table\src\test\resources
+
+
+ C:\Yandex DataBase\ydb-java-sdk\table\target
+ ydb-sdk-table-2.3.30-SNAPSHOT
+
+
+
+ maven-antrun-plugin
+ 3.1.0
+
+
+ maven-assembly-plugin
+ 3.7.1
+
+
+ maven-dependency-plugin
+ 3.7.0
+
+
+ maven-release-plugin
+ 3.0.1
+
+
+
+
+
+ maven-dependency-plugin
+ 3.8.1
+
+
+ maven-resources-plugin
+ 3.3.1
+
+
+ default-testResources
+ process-test-resources
+
+ testResources
+
+
+ ISO-8859-1
+
+
+
+ default-resources
+ process-resources
+
+ resources
+
+
+ ISO-8859-1
+
+
+
+
+ ISO-8859-1
+
+
+
+ maven-compiler-plugin
+ 3.14.0
+
+
+ default-compile
+ compile
+
+ compile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ default-testCompile
+ test-compile
+
+ testCompile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ maven-source-plugin
+ 3.3.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ maven-surefire-plugin
+ 3.5.3
+
+
+ default-test
+ test
+
+ test
+
+
+
+ true
+ ydbplatform/local-ydb:trunk
+
+
+
+
+
+
+ true
+ ydbplatform/local-ydb:trunk
+
+
+
+
+ maven-checkstyle-plugin
+ 3.6.0
+
+
+ test
+
+ check
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+ maven-javadoc-plugin
+ 3.11.2
+
+
+ attach-javadocs
+
+ jar
+
+
+ 8
+
+
+
+
+ 8
+
+
+
+ org.jacoco
+ jacoco-maven-plugin
+ 0.8.13
+
+
+ jacoco-prepare-agent
+
+ prepare-agent
+
+
+
+ jacoco-report
+ test
+
+ report
+
+
+
+
+
+ maven-clean-plugin
+ 3.2.0
+
+
+ default-clean
+ clean
+
+ clean
+
+
+
+
+
+ maven-jar-plugin
+ 3.4.1
+
+
+ default-jar
+ package
+
+ jar
+
+
+
+
+
+ maven-install-plugin
+ 3.1.2
+
+
+ default-install
+ install
+
+ install
+
+
+
+
+
+ maven-deploy-plugin
+ 3.1.2
+
+
+ default-deploy
+ deploy
+
+ deploy
+
+
+
+
+
+ maven-site-plugin
+ 3.12.1
+
+
+ default-site
+ site
+
+ site
+
+
+ C:\Yandex DataBase\ydb-java-sdk\table\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+ default-deploy
+ site-deploy
+
+ deploy
+
+
+ C:\Yandex DataBase\ydb-java-sdk\table\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\table\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\table\target\site
+
+
+
+
+
+
+
+
+
+ 4.0.0
+
+ tech.ydb
+ ydb-sdk-parent
+ 2.3.30-SNAPSHOT
+
+ tech.ydb
+ ydb-sdk-scheme
+ 2.3.30-SNAPSHOT
+ Scheme client implementation
+ Scheme client implementation
+ https://github.com/ydb-platform/ydb-java-sdk/ydb-sdk-scheme
+
+
+ Apache License, Version 2.0
+ https://www.apache.org/licenses/LICENSE-2.0
+
+
+
+
+ Aleksandr Gorshenin
+ alexandr268@ydb.tech
+ YDB
+ https://ydb.tech/
+
+
+
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/ydb-sdk-scheme
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/ydb-sdk-scheme
+ https://github.com/ydb-platform/ydb-java-sdk/ydb-sdk-scheme
+
+
+ 2.8.9
+ 4.13.2
+ 5.9.3
+ 2.17.2
+ 5.11.0
+ UTF-8
+ 1.7.36
+ 1.19.3
+
+
+
+
+ org.slf4j
+ slf4j-api
+ 1.7.36
+
+
+ com.google.code.gson
+ gson
+ 2.8.9
+
+
+ junit
+ junit
+ 4.13.2
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ 5.9.3
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+
+
+ org.mockito
+ mockito-core
+ 5.11.0
+
+
+ org.testcontainers
+ testcontainers
+ 1.19.3
+
+
+ tech.ydb
+ ydb-proto-api
+ 1.7.3
+
+
+ tech.ydb
+ ydb-auth-api
+ 1.0.0
+
+
+ tech.ydb
+ ydb-sdk-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-table
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-scheme
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-topic
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-export
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-coordination
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-query
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-tests-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit4-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit5-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ ydb-oauth2-provider
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ yc-auth-provider
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+ tech.ydb.auth
+ yc-auth-provider-shaded
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.30-SNAPSHOT
+ compile
+
+
+ junit
+ junit
+ 4.13.2
+ test
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+ test
+
+
+ tech.ydb.test
+ ydb-junit4-support
+ 2.3.30-SNAPSHOT
+ test
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\scheme\src\main\java
+ C:\Yandex DataBase\ydb-java-sdk\scheme\src\main\scripts
+ C:\Yandex DataBase\ydb-java-sdk\scheme\src\test\java
+ C:\Yandex DataBase\ydb-java-sdk\scheme\target\classes
+ C:\Yandex DataBase\ydb-java-sdk\scheme\target\test-classes
+
+
+ C:\Yandex DataBase\ydb-java-sdk\scheme\src\main\resources
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\scheme\src\test\resources
+
+
+ C:\Yandex DataBase\ydb-java-sdk\scheme\target
+ ydb-sdk-scheme-2.3.30-SNAPSHOT
+
+
+
+ maven-antrun-plugin
+ 3.1.0
+
+
+ maven-assembly-plugin
+ 3.7.1
+
+
+ maven-dependency-plugin
+ 3.7.0
+
+
+ maven-release-plugin
+ 3.0.1
+
+
+
+
+
+ maven-dependency-plugin
+ 3.8.1
+
+
+ maven-resources-plugin
+ 3.3.1
+
+
+ default-testResources
+ process-test-resources
+
+ testResources
+
+
+ ISO-8859-1
+
+
+
+ default-resources
+ process-resources
+
+ resources
+
+
+ ISO-8859-1
+
+
+
+
+ ISO-8859-1
+
+
+
+ maven-compiler-plugin
+ 3.14.0
+
+
+ default-compile
+ compile
+
+ compile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ default-testCompile
+ test-compile
+
+ testCompile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ maven-source-plugin
+ 3.3.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ maven-surefire-plugin
+ 3.5.3
+
+
+ default-test
+ test
+
+ test
+
+
+
+ true
+
+
+
+
+
+
+ true
+
+
+
+
+ maven-checkstyle-plugin
+ 3.6.0
+
+
+ test
+
+ check
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+ maven-javadoc-plugin
+ 3.11.2
+
+
+ attach-javadocs
+
+ jar
+
+
+ 8
+
+
+
+
+ 8
+
+
+
+ org.jacoco
+ jacoco-maven-plugin
+ 0.8.13
+
+
+ jacoco-prepare-agent
+
+ prepare-agent
+
+
+
+ jacoco-report
+ test
+
+ report
+
+
+
+
+
+ maven-clean-plugin
+ 3.2.0
+
+
+ default-clean
+ clean
+
+ clean
+
+
+
+
+
+ maven-jar-plugin
+ 3.4.1
+
+
+ default-jar
+ package
+
+ jar
+
+
+
+
+
+ maven-install-plugin
+ 3.1.2
+
+
+ default-install
+ install
+
+ install
+
+
+
+
+
+ maven-deploy-plugin
+ 3.1.2
+
+
+ default-deploy
+ deploy
+
+ deploy
+
+
+
+
+
+ maven-site-plugin
+ 3.12.1
+
+
+ default-site
+ site
+
+ site
+
+
+ C:\Yandex DataBase\ydb-java-sdk\scheme\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+ default-deploy
+ site-deploy
+
+ deploy
+
+
+ C:\Yandex DataBase\ydb-java-sdk\scheme\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\scheme\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\scheme\target\site
+
+
+
+
+
+
+
+
+ 4.0.0
+
+ tech.ydb
+ ydb-sdk-parent
+ 2.3.30-SNAPSHOT
+
+ tech.ydb
+ ydb-sdk-topic
+ 2.3.30-SNAPSHOT
+ Topic client implementation
+ Topic client implementation
+ https://github.com/ydb-platform/ydb-java-sdk/ydb-sdk-topic
+
+
+ Apache License, Version 2.0
+ https://www.apache.org/licenses/LICENSE-2.0
+
+
+
+
+ Aleksandr Gorshenin
+ alexandr268@ydb.tech
+ YDB
+ https://ydb.tech/
+
+
+
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/ydb-sdk-topic
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/ydb-sdk-topic
+ https://github.com/ydb-platform/ydb-java-sdk/ydb-sdk-topic
+
+
+ 2.8.9
+ 4.13.2
+ 5.9.3
+ 2.17.2
+ 5.11.0
+ UTF-8
+ 1.7.36
+ 1.19.3
+
+
+
+
+ org.slf4j
+ slf4j-api
+ 1.7.36
+
+
+ com.google.code.gson
+ gson
+ 2.8.9
+
+
+ junit
+ junit
+ 4.13.2
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ 5.9.3
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+
+
+ org.mockito
+ mockito-core
+ 5.11.0
+
+
+ org.testcontainers
+ testcontainers
+ 1.19.3
+
+
+ tech.ydb
+ ydb-proto-api
+ 1.7.3
+
+
+ tech.ydb
+ ydb-auth-api
+ 1.0.0
+
+
+ tech.ydb
+ ydb-sdk-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-table
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-scheme
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-topic
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-export
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-coordination
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-query
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-tests-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit4-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit5-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ ydb-oauth2-provider
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ yc-auth-provider
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+ tech.ydb.auth
+ yc-auth-provider-shaded
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.30-SNAPSHOT
+ compile
+
+
+ tech.ydb
+ ydb-sdk-common
+ 2.3.30-SNAPSHOT
+ compile
+
+
+ org.anarres.lzo
+ lzo-core
+ 1.0.6
+ compile
+
+
+ com.github.luben
+ zstd-jni
+ 1.5.7-2
+ compile
+
+
+ junit
+ junit
+ 4.13.2
+ test
+
+
+ tech.ydb.test
+ ydb-junit4-support
+ 2.3.30-SNAPSHOT
+ test
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+ test
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\topic\src\main\java
+ C:\Yandex DataBase\ydb-java-sdk\topic\src\main\scripts
+ C:\Yandex DataBase\ydb-java-sdk\topic\src\test\java
+ C:\Yandex DataBase\ydb-java-sdk\topic\target\classes
+ C:\Yandex DataBase\ydb-java-sdk\topic\target\test-classes
+
+
+ C:\Yandex DataBase\ydb-java-sdk\topic\src\main\resources
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\topic\src\test\resources
+
+
+ C:\Yandex DataBase\ydb-java-sdk\topic\target
+ ydb-sdk-topic-2.3.30-SNAPSHOT
+
+
+
+ maven-antrun-plugin
+ 3.1.0
+
+
+ maven-assembly-plugin
+ 3.7.1
+
+
+ maven-dependency-plugin
+ 3.7.0
+
+
+ maven-release-plugin
+ 3.0.1
+
+
+
+
+
+ maven-dependency-plugin
+ 3.8.1
+
+
+ maven-resources-plugin
+ 3.3.1
+
+
+ default-testResources
+ process-test-resources
+
+ testResources
+
+
+ ISO-8859-1
+
+
+
+ default-resources
+ process-resources
+
+ resources
+
+
+ ISO-8859-1
+
+
+
+
+ ISO-8859-1
+
+
+
+ maven-compiler-plugin
+ 3.14.0
+
+
+ default-compile
+ compile
+
+ compile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ default-testCompile
+ test-compile
+
+ testCompile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ maven-source-plugin
+ 3.3.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ maven-surefire-plugin
+ 3.5.3
+
+
+ default-test
+ test
+
+ test
+
+
+
+ true
+
+
+
+
+
+
+ true
+
+
+
+
+ maven-checkstyle-plugin
+ 3.6.0
+
+
+ test
+
+ check
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+ maven-javadoc-plugin
+ 3.11.2
+
+
+ attach-javadocs
+
+ jar
+
+
+ 8
+
+
+
+
+ 8
+
+
+
+ org.jacoco
+ jacoco-maven-plugin
+ 0.8.13
+
+
+ jacoco-prepare-agent
+
+ prepare-agent
+
+
+
+ jacoco-report
+ test
+
+ report
+
+
+
+
+
+ maven-clean-plugin
+ 3.2.0
+
+
+ default-clean
+ clean
+
+ clean
+
+
+
+
+
+ maven-jar-plugin
+ 3.4.1
+
+
+ default-jar
+ package
+
+ jar
+
+
+
+
+
+ maven-install-plugin
+ 3.1.2
+
+
+ default-install
+ install
+
+ install
+
+
+
+
+
+ maven-deploy-plugin
+ 3.1.2
+
+
+ default-deploy
+ deploy
+
+ deploy
+
+
+
+
+
+ maven-site-plugin
+ 3.12.1
+
+
+ default-site
+ site
+
+ site
+
+
+ C:\Yandex DataBase\ydb-java-sdk\topic\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+ default-deploy
+ site-deploy
+
+ deploy
+
+
+ C:\Yandex DataBase\ydb-java-sdk\topic\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\topic\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\topic\target\site
+
+
+
+
+
+
+
+
+ 4.0.0
+
+ tech.ydb
+ ydb-sdk-parent
+ 2.3.30-SNAPSHOT
+
+ tech.ydb
+ ydb-sdk-query
+ 2.3.30-SNAPSHOT
+ Query service client
+ YDB QueryService client implementation
+ https://github.com/ydb-platform/ydb-java-sdk/ydb-sdk-query
+
+
+ Apache License, Version 2.0
+ https://www.apache.org/licenses/LICENSE-2.0
+
+
+
+
+ Aleksandr Gorshenin
+ alexandr268@ydb.tech
+ YDB
+ https://ydb.tech/
+
+
+
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/ydb-sdk-query
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/ydb-sdk-query
+ https://github.com/ydb-platform/ydb-java-sdk/ydb-sdk-query
+
+
+ 2.8.9
+ 4.13.2
+ 5.9.3
+ 2.17.2
+ 5.11.0
+ UTF-8
+ 1.7.36
+ 1.19.3
+
+
+
+
+ org.slf4j
+ slf4j-api
+ 1.7.36
+
+
+ com.google.code.gson
+ gson
+ 2.8.9
+
+
+ junit
+ junit
+ 4.13.2
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ 5.9.3
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+
+
+ org.mockito
+ mockito-core
+ 5.11.0
+
+
+ org.testcontainers
+ testcontainers
+ 1.19.3
+
+
+ tech.ydb
+ ydb-proto-api
+ 1.7.3
+
+
+ tech.ydb
+ ydb-auth-api
+ 1.0.0
+
+
+ tech.ydb
+ ydb-sdk-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-table
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-scheme
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-topic
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-export
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-coordination
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-query
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-tests-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit4-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit5-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ ydb-oauth2-provider
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ yc-auth-provider
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+ tech.ydb.auth
+ yc-auth-provider-shaded
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.30-SNAPSHOT
+ compile
+
+
+ tech.ydb
+ ydb-sdk-table
+ 2.3.30-SNAPSHOT
+ compile
+
+
+ tech.ydb.test
+ ydb-junit4-support
+ 2.3.30-SNAPSHOT
+ test
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+ test
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\query\src\main\java
+ C:\Yandex DataBase\ydb-java-sdk\query\src\main\scripts
+ C:\Yandex DataBase\ydb-java-sdk\query\src\test\java
+ C:\Yandex DataBase\ydb-java-sdk\query\target\classes
+ C:\Yandex DataBase\ydb-java-sdk\query\target\test-classes
+
+
+ C:\Yandex DataBase\ydb-java-sdk\query\src\main\resources
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\query\src\test\resources
+
+
+ C:\Yandex DataBase\ydb-java-sdk\query\target
+ ydb-sdk-query-2.3.30-SNAPSHOT
+
+
+
+ maven-antrun-plugin
+ 3.1.0
+
+
+ maven-assembly-plugin
+ 3.7.1
+
+
+ maven-dependency-plugin
+ 3.7.0
+
+
+ maven-release-plugin
+ 3.0.1
+
+
+
+
+
+ maven-dependency-plugin
+ 3.8.1
+
+
+ maven-resources-plugin
+ 3.3.1
+
+
+ default-testResources
+ process-test-resources
+
+ testResources
+
+
+ ISO-8859-1
+
+
+
+ default-resources
+ process-resources
+
+ resources
+
+
+ ISO-8859-1
+
+
+
+
+ ISO-8859-1
+
+
+
+ maven-compiler-plugin
+ 3.14.0
+
+
+ default-compile
+ compile
+
+ compile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ default-testCompile
+ test-compile
+
+ testCompile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ maven-source-plugin
+ 3.3.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ maven-surefire-plugin
+ 3.5.3
+
+
+ default-test
+ test
+
+ test
+
+
+
+ enable_resource_pools
+ true
+
+
+
+
+
+
+ enable_resource_pools
+ true
+
+
+
+
+ maven-checkstyle-plugin
+ 3.6.0
+
+
+ test
+
+ check
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+ maven-javadoc-plugin
+ 3.11.2
+
+
+ attach-javadocs
+
+ jar
+
+
+ 8
+
+
+
+
+ 8
+
+
+
+ org.jacoco
+ jacoco-maven-plugin
+ 0.8.13
+
+
+ jacoco-prepare-agent
+
+ prepare-agent
+
+
+
+ jacoco-report
+ test
+
+ report
+
+
+
+
+
+ maven-clean-plugin
+ 3.2.0
+
+
+ default-clean
+ clean
+
+ clean
+
+
+
+
+
+ maven-jar-plugin
+ 3.4.1
+
+
+ default-jar
+ package
+
+ jar
+
+
+
+
+
+ maven-install-plugin
+ 3.1.2
+
+
+ default-install
+ install
+
+ install
+
+
+
+
+
+ maven-deploy-plugin
+ 3.1.2
+
+
+ default-deploy
+ deploy
+
+ deploy
+
+
+
+
+
+ maven-site-plugin
+ 3.12.1
+
+
+ default-site
+ site
+
+ site
+
+
+ C:\Yandex DataBase\ydb-java-sdk\query\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+ default-deploy
+ site-deploy
+
+ deploy
+
+
+ C:\Yandex DataBase\ydb-java-sdk\query\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\query\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\query\target\site
+
+
+
+
+
+
+
+
+
+ 4.0.0
+
+ tech.ydb
+ ydb-sdk-parent
+ 2.3.30-SNAPSHOT
+
+ tech.ydb
+ ydb-sdk-coordination
+ 2.3.30-SNAPSHOT
+ Coordination node client implementation
+ Coordination node client implementation
+ https://github.com/ydb-platform/ydb-java-sdk/ydb-sdk-coordination
+
+
+ Apache License, Version 2.0
+ https://www.apache.org/licenses/LICENSE-2.0
+
+
+
+
+ Aleksandr Gorshenin
+ alexandr268@ydb.tech
+ YDB
+ https://ydb.tech/
+
+
+
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/ydb-sdk-coordination
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/ydb-sdk-coordination
+ https://github.com/ydb-platform/ydb-java-sdk/ydb-sdk-coordination
+
+
+ 2.8.9
+ 4.13.2
+ 5.9.3
+ 2.17.2
+ 5.11.0
+ UTF-8
+ 1.7.36
+ 1.19.3
+
+
+
+
+ org.slf4j
+ slf4j-api
+ 1.7.36
+
+
+ com.google.code.gson
+ gson
+ 2.8.9
+
+
+ junit
+ junit
+ 4.13.2
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ 5.9.3
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+
+
+ org.mockito
+ mockito-core
+ 5.11.0
+
+
+ org.testcontainers
+ testcontainers
+ 1.19.3
+
+
+ tech.ydb
+ ydb-proto-api
+ 1.7.3
+
+
+ tech.ydb
+ ydb-auth-api
+ 1.0.0
+
+
+ tech.ydb
+ ydb-sdk-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-table
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-scheme
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-topic
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-export
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-coordination
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-query
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-tests-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit4-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit5-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ ydb-oauth2-provider
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ yc-auth-provider
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+ tech.ydb.auth
+ yc-auth-provider-shaded
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+
+
+
+ tech.ydb
+ ydb-sdk-common
+ 2.3.30-SNAPSHOT
+ compile
+
+
+ tech.ydb.test
+ ydb-junit4-support
+ 2.3.30-SNAPSHOT
+ test
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+ test
+
+
+ org.mockito
+ mockito-core
+ 5.11.0
+ test
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\coordination\src\main\java
+ C:\Yandex DataBase\ydb-java-sdk\coordination\src\main\scripts
+ C:\Yandex DataBase\ydb-java-sdk\coordination\src\test\java
+ C:\Yandex DataBase\ydb-java-sdk\coordination\target\classes
+ C:\Yandex DataBase\ydb-java-sdk\coordination\target\test-classes
+
+
+ C:\Yandex DataBase\ydb-java-sdk\coordination\src\main\resources
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\coordination\src\test\resources
+
+
+ C:\Yandex DataBase\ydb-java-sdk\coordination\target
+ ydb-sdk-coordination-2.3.30-SNAPSHOT
+
+
+
+ maven-antrun-plugin
+ 3.1.0
+
+
+ maven-assembly-plugin
+ 3.7.1
+
+
+ maven-dependency-plugin
+ 3.7.0
+
+
+ maven-release-plugin
+ 3.0.1
+
+
+
+
+
+ maven-dependency-plugin
+ 3.8.1
+
+
+ maven-resources-plugin
+ 3.3.1
+
+
+ default-testResources
+ process-test-resources
+
+ testResources
+
+
+ ISO-8859-1
+
+
+
+ default-resources
+ process-resources
+
+ resources
+
+
+ ISO-8859-1
+
+
+
+
+ ISO-8859-1
+
+
+
+ maven-compiler-plugin
+ 3.14.0
+
+
+ default-compile
+ compile
+
+ compile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ default-testCompile
+ test-compile
+
+ testCompile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ maven-source-plugin
+ 3.3.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ maven-surefire-plugin
+ 3.5.3
+
+
+ default-test
+ test
+
+ test
+
+
+
+ true
+
+
+
+
+
+
+ true
+
+
+
+
+ maven-checkstyle-plugin
+ 3.6.0
+
+
+ test
+
+ check
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+ maven-javadoc-plugin
+ 3.11.2
+
+
+ attach-javadocs
+
+ jar
+
+
+ 8
+
+
+
+
+ 8
+
+
+
+ org.jacoco
+ jacoco-maven-plugin
+ 0.8.13
+
+
+ jacoco-prepare-agent
+
+ prepare-agent
+
+
+
+ jacoco-report
+ test
+
+ report
+
+
+
+
+
+ maven-clean-plugin
+ 3.2.0
+
+
+ default-clean
+ clean
+
+ clean
+
+
+
+
+
+ maven-jar-plugin
+ 3.4.1
+
+
+ default-jar
+ package
+
+ jar
+
+
+
+
+
+ maven-install-plugin
+ 3.1.2
+
+
+ default-install
+ install
+
+ install
+
+
+
+
+
+ maven-deploy-plugin
+ 3.1.2
+
+
+ default-deploy
+ deploy
+
+ deploy
+
+
+
+
+
+ maven-site-plugin
+ 3.12.1
+
+
+ default-site
+ site
+
+ site
+
+
+ C:\Yandex DataBase\ydb-java-sdk\coordination\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+ default-deploy
+ site-deploy
+
+ deploy
+
+
+ C:\Yandex DataBase\ydb-java-sdk\coordination\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\coordination\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\coordination\target\site
+
+
+
+ jdk8-build
+
+ 1.8
+
+
+ 4.11.0
+
+
+
+ org.mockito
+ mockito-inline
+ 5.11.0
+ test
+
+
+
+
+
+
+
+
+
+
+
+
+ 4.0.0
+
+ tech.ydb
+ ydb-sdk-parent
+ 2.3.30-SNAPSHOT
+
+ tech.ydb
+ ydb-sdk-export
+ 2.3.30-SNAPSHOT
+ Export client implementation
+ Export client implementation
+ https://github.com/ydb-platform/ydb-java-sdk/ydb-sdk-export
+
+
+ Apache License, Version 2.0
+ https://www.apache.org/licenses/LICENSE-2.0
+
+
+
+
+ Aleksandr Gorshenin
+ alexandr268@ydb.tech
+ YDB
+ https://ydb.tech/
+
+
+
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/ydb-sdk-export
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/ydb-sdk-export
+ https://github.com/ydb-platform/ydb-java-sdk/ydb-sdk-export
+
+
+ 2.8.9
+ 4.13.2
+ 5.9.3
+ 2.17.2
+ 5.11.0
+ UTF-8
+ 1.7.36
+ 1.19.3
+
+
+
+
+ org.slf4j
+ slf4j-api
+ 1.7.36
+
+
+ com.google.code.gson
+ gson
+ 2.8.9
+
+
+ junit
+ junit
+ 4.13.2
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ 5.9.3
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+
+
+ org.mockito
+ mockito-core
+ 5.11.0
+
+
+ org.testcontainers
+ testcontainers
+ 1.19.3
+
+
+ tech.ydb
+ ydb-proto-api
+ 1.7.3
+
+
+ tech.ydb
+ ydb-auth-api
+ 1.0.0
+
+
+ tech.ydb
+ ydb-sdk-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-table
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-scheme
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-topic
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-export
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-coordination
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-query
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-tests-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit4-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit5-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ ydb-oauth2-provider
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ yc-auth-provider
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+ tech.ydb.auth
+ yc-auth-provider-shaded
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.30-SNAPSHOT
+ compile
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+ test
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\export\src\main\java
+ C:\Yandex DataBase\ydb-java-sdk\export\src\main\scripts
+ C:\Yandex DataBase\ydb-java-sdk\export\src\test\java
+ C:\Yandex DataBase\ydb-java-sdk\export\target\classes
+ C:\Yandex DataBase\ydb-java-sdk\export\target\test-classes
+
+
+ C:\Yandex DataBase\ydb-java-sdk\export\src\main\resources
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\export\src\test\resources
+
+
+ C:\Yandex DataBase\ydb-java-sdk\export\target
+ ydb-sdk-export-2.3.30-SNAPSHOT
+
+
+
+ maven-antrun-plugin
+ 3.1.0
+
+
+ maven-assembly-plugin
+ 3.7.1
+
+
+ maven-dependency-plugin
+ 3.7.0
+
+
+ maven-release-plugin
+ 3.0.1
+
+
+
+
+
+ maven-dependency-plugin
+ 3.8.1
+
+
+ maven-resources-plugin
+ 3.3.1
+
+
+ default-testResources
+ process-test-resources
+
+ testResources
+
+
+ ISO-8859-1
+
+
+
+ default-resources
+ process-resources
+
+ resources
+
+
+ ISO-8859-1
+
+
+
+
+ ISO-8859-1
+
+
+
+ maven-compiler-plugin
+ 3.14.0
+
+
+ default-compile
+ compile
+
+ compile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ default-testCompile
+ test-compile
+
+ testCompile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ maven-source-plugin
+ 3.3.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ maven-surefire-plugin
+ 3.5.3
+
+
+ default-test
+ test
+
+ test
+
+
+
+ true
+
+
+
+
+
+
+ true
+
+
+
+
+ maven-checkstyle-plugin
+ 3.6.0
+
+
+ test
+
+ check
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+ maven-javadoc-plugin
+ 3.11.2
+
+
+ attach-javadocs
+
+ jar
+
+
+ 8
+
+
+
+
+ 8
+
+
+
+ org.jacoco
+ jacoco-maven-plugin
+ 0.8.13
+
+
+ jacoco-prepare-agent
+
+ prepare-agent
+
+
+
+ jacoco-report
+ test
+
+ report
+
+
+
+
+
+ maven-clean-plugin
+ 3.2.0
+
+
+ default-clean
+ clean
+
+ clean
+
+
+
+
+
+ maven-jar-plugin
+ 3.4.1
+
+
+ default-jar
+ package
+
+ jar
+
+
+
+
+
+ maven-install-plugin
+ 3.1.2
+
+
+ default-install
+ install
+
+ install
+
+
+
+
+
+ maven-deploy-plugin
+ 3.1.2
+
+
+ default-deploy
+ deploy
+
+ deploy
+
+
+
+
+
+ maven-site-plugin
+ 3.12.1
+
+
+ default-site
+ site
+
+ site
+
+
+ C:\Yandex DataBase\ydb-java-sdk\export\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+ default-deploy
+ site-deploy
+
+ deploy
+
+
+ C:\Yandex DataBase\ydb-java-sdk\export\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\export\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\export\target\site
+
+
+
+
+
+
+
+
+
+ 4.0.0
+
+ tech.ydb
+ ydb-sdk-parent
+ 2.3.30-SNAPSHOT
+ ../../pom.xml
+
+ tech.ydb.test
+ ydb-junit5-support
+ 2.3.30-SNAPSHOT
+ JUnit 5 support module
+ Java SDK for YDB
+ https://github.com/ydb-platform/ydb-java-sdk/tests/ydb-junit5-support
+
+
+ Apache License, Version 2.0
+ https://www.apache.org/licenses/LICENSE-2.0
+
+
+
+
+ Aleksandr Gorshenin
+ alexandr268@ydb.tech
+ YDB
+ https://ydb.tech/
+
+
+
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/tests/ydb-junit5-support
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/tests/ydb-junit5-support
+ https://github.com/ydb-platform/ydb-java-sdk/tests/ydb-junit5-support
+
+
+ 2.8.9
+ 4.13.2
+ 5.9.3
+ 2.17.2
+ 5.11.0
+ UTF-8
+ 1.7.36
+ 1.19.3
+
+
+
+
+ org.slf4j
+ slf4j-api
+ 1.7.36
+
+
+ com.google.code.gson
+ gson
+ 2.8.9
+
+
+ junit
+ junit
+ 4.13.2
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ 5.9.3
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+
+
+ org.mockito
+ mockito-core
+ 5.11.0
+
+
+ org.testcontainers
+ testcontainers
+ 1.19.3
+
+
+ tech.ydb
+ ydb-proto-api
+ 1.7.3
+
+
+ tech.ydb
+ ydb-auth-api
+ 1.0.0
+
+
+ tech.ydb
+ ydb-sdk-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-table
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-scheme
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-topic
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-export
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-coordination
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-query
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-tests-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit4-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit5-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ ydb-oauth2-provider
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ yc-auth-provider
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+ tech.ydb.auth
+ yc-auth-provider-shaded
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+
+
+
+ tech.ydb.test
+ ydb-tests-common
+ 2.3.30-SNAPSHOT
+ compile
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ 5.9.3
+ provided
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit5-support\src\main\java
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit5-support\src\main\scripts
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit5-support\src\test\java
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit5-support\target\classes
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit5-support\target\test-classes
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit5-support\src\main\resources
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit5-support\src\test\resources
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit5-support\target
+ ydb-junit5-support-2.3.30-SNAPSHOT
+
+
+
+ maven-antrun-plugin
+ 3.1.0
+
+
+ maven-assembly-plugin
+ 3.7.1
+
+
+ maven-dependency-plugin
+ 3.7.0
+
+
+ maven-release-plugin
+ 3.0.1
+
+
+
+
+
+ maven-dependency-plugin
+ 3.8.1
+
+
+ maven-resources-plugin
+ 3.3.1
+
+
+ default-testResources
+ process-test-resources
+
+ testResources
+
+
+ ISO-8859-1
+
+
+
+ default-resources
+ process-resources
+
+ resources
+
+
+ ISO-8859-1
+
+
+
+
+ ISO-8859-1
+
+
+
+ maven-compiler-plugin
+ 3.14.0
+
+
+ default-compile
+ compile
+
+ compile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ default-testCompile
+ test-compile
+
+ testCompile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ maven-source-plugin
+ 3.3.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ maven-surefire-plugin
+ 3.5.3
+
+
+ default-test
+ test
+
+ test
+
+
+
+ true
+
+
+
+
+
+
+ true
+
+
+
+
+ maven-checkstyle-plugin
+ 3.6.0
+
+
+ test
+
+ check
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+ maven-javadoc-plugin
+ 3.11.2
+
+
+ attach-javadocs
+
+ jar
+
+
+ 8
+
+
+
+
+ 8
+
+
+
+ org.jacoco
+ jacoco-maven-plugin
+ 0.8.13
+
+
+ jacoco-prepare-agent
+
+ prepare-agent
+
+
+
+ jacoco-report
+ test
+
+ report
+
+
+
+
+
+ maven-clean-plugin
+ 3.2.0
+
+
+ default-clean
+ clean
+
+ clean
+
+
+
+
+
+ maven-jar-plugin
+ 3.4.1
+
+
+ default-jar
+ package
+
+ jar
+
+
+
+
+
+ maven-install-plugin
+ 3.1.2
+
+
+ default-install
+ install
+
+ install
+
+
+
+
+
+ maven-deploy-plugin
+ 3.1.2
+
+
+ default-deploy
+ deploy
+
+ deploy
+
+
+
+
+
+ maven-site-plugin
+ 3.12.1
+
+
+ default-site
+ site
+
+ site
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit5-support\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+ default-deploy
+ site-deploy
+
+ deploy
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit5-support\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit5-support\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit5-support\target\site
+
+
+
+
+
+
+
+
+
+ 4.0.0
+
+ tech.ydb
+ ydb-sdk-parent
+ 2.3.30-SNAPSHOT
+ ../../pom.xml
+
+ tech.ydb.auth
+ ydb-oauth2-provider
+ 2.3.30-SNAPSHOT
+ OAuth2 Authentication provider
+ Provider for OAuth2 Token Exchange authentication
+ https://github.com/ydb-platform/ydb-java-sdk/auth-providers/ydb-oauth2-provider
+
+
+ Apache License, Version 2.0
+ https://www.apache.org/licenses/LICENSE-2.0
+
+
+
+
+ Aleksandr Gorshenin
+ alexandr268@ydb.tech
+ YDB
+ https://ydb.tech/
+
+
+
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/auth-providers/ydb-oauth2-provider
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/auth-providers/ydb-oauth2-provider
+ https://github.com/ydb-platform/ydb-java-sdk/auth-providers/ydb-oauth2-provider
+
+
+ 2.8.9
+ 4.13.2
+ 5.9.3
+ 2.17.2
+ 5.11.0
+ UTF-8
+ 1.7.36
+ 1.19.3
+
+
+
+
+ org.slf4j
+ slf4j-api
+ 1.7.36
+
+
+ com.google.code.gson
+ gson
+ 2.8.9
+
+
+ junit
+ junit
+ 4.13.2
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ 5.9.3
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+
+
+ org.mockito
+ mockito-core
+ 5.11.0
+
+
+ org.testcontainers
+ testcontainers
+ 1.19.3
+
+
+ tech.ydb
+ ydb-proto-api
+ 1.7.3
+
+
+ tech.ydb
+ ydb-auth-api
+ 1.0.0
+
+
+ tech.ydb
+ ydb-sdk-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-table
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-scheme
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-topic
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-export
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-coordination
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-query
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-tests-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit4-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit5-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ ydb-oauth2-provider
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ yc-auth-provider
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+ tech.ydb.auth
+ yc-auth-provider-shaded
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.30-SNAPSHOT
+ compile
+
+
+ io.jsonwebtoken
+ jjwt-api
+ 0.10.8
+ compile
+
+
+ io.jsonwebtoken
+ jjwt-impl
+ 0.10.8
+ compile
+
+
+ io.jsonwebtoken
+ jjwt-jackson
+ 0.10.8
+ compile
+
+
+ org.apache.httpcomponents
+ httpclient
+ 4.5.14
+ compile
+
+
+ junit
+ junit
+ 4.13.2
+ test
+
+
+ org.mockito
+ mockito-core
+ 5.11.0
+ test
+
+
+ org.mock-server
+ mockserver-netty-no-dependencies
+ 5.15.0
+ test
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+ test
+
+
+ org.bouncycastle
+ bcprov-jdk18on
+ 1.79
+ compile
+
+
+ org.bouncycastle
+ bcpkix-jdk18on
+ 1.79
+ compile
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\auth-providers\oauth2-provider\src\main\java
+ C:\Yandex DataBase\ydb-java-sdk\auth-providers\oauth2-provider\src\main\scripts
+ C:\Yandex DataBase\ydb-java-sdk\auth-providers\oauth2-provider\src\test\java
+ C:\Yandex DataBase\ydb-java-sdk\auth-providers\oauth2-provider\target\classes
+ C:\Yandex DataBase\ydb-java-sdk\auth-providers\oauth2-provider\target\test-classes
+
+
+ C:\Yandex DataBase\ydb-java-sdk\auth-providers\oauth2-provider\src\main\resources
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\auth-providers\oauth2-provider\src\test\resources
+
+
+ C:\Yandex DataBase\ydb-java-sdk\auth-providers\oauth2-provider\target
+ ydb-oauth2-provider-2.3.30-SNAPSHOT
+
+
+
+ maven-antrun-plugin
+ 3.1.0
+
+
+ maven-assembly-plugin
+ 3.7.1
+
+
+ maven-dependency-plugin
+ 3.7.0
+
+
+ maven-release-plugin
+ 3.0.1
+
+
+
+
+
+ maven-dependency-plugin
+ 3.8.1
+
+
+ maven-resources-plugin
+ 3.3.1
+
+
+ default-testResources
+ process-test-resources
+
+ testResources
+
+
+ ISO-8859-1
+
+
+
+ default-resources
+ process-resources
+
+ resources
+
+
+ ISO-8859-1
+
+
+
+
+ ISO-8859-1
+
+
+
+ maven-compiler-plugin
+ 3.14.0
+
+
+ default-compile
+ compile
+
+ compile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ default-testCompile
+ test-compile
+
+ testCompile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ maven-source-plugin
+ 3.3.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ maven-surefire-plugin
+ 3.5.3
+
+
+ default-test
+ test
+
+ test
+
+
+
+ true
+
+
+
+
+
+
+ true
+
+
+
+
+ maven-checkstyle-plugin
+ 3.6.0
+
+
+ test
+
+ check
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+ maven-javadoc-plugin
+ 3.11.2
+
+
+ attach-javadocs
+
+ jar
+
+
+ 8
+
+
+
+
+ 8
+
+
+
+ org.jacoco
+ jacoco-maven-plugin
+ 0.8.13
+
+
+ jacoco-prepare-agent
+
+ prepare-agent
+
+
+
+ jacoco-report
+ test
+
+ report
+
+
+
+
+
+ maven-clean-plugin
+ 3.2.0
+
+
+ default-clean
+ clean
+
+ clean
+
+
+
+
+
+ maven-jar-plugin
+ 3.4.1
+
+
+ default-jar
+ package
+
+ jar
+
+
+
+
+
+ maven-install-plugin
+ 3.1.2
+
+
+ default-install
+ install
+
+ install
+
+
+
+
+
+ maven-deploy-plugin
+ 3.1.2
+
+
+ default-deploy
+ deploy
+
+ deploy
+
+
+
+
+
+ maven-site-plugin
+ 3.12.1
+
+
+ default-site
+ site
+
+ site
+
+
+ C:\Yandex DataBase\ydb-java-sdk\auth-providers\oauth2-provider\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+ default-deploy
+ site-deploy
+
+ deploy
+
+
+ C:\Yandex DataBase\ydb-java-sdk\auth-providers\oauth2-provider\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\auth-providers\oauth2-provider\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\auth-providers\oauth2-provider\target\site
+
+
+
+ jdk8-build
+
+ 1.8
+
+
+ 4.11.0
+
+
+
+ org.mockito
+ mockito-inline
+ 5.11.0
+ test
+
+
+
+
+
+
+
+
+
+
+
+
+ 4.0.0
+
+ tech.ydb
+ ydb-sdk-parent
+ 2.3.29-SNAPSHOT
+
+ tech.ydb.slo
+ ydb-sdk-slo
+ 2.3.29-SNAPSHOT
+ pom
+ YDB SLO Tests
+ Java SDK for YDB
+ https://github.com/ydb-platform/ydb-java-sdk/ydb-sdk-slo
+
+
+ Apache License, Version 2.0
+ https://www.apache.org/licenses/LICENSE-2.0
+
+
+
+
+ Aleksandr Gorshenin
+ alexandr268@ydb.tech
+ YDB
+ https://ydb.tech/
+
+
+
+ simple-jdbc-test
+
+
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/ydb-sdk-slo
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/ydb-sdk-slo
+ https://github.com/ydb-platform/ydb-java-sdk/ydb-sdk-slo
+
+
+ 2.8.9
+ 4.13.2
+ 5.9.3
+ 2.17.2
+ 21
+ 5.11.0
+ UTF-8
+ 1.7.36
+ 1.19.3
+
+
+
+
+ org.slf4j
+ slf4j-api
+ 1.7.36
+
+
+ com.google.code.gson
+ gson
+ 2.8.9
+
+
+ junit
+ junit
+ 4.13.2
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ 5.9.3
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+
+
+ org.mockito
+ mockito-core
+ 5.11.0
+
+
+ org.testcontainers
+ testcontainers
+ 1.19.3
+
+
+ tech.ydb
+ ydb-proto-api
+ 1.7.3
+
+
+ tech.ydb
+ ydb-auth-api
+ 1.0.0
+
+
+ tech.ydb
+ ydb-sdk-common
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-table
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-scheme
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-topic
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-export
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-coordination
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-query
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-tests-common
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit4-support
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit5-support
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb.auth
+ ydb-oauth2-provider
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb.auth
+ yc-auth-provider
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+ tech.ydb.auth
+ yc-auth-provider-shaded
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\slo\src\main\java
+ C:\Yandex DataBase\ydb-java-sdk\slo\src\main\scripts
+ C:\Yandex DataBase\ydb-java-sdk\slo\src\test\java
+ C:\Yandex DataBase\ydb-java-sdk\slo\target\classes
+ C:\Yandex DataBase\ydb-java-sdk\slo\target\test-classes
+
+
+ C:\Yandex DataBase\ydb-java-sdk\slo\src\main\resources
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\slo\src\test\resources
+
+
+ C:\Yandex DataBase\ydb-java-sdk\slo\target
+ ydb-sdk-slo-2.3.29-SNAPSHOT
+
+
+
+ maven-antrun-plugin
+ 3.1.0
+
+
+ maven-assembly-plugin
+ 3.7.1
+
+
+ maven-dependency-plugin
+ 3.7.0
+
+
+ maven-release-plugin
+ 3.0.1
+
+
+
+
+
+ maven-dependency-plugin
+ 3.8.1
+
+
+ maven-resources-plugin
+ 3.3.1
+
+ ISO-8859-1
+
+
+
+ maven-compiler-plugin
+ 3.14.0
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ maven-source-plugin
+ 3.3.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ maven-surefire-plugin
+ 3.5.3
+
+
+ true
+
+
+
+
+ maven-checkstyle-plugin
+ 3.6.0
+
+
+ test
+
+ check
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+ maven-javadoc-plugin
+ 3.11.2
+
+
+ attach-javadocs
+
+ jar
+
+
+ 8
+
+
+
+
+ 8
+
+
+
+ org.jacoco
+ jacoco-maven-plugin
+ 0.8.13
+
+
+ jacoco-prepare-agent
+
+ prepare-agent
+
+
+
+ jacoco-report
+ test
+
+ report
+
+
+
+
+
+ maven-clean-plugin
+ 3.2.0
+
+
+ default-clean
+ clean
+
+ clean
+
+
+
+
+
+ maven-install-plugin
+ 3.1.2
+
+
+ default-install
+ install
+
+ install
+
+
+
+
+
+ maven-deploy-plugin
+ 3.1.2
+
+
+ default-deploy
+ deploy
+
+ deploy
+
+
+
+
+
+ maven-site-plugin
+ 3.12.1
+
+
+ default-site
+ site
+
+ site
+
+
+ C:\Yandex DataBase\ydb-java-sdk\slo\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+ default-deploy
+ site-deploy
+
+ deploy
+
+
+ C:\Yandex DataBase\ydb-java-sdk\slo\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\slo\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\slo\target\site
+
+
+
+
+
+
+
+
+
+ 4.0.0
+
+ tech.ydb.slo
+ ydb-sdk-slo
+ 2.3.29-SNAPSHOT
+
+ tech.ydb.slo
+ simple-jdbc-test
+ 2.3.29-SNAPSHOT
+ Simple JDBC Test
+ Java SDK for YDB
+ https://github.com/ydb-platform/ydb-java-sdk/ydb-sdk-slo/simple-jdbc-test
+
+
+ Apache License, Version 2.0
+ https://www.apache.org/licenses/LICENSE-2.0
+
+
+
+
+ Aleksandr Gorshenin
+ alexandr268@ydb.tech
+ YDB
+ https://ydb.tech/
+
+
+
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/ydb-sdk-slo/simple-jdbc-test
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/ydb-sdk-slo/simple-jdbc-test
+ https://github.com/ydb-platform/ydb-java-sdk/ydb-sdk-slo/simple-jdbc-test
+
+
+ 2.8.9
+ 4.13.2
+ 5.9.3
+ 2.17.2
+ 21
+ 5.11.0
+ UTF-8
+ 1.7.36
+ 3.5.9
+ 1.19.3
+
+
+
+
+ org.slf4j
+ slf4j-api
+ 1.7.36
+
+
+ com.google.code.gson
+ gson
+ 2.8.9
+
+
+ junit
+ junit
+ 4.13.2
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ 5.9.3
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+
+
+ org.mockito
+ mockito-core
+ 5.11.0
+
+
+ org.testcontainers
+ testcontainers
+ 1.19.3
+
+
+ org.apache.activemq
+ activemq-console
+ 6.1.8
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.apache.activemq
+ activemq-spring
+ 6.1.8
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.eclipse.angus
+ angus-core
+ 2.0.5
+
+
+ org.eclipse.angus
+ angus-mail
+ 2.0.5
+
+
+ org.eclipse.angus
+ dsn
+ 2.0.5
+
+
+ org.eclipse.angus
+ gimap
+ 2.0.5
+
+
+ org.eclipse.angus
+ imap
+ 2.0.5
+
+
+ org.eclipse.angus
+ jakarta.mail
+ 2.0.5
+
+
+ org.eclipse.angus
+ logging-mailhandler
+ 2.0.5
+
+
+ org.eclipse.angus
+ pop3
+ 2.0.5
+
+
+ org.eclipse.angus
+ smtp
+ 2.0.5
+
+
+ org.aspectj
+ aspectjrt
+ 1.9.25.1
+
+
+ org.aspectj
+ aspectjtools
+ 1.9.25.1
+
+
+ org.aspectj
+ aspectjweaver
+ 1.9.25.1
+
+
+ org.awaitility
+ awaitility
+ 4.2.2
+
+
+ org.awaitility
+ awaitility-groovy
+ 4.2.2
+
+
+ org.awaitility
+ awaitility-kotlin
+ 4.2.2
+
+
+ org.awaitility
+ awaitility-scala
+ 4.2.2
+
+
+ net.bytebuddy
+ byte-buddy
+ 1.17.8
+
+
+ net.bytebuddy
+ byte-buddy-agent
+ 1.17.8
+
+
+ org.cache2k
+ cache2k-api
+ 2.6.1.Final
+
+
+ org.cache2k
+ cache2k-config
+ 2.6.1.Final
+
+
+ org.cache2k
+ cache2k-core
+ 2.6.1.Final
+
+
+ org.cache2k
+ cache2k-jcache
+ 2.6.1.Final
+
+
+ org.cache2k
+ cache2k-micrometer
+ 2.6.1.Final
+
+
+ org.cache2k
+ cache2k-spring
+ 2.6.1.Final
+
+
+ com.github.ben-manes.caffeine
+ caffeine
+ 3.2.3
+
+
+ com.github.ben-manes.caffeine
+ guava
+ 3.2.3
+
+
+ com.github.ben-manes.caffeine
+ jcache
+ 3.2.3
+
+
+ com.github.ben-manes.caffeine
+ simulator
+ 3.2.3
+
+
+ org.apache.cassandra
+ java-driver-core
+ 4.19.2
+
+
+ com.fasterxml
+ classmate
+ 1.7.1
+
+
+ commons-codec
+ commons-codec
+ 1.18.0
+
+
+ org.apache.commons
+ commons-dbcp2
+ 2.13.0
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.apache.commons
+ commons-lang3
+ 3.17.0
+
+
+ commons-pool
+ commons-pool
+ 1.6
+
+
+ org.apache.commons
+ commons-pool2
+ 2.12.1
+
+
+ com.couchbase.client
+ java-client
+ 3.8.3
+
+
+ org.crac
+ crac
+ 1.5.0
+
+
+ com.ibm.db2
+ jcc
+ 12.1.3.0
+
+
+ io.spring.gradle
+ dependency-management-plugin
+ 1.1.7
+
+
+ org.apache.derby
+ derby
+ 10.16.1.1
+
+
+ org.apache.derby
+ derbyclient
+ 10.16.1.1
+
+
+ org.apache.derby
+ derbynet
+ 10.16.1.1
+
+
+ org.apache.derby
+ derbyoptionaltools
+ 10.16.1.1
+
+
+ org.apache.derby
+ derbyshared
+ 10.16.1.1
+
+
+ org.apache.derby
+ derbytools
+ 10.16.1.1
+
+
+ org.ehcache
+ ehcache
+ 3.10.9
+
+
+ org.ehcache
+ ehcache
+ 3.10.9
+ jakarta
+
+
+ org.ehcache
+ ehcache-clustered
+ 3.10.9
+
+
+ org.ehcache
+ ehcache-transactions
+ 3.10.9
+
+
+ org.ehcache
+ ehcache-transactions
+ 3.10.9
+ jakarta
+
+
+ org.elasticsearch.client
+ elasticsearch-rest-client
+ 8.18.8
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.elasticsearch.client
+ elasticsearch-rest-client-sniffer
+ 8.18.8
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ co.elastic.clients
+ elasticsearch-java
+ 8.18.8
+
+
+ org.flywaydb
+ flyway-commandline
+ 11.7.2
+
+
+ org.flywaydb
+ flyway-core
+ 11.7.2
+
+
+ org.flywaydb
+ flyway-database-cassandra
+ 11.7.2
+
+
+ org.flywaydb
+ flyway-database-db2
+ 11.7.2
+
+
+ org.flywaydb
+ flyway-database-derby
+ 11.7.2
+
+
+ org.flywaydb
+ flyway-database-hsqldb
+ 11.7.2
+
+
+ org.flywaydb
+ flyway-database-informix
+ 11.7.2
+
+
+ org.flywaydb
+ flyway-database-mongodb
+ 11.7.2
+
+
+ org.flywaydb
+ flyway-database-oracle
+ 11.7.2
+
+
+ org.flywaydb
+ flyway-database-postgresql
+ 11.7.2
+
+
+ org.flywaydb
+ flyway-database-redshift
+ 11.7.2
+
+
+ org.flywaydb
+ flyway-database-saphana
+ 11.7.2
+
+
+ org.flywaydb
+ flyway-database-snowflake
+ 11.7.2
+
+
+ org.flywaydb
+ flyway-database-sybasease
+ 11.7.2
+
+
+ org.flywaydb
+ flyway-firebird
+ 11.7.2
+
+
+ org.flywaydb
+ flyway-gcp-bigquery
+ 11.7.2
+
+
+ org.flywaydb
+ flyway-gcp-spanner
+ 11.7.2
+
+
+ org.flywaydb
+ flyway-mysql
+ 11.7.2
+
+
+ org.flywaydb
+ flyway-singlestore
+ 11.7.2
+
+
+ org.flywaydb
+ flyway-sqlserver
+ 11.7.2
+
+
+ org.freemarker
+ freemarker
+ 2.3.34
+
+
+ org.glassfish.web
+ jakarta.servlet.jsp.jstl
+ 3.0.1
+
+
+ com.graphql-java
+ graphql-java
+ 24.3
+
+
+ com.h2database
+ h2
+ 2.3.232
+
+
+ org.hamcrest
+ hamcrest
+ 3.0
+
+
+ org.hamcrest
+ hamcrest-core
+ 3.0
+
+
+ org.hamcrest
+ hamcrest-library
+ 3.0
+
+
+ com.hazelcast
+ hazelcast
+ 5.5.0
+
+
+ com.hazelcast
+ hazelcast-spring
+ 5.5.0
+
+
+ org.hibernate.orm
+ hibernate-agroal
+ 6.6.39.Final
+
+
+ org.hibernate.orm
+ hibernate-ant
+ 6.6.39.Final
+
+
+ org.hibernate.orm
+ hibernate-c3p0
+ 6.6.39.Final
+
+
+ org.hibernate.orm
+ hibernate-community-dialects
+ 6.6.39.Final
+
+
+ org.hibernate.orm
+ hibernate-core
+ 6.6.39.Final
+
+
+ org.hibernate.orm
+ hibernate-envers
+ 6.6.39.Final
+
+
+ org.hibernate.orm
+ hibernate-graalvm
+ 6.6.39.Final
+
+
+ org.hibernate.orm
+ hibernate-hikaricp
+ 6.6.39.Final
+
+
+ org.hibernate.orm
+ hibernate-jcache
+ 6.6.39.Final
+
+
+ org.hibernate.orm
+ hibernate-jpamodelgen
+ 6.6.39.Final
+
+
+ org.hibernate.orm
+ hibernate-micrometer
+ 6.6.39.Final
+
+
+ org.hibernate.orm
+ hibernate-proxool
+ 6.6.39.Final
+
+
+ org.hibernate.orm
+ hibernate-spatial
+ 6.6.39.Final
+
+
+ org.hibernate.orm
+ hibernate-testing
+ 6.6.39.Final
+
+
+ org.hibernate.orm
+ hibernate-vibur
+ 6.6.39.Final
+
+
+ org.hibernate.validator
+ hibernate-validator
+ 8.0.3.Final
+
+
+ org.hibernate.validator
+ hibernate-validator-annotation-processor
+ 8.0.3.Final
+
+
+ com.zaxxer
+ HikariCP
+ 6.3.3
+
+
+ org.hsqldb
+ hsqldb
+ 2.7.3
+
+
+ org.htmlunit
+ htmlunit
+ 4.11.1
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.apache.httpcomponents
+ httpasyncclient
+ 4.1.5
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.apache.httpcomponents.client5
+ httpclient5
+ 5.5.1
+
+
+ org.apache.httpcomponents.client5
+ httpclient5-cache
+ 5.5.1
+
+
+ org.apache.httpcomponents.client5
+ httpclient5-fluent
+ 5.5.1
+
+
+ org.apache.httpcomponents
+ httpcore
+ 4.4.16
+
+
+ org.apache.httpcomponents
+ httpcore-nio
+ 4.4.16
+
+
+ org.apache.httpcomponents.core5
+ httpcore5
+ 5.3.6
+
+
+ org.apache.httpcomponents.core5
+ httpcore5-h2
+ 5.3.6
+
+
+ org.apache.httpcomponents.core5
+ httpcore5-reactive
+ 5.3.6
+
+
+ org.influxdb
+ influxdb-java
+ 2.25
+
+
+ jakarta.activation
+ jakarta.activation-api
+ 2.1.4
+
+
+ jakarta.annotation
+ jakarta.annotation-api
+ 2.1.1
+
+
+ jakarta.inject
+ jakarta.inject-api
+ 2.0.1
+
+
+ jakarta.jms
+ jakarta.jms-api
+ 3.1.0
+
+
+ jakarta.json
+ jakarta.json-api
+ 2.1.3
+
+
+ jakarta.json.bind
+ jakarta.json.bind-api
+ 3.0.1
+
+
+ jakarta.mail
+ jakarta.mail-api
+ 2.1.5
+
+
+ jakarta.management.j2ee
+ jakarta.management.j2ee-api
+ 1.1.4
+
+
+ jakarta.persistence
+ jakarta.persistence-api
+ 3.1.0
+
+
+ jakarta.servlet
+ jakarta.servlet-api
+ 6.0.0
+
+
+ jakarta.servlet.jsp.jstl
+ jakarta.servlet.jsp.jstl-api
+ 3.0.2
+
+
+ jakarta.transaction
+ jakarta.transaction-api
+ 2.0.1
+
+
+ jakarta.validation
+ jakarta.validation-api
+ 3.0.2
+
+
+ jakarta.websocket
+ jakarta.websocket-api
+ 2.1.1
+
+
+ jakarta.websocket
+ jakarta.websocket-client-api
+ 2.1.1
+
+
+ jakarta.ws.rs
+ jakarta.ws.rs-api
+ 3.1.0
+
+
+ jakarta.xml.bind
+ jakarta.xml.bind-api
+ 4.0.4
+
+
+ jakarta.xml.soap
+ jakarta.xml.soap-api
+ 3.0.2
+
+
+ jakarta.xml.ws
+ jakarta.xml.ws-api
+ 4.0.2
+
+
+ org.codehaus.janino
+ commons-compiler
+ 3.1.12
+
+
+ org.codehaus.janino
+ commons-compiler-jdk
+ 3.1.12
+
+
+ org.codehaus.janino
+ janino
+ 3.1.12
+
+
+ javax.cache
+ cache-api
+ 1.1.1
+
+
+ javax.money
+ money-api
+ 1.1
+
+
+ jaxen
+ jaxen
+ 2.0.0
+
+
+ org.firebirdsql.jdbc
+ jaybird
+ 6.0.3
+
+
+ org.jboss.logging
+ jboss-logging
+ 3.6.1.Final
+
+
+ org.jdom
+ jdom2
+ 2.0.6.1
+
+
+ redis.clients
+ jedis
+ 6.0.0
+
+
+ org.eclipse.jetty
+ jetty-reactive-httpclient
+ 4.0.13
+
+
+ com.samskivert
+ jmustache
+ 1.16
+
+
+ org.jooq
+ jooq
+ 3.19.29
+
+
+ org.jooq
+ jooq-codegen
+ 3.19.29
+
+
+ org.jooq
+ jooq-kotlin
+ 3.19.29
+
+
+ org.jooq
+ jooq-meta
+ 3.19.29
+
+
+ com.jayway.jsonpath
+ json-path
+ 2.9.0
+
+
+ com.jayway.jsonpath
+ json-path-assert
+ 2.9.0
+
+
+ net.minidev
+ json-smart
+ 2.5.2
+
+
+ org.skyscreamer
+ jsonassert
+ 1.5.3
+
+
+ net.sourceforge.jtds
+ jtds
+ 1.3.1
+
+
+ org.apache.kafka
+ connect
+ 3.9.1
+
+
+ org.apache.kafka
+ connect-api
+ 3.9.1
+
+
+ org.apache.kafka
+ connect-basic-auth-extension
+ 3.9.1
+
+
+ org.apache.kafka
+ connect-file
+ 3.9.1
+
+
+ org.apache.kafka
+ connect-json
+ 3.9.1
+
+
+ org.apache.kafka
+ connect-mirror
+ 3.9.1
+
+
+ org.apache.kafka
+ connect-mirror-client
+ 3.9.1
+
+
+ org.apache.kafka
+ connect-runtime
+ 3.9.1
+
+
+ org.apache.kafka
+ connect-transforms
+ 3.9.1
+
+
+ org.apache.kafka
+ generator
+ 3.9.1
+
+
+ org.apache.kafka
+ kafka-clients
+ 3.9.1
+
+
+ org.apache.kafka
+ kafka-clients
+ 3.9.1
+ test
+
+
+ org.apache.kafka
+ kafka-log4j-appender
+ 3.9.1
+
+
+ org.apache.kafka
+ kafka-metadata
+ 3.9.1
+
+
+ org.apache.kafka
+ kafka-raft
+ 3.9.1
+
+
+ org.apache.kafka
+ kafka-server
+ 3.9.1
+
+
+ org.apache.kafka
+ kafka-server-common
+ 3.9.1
+
+
+ org.apache.kafka
+ kafka-server-common
+ 3.9.1
+ test
+
+
+ org.apache.kafka
+ kafka-shell
+ 3.9.1
+
+
+ org.apache.kafka
+ kafka-storage
+ 3.9.1
+
+
+ org.apache.kafka
+ kafka-storage-api
+ 3.9.1
+
+
+ org.apache.kafka
+ kafka-streams
+ 3.9.1
+
+
+ org.apache.kafka
+ kafka-streams-scala_2.12
+ 3.9.1
+
+
+ org.apache.kafka
+ kafka-streams-scala_2.13
+ 3.9.1
+
+
+ org.apache.kafka
+ kafka-streams-test-utils
+ 3.9.1
+
+
+ org.apache.kafka
+ kafka-tools
+ 3.9.1
+
+
+ org.apache.kafka
+ kafka_2.12
+ 3.9.1
+
+
+ org.apache.kafka
+ kafka_2.12
+ 3.9.1
+ test
+
+
+ org.apache.kafka
+ kafka_2.13
+ 3.9.1
+
+
+ org.apache.kafka
+ kafka_2.13
+ 3.9.1
+ test
+
+
+ org.apache.kafka
+ trogdor
+ 3.9.1
+
+
+ io.lettuce
+ lettuce-core
+ 6.6.0.RELEASE
+
+
+ org.liquibase
+ liquibase-cdi
+ 4.31.1
+
+
+ org.liquibase
+ liquibase-core
+ 4.31.1
+
+
+ ch.qos.logback
+ logback-classic
+ 1.5.22
+
+
+ ch.qos.logback
+ logback-core
+ 1.5.22
+
+
+ org.projectlombok
+ lombok
+ 1.18.42
+
+
+ org.mariadb.jdbc
+ mariadb-java-client
+ 3.5.7
+
+
+ io.micrometer
+ micrometer-registry-stackdriver
+ 1.15.7
+
+
+ javax.annotation
+ javax.annotation-api
+
+
+
+
+ com.microsoft.sqlserver
+ mssql-jdbc
+ 12.10.2.jre11
+
+
+ com.mysql
+ mysql-connector-j
+ 9.5.0
+
+
+ com.google.protobuf
+ protobuf-java
+
+
+
+
+ net.sourceforge.nekohtml
+ nekohtml
+ 1.9.22
+
+
+ org.neo4j.driver
+ neo4j-java-driver
+ 5.28.10
+
+
+ com.oracle.database.ha
+ ons
+ 23.7.0.25.01
+
+
+ com.oracle.database.ha
+ simplefan
+ 23.7.0.25.01
+
+
+ com.oracle.database.jdbc
+ ojdbc11
+ 23.7.0.25.01
+
+
+ com.oracle.database.jdbc
+ ojdbc11-production
+ 23.7.0.25.01
+
+
+ com.oracle.database.jdbc
+ ojdbc17
+ 23.7.0.25.01
+
+
+ com.oracle.database.jdbc
+ ojdbc17-production
+ 23.7.0.25.01
+
+
+ com.oracle.database.jdbc
+ ojdbc8
+ 23.7.0.25.01
+
+
+ com.oracle.database.jdbc
+ ojdbc8-production
+ 23.7.0.25.01
+
+
+ com.oracle.database.jdbc
+ rsi
+ 23.7.0.25.01
+
+
+ com.oracle.database.jdbc
+ ucp
+ 23.7.0.25.01
+
+
+ com.oracle.database.jdbc
+ ucp11
+ 23.7.0.25.01
+
+
+ com.oracle.database.jdbc
+ ucp17
+ 23.7.0.25.01
+
+
+ com.oracle.database.nls
+ orai18n
+ 23.7.0.25.01
+
+
+ com.oracle.database.security
+ oraclepki
+ 23.7.0.25.01
+
+
+ com.oracle.database.xml
+ xdb
+ 23.7.0.25.01
+
+
+ com.oracle.database.xml
+ xmlparserv2
+ 23.7.0.25.01
+
+
+ com.oracle.database.r2dbc
+ oracle-r2dbc
+ 1.3.0
+
+
+ org.messaginghub
+ pooled-jms
+ 3.1.8
+
+
+ org.postgresql
+ postgresql
+ 42.7.8
+
+
+ org.quartz-scheduler
+ quartz
+ 2.5.2
+
+
+ org.quartz-scheduler
+ quartz-jobs
+ 2.5.2
+
+
+ io.r2dbc
+ r2dbc-h2
+ 1.0.1.RELEASE
+
+
+ org.mariadb
+ r2dbc-mariadb
+ 1.3.0
+
+
+ io.r2dbc
+ r2dbc-mssql
+ 1.0.3.RELEASE
+
+
+ io.asyncer
+ r2dbc-mysql
+ 1.4.1
+
+
+ io.r2dbc
+ r2dbc-pool
+ 1.0.2.RELEASE
+
+
+ org.postgresql
+ r2dbc-postgresql
+ 1.0.9.RELEASE
+
+
+ io.r2dbc
+ r2dbc-proxy
+ 1.1.6.RELEASE
+
+
+ io.r2dbc
+ r2dbc-spi
+ 1.0.0.RELEASE
+
+
+ com.rabbitmq
+ amqp-client
+ 5.25.0
+
+
+ com.rabbitmq
+ stream-client
+ 0.23.0
+
+
+ org.reactivestreams
+ reactive-streams
+ 1.0.4
+
+
+ io.reactivex.rxjava3
+ rxjava
+ 3.1.12
+
+
+ org.springframework.boot
+ spring-boot
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-actuator
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-actuator-autoconfigure
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-autoconfigure
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-autoconfigure-processor
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-buildpack-platform
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-configuration-metadata
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-configuration-processor
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-devtools
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-docker-compose
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-jarmode-tools
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-loader
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-loader-classic
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-loader-tools
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-properties-migrator
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-activemq
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-actuator
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-amqp
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-aop
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-artemis
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-batch
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-cache
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-data-cassandra
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-data-cassandra-reactive
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-data-couchbase
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-data-couchbase-reactive
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-data-elasticsearch
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-data-jdbc
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-data-jpa
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-data-ldap
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-data-mongodb
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-data-mongodb-reactive
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-data-neo4j
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-data-r2dbc
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-data-redis
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-data-redis-reactive
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-data-rest
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-freemarker
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-graphql
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-groovy-templates
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-hateoas
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-integration
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-jdbc
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-jersey
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-jetty
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-jooq
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-json
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-log4j2
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-logging
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-mail
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-mustache
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-oauth2-authorization-server
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-oauth2-client
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-oauth2-resource-server
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-pulsar
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-pulsar-reactive
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-quartz
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-reactor-netty
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-rsocket
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-security
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-thymeleaf
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-tomcat
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-undertow
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-validation
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-web-services
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-webflux
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-websocket
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-test
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-test-autoconfigure
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-testcontainers
+ 3.5.9
+
+
+ com.sun.xml.messaging.saaj
+ saaj-impl
+ 3.0.4
+
+
+ org.seleniumhq.selenium
+ htmlunit3-driver
+ 4.30.0
+
+
+ com.sendgrid
+ sendgrid-java
+ 4.10.3
+
+
+ org.slf4j
+ jcl-over-slf4j
+ 2.0.17
+
+
+ org.slf4j
+ jul-to-slf4j
+ 2.0.17
+
+
+ org.slf4j
+ log4j-over-slf4j
+ 2.0.17
+
+
+ org.slf4j
+ slf4j-ext
+ 2.0.17
+
+
+ org.slf4j
+ slf4j-jdk-platform-logging
+ 2.0.17
+
+
+ org.slf4j
+ slf4j-jdk14
+ 2.0.17
+
+
+ org.slf4j
+ slf4j-log4j12
+ 2.0.17
+
+
+ org.slf4j
+ slf4j-nop
+ 2.0.17
+
+
+ org.slf4j
+ slf4j-reload4j
+ 2.0.17
+
+
+ org.slf4j
+ slf4j-simple
+ 2.0.17
+
+
+ org.yaml
+ snakeyaml
+ 2.4
+
+
+ org.springframework.security
+ spring-security-oauth2-authorization-server
+ 1.5.5
+
+
+ org.springframework.graphql
+ spring-graphql
+ 1.4.4
+
+
+ org.springframework.graphql
+ spring-graphql-test
+ 1.4.4
+
+
+ org.springframework.hateoas
+ spring-hateoas
+ 2.5.1
+
+
+ org.springframework.kafka
+ spring-kafka
+ 3.3.11
+
+
+ org.springframework.kafka
+ spring-kafka-test
+ 3.3.11
+
+
+ org.springframework.ldap
+ spring-ldap-core
+ 3.3.5
+
+
+ org.springframework.ldap
+ spring-ldap-ldif-core
+ 3.3.5
+
+
+ org.springframework.ldap
+ spring-ldap-odm
+ 3.3.5
+
+
+ org.springframework.ldap
+ spring-ldap-test
+ 3.3.5
+
+
+ org.springframework.retry
+ spring-retry
+ 2.0.12
+
+
+ org.xerial
+ sqlite-jdbc
+ 3.49.1.0
+
+
+ com.redis
+ testcontainers-redis
+ 2.2.4
+
+
+ org.thymeleaf
+ thymeleaf
+ 3.1.3.RELEASE
+
+
+ org.thymeleaf
+ thymeleaf-spring6
+ 3.1.3.RELEASE
+
+
+ com.github.mxab.thymeleaf.extras
+ thymeleaf-extras-data-attribute
+ 2.0.1
+
+
+ org.thymeleaf.extras
+ thymeleaf-extras-springsecurity6
+ 3.1.3.RELEASE
+
+
+ nz.net.ultraq.thymeleaf
+ thymeleaf-layout-dialect
+ 3.4.0
+
+
+ org.apache.tomcat
+ tomcat-annotations-api
+ 10.1.50
+
+
+ org.apache.tomcat
+ tomcat-jdbc
+ 10.1.50
+
+
+ org.apache.tomcat
+ tomcat-jsp-api
+ 10.1.50
+
+
+ org.apache.tomcat.embed
+ tomcat-embed-core
+ 10.1.50
+
+
+ org.apache.tomcat.embed
+ tomcat-embed-el
+ 10.1.50
+
+
+ org.apache.tomcat.embed
+ tomcat-embed-jasper
+ 10.1.50
+
+
+ org.apache.tomcat.embed
+ tomcat-embed-websocket
+ 10.1.50
+
+
+ com.unboundid
+ unboundid-ldapsdk
+ 7.0.4
+
+
+ io.undertow
+ undertow-core
+ 2.3.20.Final
+
+
+ io.undertow
+ undertow-servlet
+ 2.3.20.Final
+
+
+ io.undertow
+ undertow-websockets-jsr
+ 2.3.20.Final
+
+
+ org.vibur
+ vibur-dbcp
+ 26.0
+
+
+ org.vibur
+ vibur-object-pool
+ 26.0
+
+
+ org.webjars
+ webjars-locator-core
+ 0.59
+
+
+ org.webjars
+ webjars-locator-lite
+ 1.1.2
+
+
+ wsdl4j
+ wsdl4j
+ 1.6.3
+
+
+ org.xmlunit
+ xmlunit-assertj
+ 2.10.4
+
+
+ org.xmlunit
+ xmlunit-assertj3
+ 2.10.4
+
+
+ org.xmlunit
+ xmlunit-core
+ 2.10.4
+
+
+ org.xmlunit
+ xmlunit-jakarta-jaxb-impl
+ 2.10.4
+
+
+ org.xmlunit
+ xmlunit-legacy
+ 2.10.4
+
+
+ org.xmlunit
+ xmlunit-matchers
+ 2.10.4
+
+
+ org.xmlunit
+ xmlunit-placeholders
+ 2.10.4
+
+
+ org.eclipse
+ yasson
+ 3.0.4
+
+
+ org.apache.activemq
+ activemq-all
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-amqp
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-blueprint
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-broker
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-client
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-http
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-jaas
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-jdbc-store
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-kahadb-store
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-karaf
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-jms-pool
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-log4j-appender
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-mqtt
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-pool
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-openwire-generator
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-openwire-legacy
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-osgi
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-ra
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-rar
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-run
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-runtime-config
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-shiro
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-stomp
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-web
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-web-console
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-web-demo
+ 6.1.8
+
+
+ org.apache.activemq
+ artemis-amqp-protocol
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-boot
+ 2.40.0
+
+
+ org.apache.activemq
+ activemq-branding
+ 2.40.0
+ war
+
+
+ org.apache.activemq
+ artemis-cdi-client
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-cli
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-commons
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-console
+ 2.40.0
+ war
+
+
+ org.apache.activemq
+ artemis-core-client
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-core-client-all
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-core-client-osgi
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-dto
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-features
+ 2.40.0
+ xml
+ features
+
+
+ org.apache.activemq
+ artemis-hornetq-protocol
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-hqclient-protocol
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-jakarta-cdi-client
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-jakarta-client
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-jakarta-client-all
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-jakarta-openwire-protocol
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-jakarta-ra
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-jakarta-server
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-jakarta-service-extensions
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-jdbc-store
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-jms-client
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-jms-client-all
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-jms-client-osgi
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-jms-server
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-journal
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-mqtt-protocol
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-openwire-protocol
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-lockmanager-api
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-lockmanager-ri
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-ra
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-selector
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-server
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-server-osgi
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-service-extensions
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-stomp-protocol
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-web
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-website
+ 2.40.0
+
+
+ org.apache.maven.plugin-tools
+ maven-plugin-annotations
+ 3.13.1
+
+
+ org.assertj
+ assertj-core
+ 3.27.6
+
+
+ org.assertj
+ assertj-guava
+ 3.27.6
+
+
+ io.zipkin.reporter2
+ zipkin-reporter
+ 3.5.1
+
+
+ io.zipkin.reporter2
+ zipkin-sender-okhttp3
+ 3.5.1
+
+
+ io.zipkin.reporter2
+ zipkin-sender-libthrift
+ 3.5.1
+
+
+ io.zipkin.reporter2
+ zipkin-sender-urlconnection
+ 3.5.1
+
+
+ io.zipkin.reporter2
+ zipkin-sender-kafka
+ 3.5.1
+
+
+ io.zipkin.reporter2
+ zipkin-sender-amqp-client
+ 3.5.1
+
+
+ io.zipkin.reporter2
+ zipkin-sender-activemq-client
+ 3.5.1
+
+
+ io.zipkin.reporter2
+ zipkin-reporter-spring-beans
+ 3.5.1
+
+
+ io.zipkin.reporter2
+ zipkin-reporter-brave
+ 3.5.1
+
+
+ io.zipkin.reporter2
+ zipkin-reporter-metrics-micrometer
+ 3.5.1
+
+
+ io.zipkin.reporter2
+ zipkin-sender-pulsar-client
+ 3.5.1
+
+
+ io.zipkin.brave
+ brave
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-tests
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-context-jfr
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-context-log4j2
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-context-log4j12
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-context-slf4j
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-dubbo
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-grpc
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-http
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-http-tests
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-http-tests-jakarta
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-httpasyncclient
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-httpclient
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-httpclient5
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-jakarta-jms
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-jaxrs2
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-jersey-server
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-jms
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-jms-jakarta
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-kafka-clients
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-kafka-streams
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-messaging
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-mongodb
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-mysql
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-mysql6
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-mysql8
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-netty-codec-http
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-okhttp3
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-rpc
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-servlet
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-servlet-jakarta
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-spring-rabbit
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-spring-web
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-spring-webmvc
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-vertx-web
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-spring-beans
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-rocketmq-client
+ 6.1.0
+
+
+ org.apache.cassandra
+ java-driver-core-shaded
+ 4.19.2
+
+
+ org.apache.cassandra
+ java-driver-mapper-processor
+ 4.19.2
+
+
+ org.apache.cassandra
+ java-driver-mapper-runtime
+ 4.19.2
+
+
+ org.apache.cassandra
+ java-driver-query-builder
+ 4.19.2
+
+
+ org.apache.cassandra
+ java-driver-guava-shaded
+ 4.19.2
+
+
+ org.apache.cassandra
+ java-driver-test-infra
+ 4.19.2
+
+
+ org.apache.cassandra
+ java-driver-metrics-micrometer
+ 4.19.2
+
+
+ org.apache.cassandra
+ java-driver-metrics-microprofile
+ 4.19.2
+
+
+ com.datastax.oss
+ native-protocol
+ 1.5.2
+
+
+ org.glassfish.jaxb
+ jaxb-runtime
+ 4.0.6
+ sources
+
+
+ org.glassfish.jaxb
+ jaxb-core
+ 4.0.6
+ sources
+
+
+ org.glassfish.jaxb
+ jaxb-xjc
+ 4.0.6
+ sources
+
+
+ org.glassfish.jaxb
+ jaxb-jxc
+ 4.0.6
+ sources
+
+
+ org.glassfish.jaxb
+ codemodel
+ 4.0.6
+ sources
+
+
+ org.glassfish.jaxb
+ txw2
+ 4.0.6
+ sources
+
+
+ org.glassfish.jaxb
+ xsom
+ 4.0.6
+ sources
+
+
+ com.sun.xml.bind
+ jaxb-impl
+ 4.0.6
+ sources
+
+
+ com.sun.xml.bind
+ jaxb-core
+ 4.0.6
+ sources
+
+
+ com.sun.xml.bind
+ jaxb-xjc
+ 4.0.6
+ sources
+
+
+ com.sun.xml.bind
+ jaxb-jxc
+ 4.0.6
+ sources
+
+
+ jakarta.xml.bind
+ jakarta.xml.bind-api
+ 4.0.4
+ sources
+
+
+ org.jvnet.staxex
+ stax-ex
+ 2.1.0
+ sources
+
+
+ com.sun.xml.fastinfoset
+ FastInfoset
+ 2.1.1
+ sources
+
+
+ org.glassfish.jaxb
+ jaxb-runtime
+ 4.0.6
+
+
+ org.glassfish.jaxb
+ jaxb-core
+ 4.0.6
+
+
+ org.glassfish.jaxb
+ jaxb-xjc
+ 4.0.6
+
+
+ org.glassfish.jaxb
+ jaxb-jxc
+ 4.0.6
+
+
+ org.glassfish.jaxb
+ codemodel
+ 4.0.6
+
+
+ org.glassfish.jaxb
+ txw2
+ 4.0.6
+
+
+ org.glassfish.jaxb
+ xsom
+ 4.0.6
+
+
+ com.sun.xml.bind
+ jaxb-impl
+ 4.0.6
+
+
+ com.sun.xml.bind
+ jaxb-core
+ 4.0.6
+
+
+ com.sun.xml.bind
+ jaxb-xjc
+ 4.0.6
+
+
+ com.sun.xml.bind
+ jaxb-jxc
+ 4.0.6
+
+
+ com.sun.xml.bind
+ jaxb-osgi
+ 4.0.6
+
+
+ com.sun.istack
+ istack-commons-runtime
+ 4.1.2
+
+
+ com.sun.xml.fastinfoset
+ FastInfoset
+ 2.1.1
+
+
+ org.jvnet.staxex
+ stax-ex
+ 2.1.0
+
+
+ org.eclipse.angus
+ angus-activation
+ 2.0.3
+
+
+ org.apache.groovy
+ groovy
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-ant
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-astbuilder
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-cli-commons
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-cli-picocli
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-console
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-contracts
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-datetime
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-dateutil
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-docgenerator
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-ginq
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-groovydoc
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-groovysh
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-jmx
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-json
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-jsr223
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-macro
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-macro-library
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-nio
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-servlet
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-sql
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-swing
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-templates
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-test
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-test-junit5
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-testng
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-toml
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-typecheckers
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-xml
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-yaml
+ 4.0.29
+
+
+ org.infinispan
+ infinispan-api
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-cachestore-jdbc
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-cachestore-jdbc-common
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-cachestore-sql
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-cachestore-remote
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-cachestore-rocksdb
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-cdi-common
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-cdi-embedded
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-cdi-remote
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-checkstyle
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-cli-client
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-client-hotrod
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-client-hotrod-legacy
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-client-rest
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-key-value-store-client
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-clustered-counter
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-clustered-lock
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-commons
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-commons-spi
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-commons-test
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-component-annotations
+ 15.2.6.Final
+ provided
+
+
+ org.infinispan
+ infinispan-component-processor
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-core
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-jboss-marshalling
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-hibernate-cache-commons
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-counter-api
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-hibernate-cache-spi
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-hibernate-cache-v62
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-jcache-commons
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-jcache
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-jcache-remote
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-console
+ 15.2.1.Final
+
+
+ org.infinispan
+ infinispan-logging-annotations
+ 15.2.6.Final
+ provided
+
+
+ org.infinispan
+ infinispan-logging-processor
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-multimap
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-objectfilter
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-query-core
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-query
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-query-dsl
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-remote-query-client
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-remote-query-server
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-scripting
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-server-core
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-server-hotrod
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-server-memcached
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-server-resp
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-server-rest
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-server-router
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-server-runtime
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-server-runtime
+ 15.2.6.Final
+ loader
+
+
+ org.infinispan
+ infinispan-server-testdriver-core
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-server-testdriver-junit4
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-server-testdriver-junit5
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-spring6-common
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-spring6-embedded
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-spring6-remote
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-spring-boot3-starter-embedded
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-spring-boot3-starter-remote
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-tasks
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-tasks-api
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-tools
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-anchored-keys
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-commons-graalvm
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-core-graalvm
+ 15.2.6.Final
+
+
+ org.infinispan.protostream
+ protostream
+ 5.0.13.Final
+
+
+ org.infinispan.protostream
+ protostream-types
+ 5.0.13.Final
+
+
+ org.infinispan.protostream
+ protostream-processor
+ 5.0.13.Final
+ provided
+
+
+ com.fasterxml.jackson.core
+ jackson-annotations
+ 2.19.4
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.19.4
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+ 2.19.4
+
+
+ com.fasterxml.jackson.dataformat
+ jackson-dataformat-avro
+ 2.19.4
+
+
+ com.fasterxml.jackson.dataformat
+ jackson-dataformat-cbor
+ 2.19.4
+
+
+ com.fasterxml.jackson.dataformat
+ jackson-dataformat-csv
+ 2.19.4
+
+
+ com.fasterxml.jackson.dataformat
+ jackson-dataformat-ion
+ 2.19.4
+
+
+ com.fasterxml.jackson.dataformat
+ jackson-dataformat-properties
+ 2.19.4
+
+
+ com.fasterxml.jackson.dataformat
+ jackson-dataformat-protobuf
+ 2.19.4
+
+
+ com.fasterxml.jackson.dataformat
+ jackson-dataformat-smile
+ 2.19.4
+
+
+ com.fasterxml.jackson.dataformat
+ jackson-dataformat-toml
+ 2.19.4
+
+
+ com.fasterxml.jackson.dataformat
+ jackson-dataformat-xml
+ 2.19.4
+
+
+ com.fasterxml.jackson.dataformat
+ jackson-dataformat-yaml
+ 2.19.4
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-eclipse-collections
+ 2.19.4
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-guava
+ 2.19.4
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-hibernate4
+ 2.19.4
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-hibernate5
+ 2.19.4
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-hibernate5-jakarta
+ 2.19.4
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-hibernate6
+ 2.19.4
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-hppc
+ 2.19.4
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-jakarta-jsonp
+ 2.19.4
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-jaxrs
+ 2.19.4
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-javax-money
+ 2.19.4
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-jdk8
+ 2.19.4
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-joda
+ 2.19.4
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-joda-money
+ 2.19.4
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-json-org
+ 2.19.4
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-jsr310
+ 2.19.4
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-jsr353
+ 2.19.4
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-moneta
+ 2.19.4
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-pcollections
+ 2.19.4
+
+
+ com.fasterxml.jackson.jaxrs
+ jackson-jaxrs-base
+ 2.19.4
+
+
+ com.fasterxml.jackson.jaxrs
+ jackson-jaxrs-cbor-provider
+ 2.19.4
+
+
+ com.fasterxml.jackson.jaxrs
+ jackson-jaxrs-json-provider
+ 2.19.4
+
+
+ com.fasterxml.jackson.jaxrs
+ jackson-jaxrs-smile-provider
+ 2.19.4
+
+
+ com.fasterxml.jackson.jaxrs
+ jackson-jaxrs-xml-provider
+ 2.19.4
+
+
+ com.fasterxml.jackson.jaxrs
+ jackson-jaxrs-yaml-provider
+ 2.19.4
+
+
+ com.fasterxml.jackson.jakarta.rs
+ jackson-jakarta-rs-base
+ 2.19.4
+
+
+ com.fasterxml.jackson.jakarta.rs
+ jackson-jakarta-rs-cbor-provider
+ 2.19.4
+
+
+ com.fasterxml.jackson.jakarta.rs
+ jackson-jakarta-rs-json-provider
+ 2.19.4
+
+
+ com.fasterxml.jackson.jakarta.rs
+ jackson-jakarta-rs-smile-provider
+ 2.19.4
+
+
+ com.fasterxml.jackson.jakarta.rs
+ jackson-jakarta-rs-xml-provider
+ 2.19.4
+
+
+ com.fasterxml.jackson.jakarta.rs
+ jackson-jakarta-rs-yaml-provider
+ 2.19.4
+
+
+ com.fasterxml.jackson.jr
+ jackson-jr-all
+ 2.19.4
+
+
+ com.fasterxml.jackson.jr
+ jackson-jr-annotation-support
+ 2.19.4
+
+
+ com.fasterxml.jackson.jr
+ jackson-jr-extension-javatime
+ 2.19.4
+
+
+ com.fasterxml.jackson.jr
+ jackson-jr-objects
+ 2.19.4
+
+
+ com.fasterxml.jackson.jr
+ jackson-jr-retrofit2
+ 2.19.4
+
+
+ com.fasterxml.jackson.jr
+ jackson-jr-stree
+ 2.19.4
+
+
+ com.fasterxml.jackson.module
+ jackson-module-afterburner
+ 2.19.4
+
+
+ com.fasterxml.jackson.module
+ jackson-module-android-record
+ 2.19.4
+
+
+ com.fasterxml.jackson.module
+ jackson-module-blackbird
+ 2.19.4
+
+
+ com.fasterxml.jackson.module
+ jackson-module-guice
+ 2.19.4
+
+
+ com.fasterxml.jackson.module
+ jackson-module-guice7
+ 2.19.4
+
+
+ com.fasterxml.jackson.module
+ jackson-module-jaxb-annotations
+ 2.19.4
+
+
+ com.fasterxml.jackson.module
+ jackson-module-jakarta-xmlbind-annotations
+ 2.19.4
+
+
+ com.fasterxml.jackson.module
+ jackson-module-jsonSchema
+ 2.19.4
+
+
+ com.fasterxml.jackson.module
+ jackson-module-jsonSchema-jakarta
+ 2.19.4
+
+
+ com.fasterxml.jackson.module
+ jackson-module-kotlin
+ 2.19.4
+
+
+ com.fasterxml.jackson.module
+ jackson-module-mrbean
+ 2.19.4
+
+
+ com.fasterxml.jackson.module
+ jackson-module-no-ctor-deser
+ 2.19.4
+
+
+ com.fasterxml.jackson.module
+ jackson-module-osgi
+ 2.19.4
+
+
+ com.fasterxml.jackson.module
+ jackson-module-parameter-names
+ 2.19.4
+
+
+ com.fasterxml.jackson.module
+ jackson-module-paranamer
+ 2.19.4
+
+
+ com.fasterxml.jackson.module
+ jackson-module-scala_2.11
+ 2.19.4
+
+
+ com.fasterxml.jackson.module
+ jackson-module-scala_2.12
+ 2.19.4
+
+
+ com.fasterxml.jackson.module
+ jackson-module-scala_2.13
+ 2.19.4
+
+
+ com.fasterxml.jackson.module
+ jackson-module-scala_3
+ 2.19.4
+
+
+ org.glassfish.jersey.core
+ jersey-common
+ 3.1.11
+
+
+ org.glassfish.jersey.core
+ jersey-client
+ 3.1.11
+
+
+ org.glassfish.jersey.core
+ jersey-server
+ 3.1.11
+
+
+ org.glassfish.jersey.bundles
+ jaxrs-ri
+ 3.1.11
+
+
+ org.glassfish.jersey.connectors
+ jersey-apache-connector
+ 3.1.11
+
+
+ org.glassfish.jersey.connectors
+ jersey-apache5-connector
+ 3.1.11
+
+
+ org.glassfish.jersey.connectors
+ jersey-helidon-connector
+ 3.1.11
+
+
+ org.glassfish.jersey.connectors
+ jersey-grizzly-connector
+ 3.1.11
+
+
+ org.glassfish.jersey.connectors
+ jersey-jnh-connector
+ 3.1.11
+
+
+ org.glassfish.jersey.connectors
+ jersey-jetty-connector
+ 3.1.11
+
+
+ org.glassfish.jersey.connectors
+ jersey-jetty11-connector
+ 3.1.11
+
+
+ org.glassfish.jersey.connectors
+ jersey-jetty-http2-connector
+ 3.1.11
+
+
+ org.glassfish.jersey.connectors
+ jersey-jdk-connector
+ 3.1.11
+
+
+ org.glassfish.jersey.connectors
+ jersey-netty-connector
+ 3.1.11
+
+
+ org.glassfish.jersey.containers
+ jersey-container-jetty-http
+ 3.1.11
+
+
+ org.glassfish.jersey.containers
+ jersey-container-jetty11-http
+ 3.1.11
+
+
+ org.glassfish.jersey.containers
+ jersey-container-jetty-http2
+ 3.1.11
+
+
+ org.glassfish.jersey.containers
+ jersey-container-grizzly2-http
+ 3.1.11
+
+
+ org.glassfish.jersey.containers
+ jersey-container-grizzly2-servlet
+ 3.1.11
+
+
+ org.glassfish.jersey.containers
+ jersey-container-jetty-servlet
+ 3.1.11
+
+
+ org.glassfish.jersey.containers
+ jersey-container-jdk-http
+ 3.1.11
+
+
+ org.glassfish.jersey.containers
+ jersey-container-netty-http
+ 3.1.11
+
+
+ org.glassfish.jersey.containers
+ jersey-container-servlet
+ 3.1.11
+
+
+ org.glassfish.jersey.containers
+ jersey-container-servlet-core
+ 3.1.11
+
+
+ org.glassfish.jersey.containers
+ jersey-container-simple-http
+ 3.1.11
+
+
+ org.glassfish.jersey.containers.glassfish
+ jersey-gf-ejb
+ 3.1.11
+
+
+ org.glassfish.jersey.ext
+ jersey-bean-validation
+ 3.1.11
+
+
+ org.glassfish.jersey.ext
+ jersey-entity-filtering
+ 3.1.11
+
+
+ org.glassfish.jersey.ext
+ jersey-micrometer
+ 3.1.11
+
+
+ org.glassfish.jersey.ext
+ jersey-metainf-services
+ 3.1.11
+
+
+ org.glassfish.jersey.ext.microprofile
+ jersey-mp-config
+ 3.1.11
+
+
+ org.glassfish.jersey.ext
+ jersey-mvc
+ 3.1.11
+
+
+ org.glassfish.jersey.ext
+ jersey-mvc-bean-validation
+ 3.1.11
+
+
+ org.glassfish.jersey.ext
+ jersey-mvc-freemarker
+ 3.1.11
+
+
+ org.glassfish.jersey.ext
+ jersey-mvc-jsp
+ 3.1.11
+
+
+ org.glassfish.jersey.ext
+ jersey-mvc-mustache
+ 3.1.11
+
+
+ org.glassfish.jersey.ext
+ jersey-proxy-client
+ 3.1.11
+
+
+ org.glassfish.jersey.ext
+ jersey-spring6
+ 3.1.11
+
+
+ org.glassfish.jersey.ext
+ jersey-declarative-linking
+ 3.1.11
+
+
+ org.glassfish.jersey.ext
+ jersey-wadl-doclet
+ 3.1.11
+
+
+ org.glassfish.jersey.ext.cdi
+ jersey-weld2-se
+ 3.1.11
+
+
+ org.glassfish.jersey.ext.cdi
+ jersey-cdi1x
+ 3.1.11
+
+
+ org.glassfish.jersey.ext.cdi
+ jersey-cdi1x-transaction
+ 3.1.11
+
+
+ org.glassfish.jersey.ext.cdi
+ jersey-cdi1x-validation
+ 3.1.11
+
+
+ org.glassfish.jersey.ext.cdi
+ jersey-cdi1x-servlet
+ 3.1.11
+
+
+ org.glassfish.jersey.ext.cdi
+ jersey-cdi1x-ban-custom-hk2-binding
+ 3.1.11
+
+
+ org.glassfish.jersey.ext.cdi
+ jersey-cdi-rs-inject
+ 3.1.11
+
+
+ org.glassfish.jersey.ext.rx
+ jersey-rx-client-guava
+ 3.1.11
+
+
+ org.glassfish.jersey.ext.rx
+ jersey-rx-client-rxjava
+ 3.1.11
+
+
+ org.glassfish.jersey.ext.rx
+ jersey-rx-client-rxjava2
+ 3.1.11
+
+
+ org.glassfish.jersey.ext.microprofile
+ jersey-mp-rest-client
+ 3.1.11
+
+
+ org.glassfish.jersey.media
+ jersey-media-jaxb
+ 3.1.11
+
+
+ org.glassfish.jersey.media
+ jersey-media-json-jackson
+ 3.1.11
+
+
+ org.glassfish.jersey.media
+ jersey-media-json-jettison
+ 3.1.11
+
+
+ org.glassfish.jersey.media
+ jersey-media-json-processing
+ 3.1.11
+
+
+ org.glassfish.jersey.media
+ jersey-media-json-gson
+ 3.1.11
+
+
+ org.glassfish.jersey.media
+ jersey-media-json-binding
+ 3.1.11
+
+
+ org.glassfish.jersey.media
+ jersey-media-kryo
+ 3.1.11
+
+
+ org.glassfish.jersey.media
+ jersey-media-moxy
+ 3.1.11
+
+
+ org.glassfish.jersey.media
+ jersey-media-multipart
+ 3.1.11
+
+
+ org.glassfish.jersey.media
+ jersey-media-sse
+ 3.1.11
+
+
+ org.glassfish.jersey.security
+ oauth1-client
+ 3.1.11
+
+
+ org.glassfish.jersey.security
+ oauth1-server
+ 3.1.11
+
+
+ org.glassfish.jersey.security
+ oauth1-signature
+ 3.1.11
+
+
+ org.glassfish.jersey.security
+ oauth2-client
+ 3.1.11
+
+
+ org.glassfish.jersey.inject
+ jersey-hk2
+ 3.1.11
+
+
+ org.glassfish.jersey.inject
+ jersey-cdi2-se
+ 3.1.11
+
+
+ org.glassfish.jersey.test-framework
+ jersey-test-framework-core
+ 3.1.11
+
+
+ org.glassfish.jersey.test-framework.providers
+ jersey-test-framework-provider-bundle
+ 3.1.11
+ pom
+
+
+ org.glassfish.jersey.test-framework.providers
+ jersey-test-framework-provider-external
+ 3.1.11
+
+
+ org.glassfish.jersey.test-framework.providers
+ jersey-test-framework-provider-grizzly2
+ 3.1.11
+
+
+ org.glassfish.jersey.test-framework.providers
+ jersey-test-framework-provider-inmemory
+ 3.1.11
+
+
+ org.glassfish.jersey.test-framework.providers
+ jersey-test-framework-provider-jdk-http
+ 3.1.11
+
+
+ org.glassfish.jersey.test-framework.providers
+ jersey-test-framework-provider-simple
+ 3.1.11
+
+
+ org.glassfish.jersey.test-framework.providers
+ jersey-test-framework-provider-jetty
+ 3.1.11
+
+
+ org.glassfish.jersey.test-framework.providers
+ jersey-test-framework-provider-jetty-http2
+ 3.1.11
+
+
+ org.glassfish.jersey.test-framework.providers
+ jersey-test-framework-provider-netty
+ 3.1.11
+
+
+ org.glassfish.jersey.test-framework
+ jersey-test-framework-util
+ 3.1.11
+
+
+ org.eclipse.jetty.ee10
+ jetty-ee10-annotations
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10
+ jetty-ee10-apache-jsp
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10
+ jetty-ee10-cdi
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10
+ jetty-ee10-fcgi-proxy
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10
+ jetty-ee10-glassfish-jstl
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10
+ jetty-ee10-jaspi
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10
+ jetty-ee10-jndi
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10
+ jetty-ee10-jspc-maven-plugin
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10
+ jetty-ee10-maven-plugin
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10
+ jetty-ee10-plus
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10
+ jetty-ee10-proxy
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10
+ jetty-ee10-quickstart
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10
+ jetty-ee10-runner
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10
+ jetty-ee10-servlet
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10
+ jetty-ee10-servlets
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10
+ jetty-ee10-webapp
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10.osgi
+ jetty-ee10-osgi-alpn
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10.osgi
+ jetty-ee10-osgi-boot
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10.osgi
+ jetty-ee10-osgi-boot-jsp
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10.websocket
+ jetty-ee10-websocket-jakarta-client
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10.websocket
+ jetty-ee10-websocket-jakarta-client-webapp
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10.websocket
+ jetty-ee10-websocket-jakarta-common
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10.websocket
+ jetty-ee10-websocket-jakarta-server
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10.websocket
+ jetty-ee10-websocket-jetty-client-webapp
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10.websocket
+ jetty-ee10-websocket-jetty-server
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10.websocket
+ jetty-ee10-websocket-servlet
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-alpn-client
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-alpn-conscrypt-client
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-alpn-conscrypt-server
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-alpn-java-client
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-alpn-java-server
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-alpn-server
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-client
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-deploy
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-ee
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-http
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-http-spi
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-http-tools
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-io
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-jmx
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-jndi
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-keystore
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-openid
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-osgi
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-plus
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-proxy
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-rewrite
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-security
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-server
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-session
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-slf4j-impl
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-start
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-unixdomain-server
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-util
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-util-ajax
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-xml
+ 12.0.31
+
+
+ org.eclipse.jetty.demos
+ jetty-demo-handler
+ 12.0.31
+
+
+ org.eclipse.jetty.fcgi
+ jetty-fcgi-client
+ 12.0.31
+
+
+ org.eclipse.jetty.fcgi
+ jetty-fcgi-proxy
+ 12.0.31
+
+
+ org.eclipse.jetty.fcgi
+ jetty-fcgi-server
+ 12.0.31
+
+
+ org.eclipse.jetty.http2
+ jetty-http2-client
+ 12.0.31
+
+
+ org.eclipse.jetty.http2
+ jetty-http2-client-transport
+ 12.0.31
+
+
+ org.eclipse.jetty.http2
+ jetty-http2-common
+ 12.0.31
+
+
+ org.eclipse.jetty.http2
+ jetty-http2-hpack
+ 12.0.31
+
+
+ org.eclipse.jetty.http2
+ jetty-http2-server
+ 12.0.31
+
+
+ org.eclipse.jetty.http3
+ jetty-http3-client
+ 12.0.31
+
+
+ org.eclipse.jetty.http3
+ jetty-http3-client-transport
+ 12.0.31
+
+
+ org.eclipse.jetty.http3
+ jetty-http3-common
+ 12.0.31
+
+
+ org.eclipse.jetty.http3
+ jetty-http3-qpack
+ 12.0.31
+
+
+ org.eclipse.jetty.http3
+ jetty-http3-server
+ 12.0.31
+
+
+ org.eclipse.jetty.quic
+ jetty-quic-client
+ 12.0.31
+
+
+ org.eclipse.jetty.quic
+ jetty-quic-common
+ 12.0.31
+
+
+ org.eclipse.jetty.quic
+ jetty-quic-quiche-common
+ 12.0.31
+
+
+ org.eclipse.jetty.quic
+ jetty-quic-quiche-foreign
+ 12.0.31
+
+
+ org.eclipse.jetty.quic
+ jetty-quic-quiche-jna
+ 12.0.31
+
+
+ org.eclipse.jetty.quic
+ jetty-quic-server
+ 12.0.31
+
+
+ org.eclipse.jetty.websocket
+ jetty-websocket-core-client
+ 12.0.31
+
+
+ org.eclipse.jetty.websocket
+ jetty-websocket-core-common
+ 12.0.31
+
+
+ org.eclipse.jetty.websocket
+ jetty-websocket-core-server
+ 12.0.31
+
+
+ org.eclipse.jetty.websocket
+ jetty-websocket-jetty-api
+ 12.0.31
+
+
+ org.eclipse.jetty.websocket
+ jetty-websocket-jetty-client
+ 12.0.31
+
+
+ org.eclipse.jetty.websocket
+ jetty-websocket-jetty-common
+ 12.0.31
+
+
+ org.eclipse.jetty.websocket
+ jetty-websocket-jetty-server
+ 12.0.31
+
+
+ org.junit.jupiter
+ junit-jupiter
+ 5.12.2
+
+
+ org.junit.jupiter
+ junit-jupiter-engine
+ 5.12.2
+
+
+ org.junit.jupiter
+ junit-jupiter-migrationsupport
+ 5.12.2
+
+
+ org.junit.jupiter
+ junit-jupiter-params
+ 5.12.2
+
+
+ org.junit.platform
+ junit-platform-commons
+ 1.12.2
+
+
+ org.junit.platform
+ junit-platform-console
+ 1.12.2
+
+
+ org.junit.platform
+ junit-platform-engine
+ 1.12.2
+
+
+ org.junit.platform
+ junit-platform-jfr
+ 1.12.2
+
+
+ org.junit.platform
+ junit-platform-launcher
+ 1.12.2
+
+
+ org.junit.platform
+ junit-platform-reporting
+ 1.12.2
+
+
+ org.junit.platform
+ junit-platform-runner
+ 1.12.2
+
+
+ org.junit.platform
+ junit-platform-suite
+ 1.12.2
+
+
+ org.junit.platform
+ junit-platform-suite-api
+ 1.12.2
+
+
+ org.junit.platform
+ junit-platform-suite-commons
+ 1.12.2
+
+
+ org.junit.platform
+ junit-platform-suite-engine
+ 1.12.2
+
+
+ org.junit.platform
+ junit-platform-testkit
+ 1.12.2
+
+
+ org.junit.vintage
+ junit-vintage-engine
+ 5.12.2
+
+
+ org.jetbrains.kotlin
+ kotlin-stdlib
+ 1.9.25
+
+
+ org.jetbrains.kotlin
+ kotlin-stdlib-jdk7
+ 1.9.25
+
+
+ org.jetbrains.kotlin
+ kotlin-stdlib-jdk8
+ 1.9.25
+
+
+ org.jetbrains.kotlin
+ kotlin-stdlib-js
+ 1.9.25
+
+
+ org.jetbrains.kotlin
+ kotlin-stdlib-common
+ 1.9.25
+
+
+ org.jetbrains.kotlin
+ kotlin-reflect
+ 1.9.25
+
+
+ org.jetbrains.kotlin
+ kotlin-osgi-bundle
+ 1.9.25
+
+
+ org.jetbrains.kotlin
+ kotlin-test
+ 1.9.25
+
+
+ org.jetbrains.kotlin
+ kotlin-test-junit
+ 1.9.25
+
+
+ org.jetbrains.kotlin
+ kotlin-test-junit5
+ 1.9.25
+
+
+ org.jetbrains.kotlin
+ kotlin-test-testng
+ 1.9.25
+
+
+ org.jetbrains.kotlin
+ kotlin-test-js
+ 1.9.25
+
+
+ org.jetbrains.kotlin
+ kotlin-test-common
+ 1.9.25
+
+
+ org.jetbrains.kotlin
+ kotlin-test-annotations-common
+ 1.9.25
+
+
+ org.jetbrains.kotlin
+ kotlin-main-kts
+ 1.9.25
+
+
+ org.jetbrains.kotlin
+ kotlin-script-runtime
+ 1.9.25
+
+
+ org.jetbrains.kotlin
+ kotlin-scripting-common
+ 1.9.25
+
+
+ org.jetbrains.kotlin
+ kotlin-scripting-jvm
+ 1.9.25
+
+
+ org.jetbrains.kotlin
+ kotlin-scripting-jvm-host
+ 1.9.25
+
+
+ org.jetbrains.kotlin
+ kotlin-scripting-ide-services
+ 1.9.25
+
+
+ org.jetbrains.kotlin
+ kotlin-compiler
+ 1.9.25
+
+
+ org.jetbrains.kotlin
+ kotlin-compiler-embeddable
+ 1.9.25
+
+
+ org.jetbrains.kotlin
+ kotlin-daemon-client
+ 1.9.25
+
+
+ org.jetbrains.kotlinx
+ kotlinx-coroutines-android
+ 1.8.1
+
+
+ org.jetbrains.kotlinx
+ kotlinx-coroutines-core-jvm
+ 1.8.1
+
+
+ org.jetbrains.kotlinx
+ kotlinx-coroutines-core
+ 1.8.1
+
+
+ org.jetbrains.kotlinx
+ kotlinx-coroutines-debug
+ 1.8.1
+
+
+ org.jetbrains.kotlinx
+ kotlinx-coroutines-guava
+ 1.8.1
+
+
+ org.jetbrains.kotlinx
+ kotlinx-coroutines-javafx
+ 1.8.1
+
+
+ org.jetbrains.kotlinx
+ kotlinx-coroutines-jdk8
+ 1.8.1
+
+
+ org.jetbrains.kotlinx
+ kotlinx-coroutines-jdk9
+ 1.8.1
+
+
+ org.jetbrains.kotlinx
+ kotlinx-coroutines-play-services
+ 1.8.1
+
+
+ org.jetbrains.kotlinx
+ kotlinx-coroutines-reactive
+ 1.8.1
+
+
+ org.jetbrains.kotlinx
+ kotlinx-coroutines-reactor
+ 1.8.1
+
+
+ org.jetbrains.kotlinx
+ kotlinx-coroutines-rx2
+ 1.8.1
+
+
+ org.jetbrains.kotlinx
+ kotlinx-coroutines-rx3
+ 1.8.1
+
+
+ org.jetbrains.kotlinx
+ kotlinx-coroutines-slf4j
+ 1.8.1
+
+
+ org.jetbrains.kotlinx
+ kotlinx-coroutines-swing
+ 1.8.1
+
+
+ org.jetbrains.kotlinx
+ kotlinx-coroutines-test-jvm
+ 1.8.1
+
+
+ org.jetbrains.kotlinx
+ kotlinx-coroutines-test
+ 1.8.1
+
+
+ org.jetbrains.kotlinx
+ kotlinx-serialization-cbor-jvm
+ 1.6.3
+
+
+ org.jetbrains.kotlinx
+ kotlinx-serialization-cbor
+ 1.6.3
+
+
+ org.jetbrains.kotlinx
+ kotlinx-serialization-core-jvm
+ 1.6.3
+
+
+ org.jetbrains.kotlinx
+ kotlinx-serialization-core
+ 1.6.3
+
+
+ org.jetbrains.kotlinx
+ kotlinx-serialization-hocon
+ 1.6.3
+
+
+ org.jetbrains.kotlinx
+ kotlinx-serialization-json-jvm
+ 1.6.3
+
+
+ org.jetbrains.kotlinx
+ kotlinx-serialization-json
+ 1.6.3
+
+
+ org.jetbrains.kotlinx
+ kotlinx-serialization-json-okio-jvm
+ 1.6.3
+
+
+ org.jetbrains.kotlinx
+ kotlinx-serialization-json-okio
+ 1.6.3
+
+
+ org.jetbrains.kotlinx
+ kotlinx-serialization-properties-jvm
+ 1.6.3
+
+
+ org.jetbrains.kotlinx
+ kotlinx-serialization-properties
+ 1.6.3
+
+
+ org.jetbrains.kotlinx
+ kotlinx-serialization-protobuf-jvm
+ 1.6.3
+
+
+ org.jetbrains.kotlinx
+ kotlinx-serialization-protobuf
+ 1.6.3
+
+
+ org.apache.logging.log4j
+ log4j-1.2-api
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-api
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-api-test
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-appserver
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-cassandra
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-core
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-core-test
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-couchdb
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-docker
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-flume-ng
+ 2.23.1
+
+
+ org.apache.logging.log4j
+ log4j-iostreams
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-jakarta-smtp
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-jakarta-web
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-jcl
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-jpa
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-jpl
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-jul
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-layout-template-json
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-mongodb4
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-mongodb
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-slf4j2-impl
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-spring-boot
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-spring-cloud-config-client
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-taglib
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-to-jul
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-to-slf4j
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-web
+ 2.24.3
+
+
+ org.apache.logging
+ logging-parent
+ 11.0.0
+ pom
+
+
+ biz.aQute.bnd
+ biz.aQute.bnd.annotation
+ 7.0.0
+
+
+ com.github.spotbugs
+ spotbugs-annotations
+ 4.8.6
+
+
+ org.jspecify
+ jspecify
+ 1.0.0
+
+
+ org.osgi
+ osgi.annotation
+ 8.1.0
+
+
+ org.osgi
+ org.osgi.annotation.bundle
+ 2.0.0
+
+
+ org.osgi
+ org.osgi.annotation.versioning
+ 1.1.2
+
+
+ io.micrometer
+ micrometer-commons
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-core
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-jakarta9
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-java11
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-java21
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-jetty11
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-jetty12
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-observation
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-observation-test
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-registry-appoptics
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-registry-atlas
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-registry-azure-monitor
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-registry-cloudwatch2
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-registry-datadog
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-registry-dynatrace
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-registry-elastic
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-registry-ganglia
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-registry-graphite
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-registry-health
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-registry-humio
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-registry-influx
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-registry-jmx
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-registry-kairos
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-registry-new-relic
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-registry-opentsdb
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-registry-otlp
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-registry-prometheus
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-registry-prometheus-simpleclient
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-registry-signalfx
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-registry-statsd
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-registry-wavefront
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-test
+ 1.15.7
+
+
+ io.micrometer
+ context-propagation
+ 1.1.3
+
+
+ io.micrometer
+ docs
+ 1.5.7
+
+
+ io.micrometer
+ micrometer-tracing
+ 1.5.7
+
+
+ io.micrometer
+ micrometer-tracing-bridge-brave
+ 1.5.7
+
+
+ io.micrometer
+ micrometer-tracing-bridge-otel
+ 1.5.7
+
+
+ io.micrometer
+ micrometer-tracing-integration-test
+ 1.5.7
+
+
+ io.micrometer
+ micrometer-tracing-reporter-wavefront
+ 1.5.7
+
+
+ io.micrometer
+ micrometer-tracing-test
+ 1.5.7
+
+
+ org.mockito
+ mockito-android
+ 5.17.0
+
+
+ org.mockito
+ mockito-errorprone
+ 5.17.0
+
+
+ org.mockito
+ mockito-junit-jupiter
+ 5.17.0
+
+
+ org.mockito
+ mockito-proxy
+ 5.17.0
+
+
+ org.mockito
+ mockito-subclass
+ 5.17.0
+
+
+ org.mongodb
+ mongodb-crypt
+ 5.5.2
+
+
+ org.mongodb
+ mongodb-driver-core
+ 5.5.2
+
+
+ org.mongodb
+ bson
+ 5.5.2
+
+
+ org.mongodb
+ bson-record-codec
+ 5.5.2
+
+
+ org.mongodb
+ mongodb-driver-sync
+ 5.5.2
+
+
+ org.mongodb
+ mongodb-driver-reactivestreams
+ 5.5.2
+
+
+ org.mongodb
+ bson-kotlin
+ 5.5.2
+
+
+ org.mongodb
+ bson-kotlinx
+ 5.5.2
+
+
+ org.mongodb
+ mongodb-driver-kotlin-coroutine
+ 5.5.2
+
+
+ org.mongodb
+ mongodb-driver-kotlin-sync
+ 5.5.2
+
+
+ org.mongodb
+ mongodb-driver-kotlin-extensions
+ 5.5.2
+
+
+ org.mongodb.scala
+ mongo-scala-bson_2.13
+ 5.5.2
+
+
+ org.mongodb.scala
+ mongo-scala-driver_2.13
+ 5.5.2
+
+
+ org.mongodb.scala
+ mongo-scala-bson_2.12
+ 5.5.2
+
+
+ org.mongodb.scala
+ mongo-scala-bson_2.11
+ 5.5.2
+
+
+ org.mongodb.scala
+ mongo-scala-driver_2.12
+ 5.5.2
+
+
+ org.mongodb.scala
+ mongo-scala-driver_2.11
+ 5.5.2
+
+
+ io.netty
+ netty-buffer
+ 4.1.130.Final
+
+
+ io.netty
+ netty-codec
+ 4.1.130.Final
+
+
+ io.netty
+ netty-codec-dns
+ 4.1.130.Final
+
+
+ io.netty
+ netty-codec-haproxy
+ 4.1.130.Final
+
+
+ io.netty
+ netty-codec-http
+ 4.1.130.Final
+
+
+ io.netty
+ netty-codec-http2
+ 4.1.130.Final
+
+
+ io.netty
+ netty-codec-memcache
+ 4.1.130.Final
+
+
+ io.netty
+ netty-codec-mqtt
+ 4.1.130.Final
+
+
+ io.netty
+ netty-codec-redis
+ 4.1.130.Final
+
+
+ io.netty
+ netty-codec-smtp
+ 4.1.130.Final
+
+
+ io.netty
+ netty-codec-socks
+ 4.1.130.Final
+
+
+ io.netty
+ netty-codec-stomp
+ 4.1.130.Final
+
+
+ io.netty
+ netty-codec-xml
+ 4.1.130.Final
+
+
+ io.netty
+ netty-common
+ 4.1.130.Final
+
+
+ io.netty
+ netty-dev-tools
+ 4.1.130.Final
+
+
+ io.netty
+ netty-handler
+ 4.1.130.Final
+
+
+ io.netty
+ netty-handler-proxy
+ 4.1.130.Final
+
+
+ io.netty
+ netty-handler-ssl-ocsp
+ 4.1.130.Final
+
+
+ io.netty
+ netty-resolver
+ 4.1.130.Final
+
+
+ io.netty
+ netty-resolver-dns
+ 4.1.130.Final
+
+
+ io.netty
+ netty-transport
+ 4.1.130.Final
+
+
+ io.netty
+ netty-transport-rxtx
+ 4.1.130.Final
+
+
+ io.netty
+ netty-transport-sctp
+ 4.1.130.Final
+
+
+ io.netty
+ netty-transport-udt
+ 4.1.130.Final
+
+
+ io.netty
+ netty-all
+ 4.1.130.Final
+
+
+ io.netty
+ netty-resolver-dns-classes-macos
+ 4.1.130.Final
+
+
+ io.netty
+ netty-resolver-dns-native-macos
+ 4.1.130.Final
+
+
+ io.netty
+ netty-resolver-dns-native-macos
+ 4.1.130.Final
+ osx-x86_64
+
+
+ io.netty
+ netty-resolver-dns-native-macos
+ 4.1.130.Final
+ osx-aarch_64
+
+
+ io.netty
+ netty-transport-native-unix-common
+ 4.1.130.Final
+
+
+ io.netty
+ netty-transport-native-unix-common
+ 4.1.130.Final
+ linux-aarch_64
+
+
+ io.netty
+ netty-transport-native-unix-common
+ 4.1.130.Final
+ linux-riscv64
+
+
+ io.netty
+ netty-transport-native-unix-common
+ 4.1.130.Final
+ linux-x86_64
+
+
+ io.netty
+ netty-transport-native-unix-common
+ 4.1.130.Final
+ osx-x86_64
+
+
+ io.netty
+ netty-transport-native-unix-common
+ 4.1.130.Final
+ osx-aarch_64
+
+
+ io.netty
+ netty-transport-classes-epoll
+ 4.1.130.Final
+
+
+ io.netty
+ netty-transport-native-epoll
+ 4.1.130.Final
+
+
+ io.netty
+ netty-transport-native-epoll
+ 4.1.130.Final
+ linux-aarch_64
+
+
+ io.netty
+ netty-transport-native-epoll
+ 4.1.130.Final
+ linux-riscv64
+
+
+ io.netty
+ netty-transport-native-epoll
+ 4.1.130.Final
+ linux-x86_64
+
+
+ io.netty
+ netty-transport-classes-kqueue
+ 4.1.130.Final
+
+
+ io.netty
+ netty-transport-native-kqueue
+ 4.1.130.Final
+
+
+ io.netty
+ netty-transport-native-kqueue
+ 4.1.130.Final
+ osx-x86_64
+
+
+ io.netty
+ netty-transport-native-kqueue
+ 4.1.130.Final
+ osx-aarch_64
+
+
+ io.netty
+ netty-tcnative-classes
+ 2.0.74.Final
+
+
+ io.netty
+ netty-tcnative
+ 2.0.74.Final
+ linux-x86_64
+
+
+ io.netty
+ netty-tcnative
+ 2.0.74.Final
+ linux-x86_64-fedora
+
+
+ io.netty
+ netty-tcnative
+ 2.0.74.Final
+ osx-x86_64
+
+
+ io.netty
+ netty-tcnative
+ 2.0.74.Final
+ osx-aarch_64
+
+
+ io.netty
+ netty-tcnative-boringssl-static
+ 2.0.74.Final
+
+
+ io.netty
+ netty-tcnative-boringssl-static
+ 2.0.74.Final
+ linux-x86_64
+
+
+ io.netty
+ netty-tcnative-boringssl-static
+ 2.0.74.Final
+ linux-aarch_64
+
+
+ io.netty
+ netty-tcnative-boringssl-static
+ 2.0.74.Final
+ osx-x86_64
+
+
+ io.netty
+ netty-tcnative-boringssl-static
+ 2.0.74.Final
+ osx-aarch_64
+
+
+ io.netty
+ netty-tcnative-boringssl-static
+ 2.0.74.Final
+ windows-x86_64
+
+
+ io.opentelemetry
+ opentelemetry-context
+ 1.49.0
+
+
+ io.opentelemetry
+ opentelemetry-opentracing-shim
+ 1.49.0
+
+
+ io.opentelemetry
+ opentelemetry-api
+ 1.49.0
+
+
+ io.opentelemetry
+ opentelemetry-exporter-common
+ 1.49.0
+
+
+ io.opentelemetry
+ opentelemetry-exporter-logging
+ 1.49.0
+
+
+ io.opentelemetry
+ opentelemetry-exporter-logging-otlp
+ 1.49.0
+
+
+ io.opentelemetry
+ opentelemetry-exporter-zipkin
+ 1.49.0
+
+
+ io.opentelemetry
+ opentelemetry-extension-kotlin
+ 1.49.0
+
+
+ io.opentelemetry
+ opentelemetry-extension-trace-propagators
+ 1.49.0
+
+
+ io.opentelemetry
+ opentelemetry-sdk
+ 1.49.0
+
+
+ io.opentelemetry
+ opentelemetry-sdk-common
+ 1.49.0
+
+
+ io.opentelemetry
+ opentelemetry-sdk-logs
+ 1.49.0
+
+
+ io.opentelemetry
+ opentelemetry-sdk-metrics
+ 1.49.0
+
+
+ io.opentelemetry
+ opentelemetry-sdk-testing
+ 1.49.0
+
+
+ io.opentelemetry
+ opentelemetry-sdk-trace
+ 1.49.0
+
+
+ io.opentelemetry
+ opentelemetry-sdk-extension-autoconfigure
+ 1.49.0
+
+
+ io.opentelemetry
+ opentelemetry-sdk-extension-autoconfigure-spi
+ 1.49.0
+
+
+ io.opentelemetry
+ opentelemetry-sdk-extension-jaeger-remote-sampler
+ 1.49.0
+
+
+ io.opentelemetry
+ opentelemetry-exporter-otlp
+ 1.49.0
+
+
+ io.opentelemetry
+ opentelemetry-exporter-otlp-common
+ 1.49.0
+
+
+ io.opentelemetry
+ opentelemetry-exporter-sender-grpc-managed-channel
+ 1.49.0
+
+
+ io.opentelemetry
+ opentelemetry-exporter-sender-jdk
+ 1.49.0
+
+
+ io.opentelemetry
+ opentelemetry-exporter-sender-okhttp
+ 1.49.0
+
+
+ io.prometheus
+ prometheus-metrics-config
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-core
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-exporter-common
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-exporter-httpserver
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-exporter-opentelemetry
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-exporter-opentelemetry-no-otel
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-exporter-opentelemetry-otel-agent-resources
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-exporter-pushgateway
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-exporter-servlet-jakarta
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-exporter-servlet-javax
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-exposition-formats-no-protobuf
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-exposition-formats
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-exposition-textformats
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-instrumentation-dropwizard
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-instrumentation-dropwizard5
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-instrumentation-caffeine
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-instrumentation-guava
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-instrumentation-jvm
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-model
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-simpleclient-bridge
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-tracer
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-tracer-common
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-tracer-initializer
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-tracer-otel
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-tracer-otel-agent
+ 1.3.10
+
+
+ io.prometheus
+ simpleclient
+ 0.16.0
+
+
+ io.prometheus
+ simpleclient_caffeine
+ 0.16.0
+
+
+ io.prometheus
+ simpleclient_common
+ 0.16.0
+
+
+ io.prometheus
+ simpleclient_dropwizard
+ 0.16.0
+
+
+ io.prometheus
+ simpleclient_graphite_bridge
+ 0.16.0
+
+
+ io.prometheus
+ simpleclient_guava
+ 0.16.0
+
+
+ io.prometheus
+ simpleclient_hibernate
+ 0.16.0
+
+
+ io.prometheus
+ simpleclient_hotspot
+ 0.16.0
+
+
+ io.prometheus
+ simpleclient_httpserver
+ 0.16.0
+
+
+ io.prometheus
+ simpleclient_tracer_common
+ 0.16.0
+
+
+ io.prometheus
+ simpleclient_jetty
+ 0.16.0
+
+
+ io.prometheus
+ simpleclient_jetty_jdk8
+ 0.16.0
+
+
+ io.prometheus
+ simpleclient_log4j
+ 0.16.0
+
+
+ io.prometheus
+ simpleclient_log4j2
+ 0.16.0
+
+
+ io.prometheus
+ simpleclient_logback
+ 0.16.0
+
+
+ io.prometheus
+ simpleclient_pushgateway
+ 0.16.0
+
+
+ io.prometheus
+ simpleclient_servlet
+ 0.16.0
+
+
+ io.prometheus
+ simpleclient_servlet_jakarta
+ 0.16.0
+
+
+ io.prometheus
+ simpleclient_spring_boot
+ 0.16.0
+
+
+ io.prometheus
+ simpleclient_spring_web
+ 0.16.0
+
+
+ io.prometheus
+ simpleclient_tracer_otel
+ 0.16.0
+
+
+ io.prometheus
+ simpleclient_tracer_otel_agent
+ 0.16.0
+
+
+ io.prometheus
+ simpleclient_vertx
+ 0.16.0
+
+
+ org.apache.pulsar
+ bouncy-castle-bc
+ 4.0.8
+
+
+ org.apache.pulsar
+ bouncy-castle-bcfips
+ 4.0.8
+
+
+ org.apache.pulsar
+ bouncy-castle-parent
+ 4.0.8
+
+
+ org.apache.pulsar
+ buildtools
+ 4.0.8
+
+
+ org.apache.pulsar
+ distribution
+ 4.0.8
+
+
+ org.apache.pulsar
+ docker-images
+ 4.0.8
+
+
+ org.apache.pulsar
+ jclouds-shaded
+ 4.0.8
+
+
+ org.apache.pulsar
+ managed-ledger
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-all-docker-image
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-broker-auth-athenz
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-broker-auth-oidc
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-broker-auth-sasl
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-broker-common
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-broker
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-cli-utils
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-client-admin-api
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-client-admin-original
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-client-admin
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-client-all
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-client-api
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-client-auth-athenz
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-client-auth-sasl
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-client-messagecrypto-bc
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-client-original
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-client-tools-api
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-client-tools
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-client
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-common
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-config-validation
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-docker-image
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-docs-tools
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-functions-api-examples-builtin
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-functions-api-examples
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-functions-api
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-functions-instance
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-functions-local-runner-original
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-functions-local-runner
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-functions-proto
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-functions-runtime-all
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-functions-runtime
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-functions-secrets
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-functions-utils
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-functions-worker
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-functions
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-aerospike
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-alluxio
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-aws
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-batch-data-generator
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-batch-discovery-triggerers
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-canal
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-cassandra
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-common
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-core
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-data-generator
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-debezium-core
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-debezium-mongodb
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-debezium-mssql
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-debezium-mysql
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-debezium-oracle
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-debezium-postgres
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-debezium
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-distribution
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-docs
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-dynamodb
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-elastic-search
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-file
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-flume
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-hbase
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-hdfs3
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-http
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-influxdb
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-jdbc-clickhouse
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-jdbc-core
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-jdbc-mariadb
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-jdbc-openmldb
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-jdbc-postgres
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-jdbc-sqlite
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-jdbc
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-kafka-connect-adaptor-nar
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-kafka-connect-adaptor
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-kafka
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-kinesis
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-mongo
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-netty
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-nsq
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-rabbitmq
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-redis
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-solr
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-twitter
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-metadata
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-offloader-distribution
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-package-bookkeeper-storage
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-package-core
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-package-filesystem-storage
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-package-management
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-proxy
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-server-distribution
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-shell-distribution
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-testclient
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-transaction-common
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-transaction-coordinator
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-transaction-parent
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-websocket
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar
+ 4.0.8
+
+
+ org.apache.pulsar
+ structured-event-log
+ 4.0.8
+
+
+ org.apache.pulsar
+ testmocks
+ 4.0.8
+
+
+ org.apache.pulsar
+ tiered-storage-file-system
+ 4.0.8
+
+
+ org.apache.pulsar
+ tiered-storage-jcloud
+ 4.0.8
+
+
+ org.apache.pulsar
+ tiered-storage-parent
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-client-reactive-adapter
+ 0.6.0
+
+
+ org.apache.pulsar
+ pulsar-client-reactive-api
+ 0.6.0
+
+
+ org.apache.pulsar
+ pulsar-client-reactive-jackson
+ 0.6.0
+
+
+ org.apache.pulsar
+ pulsar-client-reactive-producer-cache-caffeine
+ 0.6.0
+
+
+ org.apache.pulsar
+ pulsar-client-reactive-producer-cache-caffeine-shaded
+ 0.6.0
+
+
+ com.querydsl
+ querydsl-core
+ 5.1.0
+
+
+ com.querydsl
+ querydsl-codegen
+ 5.1.0
+
+
+ com.querydsl
+ codegen-utils
+ 5.1.0
+
+
+ com.querydsl
+ querydsl-spatial
+ 5.1.0
+
+
+ com.querydsl
+ querydsl-apt
+ 5.1.0
+
+
+ com.querydsl
+ querydsl-collections
+ 5.1.0
+
+
+ com.querydsl
+ querydsl-guava
+ 5.1.0
+
+
+ com.querydsl
+ querydsl-sql
+ 5.1.0
+
+
+ com.querydsl
+ querydsl-sql-spatial
+ 5.1.0
+
+
+ com.querydsl
+ querydsl-sql-codegen
+ 5.1.0
+
+
+ com.querydsl
+ querydsl-sql-spring
+ 5.1.0
+
+
+ com.querydsl
+ querydsl-jpa
+ 5.1.0
+
+
+ com.querydsl
+ querydsl-jpa-codegen
+ 5.1.0
+
+
+ com.querydsl
+ querydsl-jdo
+ 5.1.0
+
+
+ com.querydsl
+ querydsl-kotlin-codegen
+ 5.1.0
+
+
+ com.querydsl
+ querydsl-lucene3
+ 5.1.0
+
+
+ com.querydsl
+ querydsl-lucene4
+ 5.1.0
+
+
+ com.querydsl
+ querydsl-lucene5
+ 5.1.0
+
+
+ com.querydsl
+ querydsl-hibernate-search
+ 5.1.0
+
+
+ com.querydsl
+ querydsl-mongodb
+ 5.1.0
+
+
+ com.querydsl
+ querydsl-scala
+ 5.1.0
+
+
+ com.querydsl
+ querydsl-kotlin
+ 5.1.0
+
+
+ io.projectreactor
+ reactor-core
+ 3.7.14
+
+
+ io.projectreactor
+ reactor-test
+ 3.7.14
+
+
+ io.projectreactor
+ reactor-tools
+ 3.7.14
+
+
+ io.projectreactor
+ reactor-core-micrometer
+ 1.2.14
+
+
+ io.projectreactor.addons
+ reactor-extra
+ 3.5.4
+
+
+ io.projectreactor.addons
+ reactor-adapter
+ 3.5.4
+
+
+ io.projectreactor.netty
+ reactor-netty
+ 1.2.13
+
+
+ io.projectreactor.netty
+ reactor-netty-core
+ 1.2.13
+
+
+ io.projectreactor.netty
+ reactor-netty-http
+ 1.2.13
+
+
+ io.projectreactor.netty
+ reactor-netty-http-brave
+ 1.2.13
+
+
+ io.projectreactor.addons
+ reactor-pool
+ 1.1.7
+
+
+ io.projectreactor.addons
+ reactor-pool-micrometer
+ 0.2.7
+
+
+ io.projectreactor.kotlin
+ reactor-kotlin-extensions
+ 1.2.5
+
+
+ io.projectreactor.kafka
+ reactor-kafka
+ 1.3.25
+
+
+ io.rest-assured
+ json-schema-validator
+ 5.5.6
+
+
+ io.rest-assured
+ rest-assured-common
+ 5.5.6
+
+
+ io.rest-assured
+ json-path
+ 5.5.6
+
+
+ io.rest-assured
+ xml-path
+ 5.5.6
+
+
+ io.rest-assured
+ rest-assured
+ 5.5.6
+
+
+ io.rest-assured
+ spring-commons
+ 5.5.6
+
+
+ io.rest-assured
+ spring-mock-mvc
+ 5.5.6
+
+
+ io.rest-assured
+ scala-support
+ 5.5.6
+
+
+ io.rest-assured
+ scala-extensions
+ 5.5.6
+
+
+ io.rest-assured
+ spring-web-test-client
+ 5.5.6
+
+
+ io.rest-assured
+ kotlin-extensions
+ 5.5.6
+
+
+ io.rest-assured
+ spring-mock-mvc-kotlin-extensions
+ 5.5.6
+
+
+ io.rest-assured
+ spring-web-test-client-kotlin-extensions
+ 5.5.6
+
+
+ io.rest-assured
+ rest-assured-all
+ 5.5.6
+
+
+ io.rsocket
+ rsocket-core
+ 1.1.5
+
+
+ io.rsocket
+ rsocket-load-balancer
+ 1.1.5
+
+
+ io.rsocket
+ rsocket-micrometer
+ 1.1.5
+
+
+ io.rsocket
+ rsocket-test
+ 1.1.5
+
+
+ io.rsocket
+ rsocket-transport-local
+ 1.1.5
+
+
+ io.rsocket
+ rsocket-transport-netty
+ 1.1.5
+
+
+ org.seleniumhq.selenium
+ selenium-api
+ 4.31.0
+
+
+ org.seleniumhq.selenium
+ selenium-chrome-driver
+ 4.31.0
+
+
+ org.seleniumhq.selenium
+ selenium-chromium-driver
+ 4.31.0
+
+
+ org.seleniumhq.selenium
+ selenium-devtools-v133
+ 4.31.0
+
+
+ org.seleniumhq.selenium
+ selenium-devtools-v134
+ 4.31.0
+
+
+ org.seleniumhq.selenium
+ selenium-devtools-v135
+ 4.31.0
+
+
+ org.seleniumhq.selenium
+ selenium-edge-driver
+ 4.31.0
+
+
+ org.seleniumhq.selenium
+ selenium-firefox-driver
+ 4.31.0
+
+
+ org.seleniumhq.selenium
+ selenium-grid
+ 4.31.0
+
+
+ org.seleniumhq.selenium
+ selenium-http
+ 4.31.0
+
+
+ org.seleniumhq.selenium
+ selenium-ie-driver
+ 4.31.0
+
+
+ org.seleniumhq.selenium
+ selenium-java
+ 4.31.0
+
+
+ org.seleniumhq.selenium
+ selenium-json
+ 4.31.0
+
+
+ org.seleniumhq.selenium
+ selenium-manager
+ 4.31.0
+
+
+ org.seleniumhq.selenium
+ selenium-remote-driver
+ 4.31.0
+
+
+ org.seleniumhq.selenium
+ selenium-safari-driver
+ 4.31.0
+
+
+ org.seleniumhq.selenium
+ selenium-session-map-jdbc
+ 4.31.0
+
+
+ org.seleniumhq.selenium
+ selenium-session-map-redis
+ 4.31.0
+
+
+ org.seleniumhq.selenium
+ selenium-support
+ 4.31.0
+
+
+ org.springframework.amqp
+ spring-amqp
+ 3.2.8
+
+
+ org.springframework.amqp
+ spring-rabbit
+ 3.2.8
+
+
+ org.springframework.amqp
+ spring-rabbit-junit
+ 3.2.8
+
+
+ org.springframework.amqp
+ spring-rabbit-stream
+ 3.2.8
+
+
+ org.springframework.amqp
+ spring-rabbit-test
+ 3.2.8
+
+
+ org.springframework.batch
+ spring-batch-core
+ 5.2.4
+
+
+ org.springframework.batch
+ spring-batch-infrastructure
+ 5.2.4
+
+
+ org.springframework.batch
+ spring-batch-integration
+ 5.2.4
+
+
+ org.springframework.batch
+ spring-batch-test
+ 5.2.4
+
+
+ org.springframework.data
+ spring-data-cassandra
+ 4.5.7
+
+
+ org.springframework.data
+ spring-data-commons
+ 3.5.7
+
+
+ org.springframework.data
+ spring-data-couchbase
+ 5.5.7
+
+
+ org.springframework.data
+ spring-data-elasticsearch
+ 5.5.7
+
+
+ org.springframework.data
+ spring-data-jdbc
+ 3.5.7
+
+
+ org.springframework.data
+ spring-data-r2dbc
+ 3.5.7
+
+
+ org.springframework.data
+ spring-data-relational
+ 3.5.7
+
+
+ org.springframework.data
+ spring-data-jpa
+ 3.5.7
+
+
+ org.springframework.data
+ spring-data-envers
+ 3.5.7
+
+
+ org.springframework.data
+ spring-data-mongodb
+ 4.5.7
+
+
+ org.springframework.data
+ spring-data-neo4j
+ 7.5.7
+
+
+ org.springframework.data
+ spring-data-redis
+ 3.5.7
+
+
+ org.springframework.data
+ spring-data-rest-webmvc
+ 4.5.7
+
+
+ org.springframework.data
+ spring-data-rest-core
+ 4.5.7
+
+
+ org.springframework.data
+ spring-data-rest-hal-explorer
+ 4.5.7
+
+
+ org.springframework.data
+ spring-data-keyvalue
+ 3.5.7
+
+
+ org.springframework.data
+ spring-data-ldap
+ 3.5.7
+
+
+ org.springframework
+ spring-aop
+ 6.2.15
+
+
+ org.springframework
+ spring-aspects
+ 6.2.15
+
+
+ org.springframework
+ spring-beans
+ 6.2.15
+
+
+ org.springframework
+ spring-context
+ 6.2.15
+
+
+ org.springframework
+ spring-context-indexer
+ 6.2.15
+
+
+ org.springframework
+ spring-context-support
+ 6.2.15
+
+
+ org.springframework
+ spring-core
+ 6.2.15
+
+
+ org.springframework
+ spring-core-test
+ 6.2.15
+
+
+ org.springframework
+ spring-expression
+ 6.2.15
+
+
+ org.springframework
+ spring-instrument
+ 6.2.15
+
+
+ org.springframework
+ spring-jcl
+ 6.2.15
+
+
+ org.springframework
+ spring-jdbc
+ 6.2.15
+
+
+ org.springframework
+ spring-jms
+ 6.2.15
+
+
+ org.springframework
+ spring-messaging
+ 6.2.15
+
+
+ org.springframework
+ spring-orm
+ 6.2.15
+
+
+ org.springframework
+ spring-oxm
+ 6.2.15
+
+
+ org.springframework
+ spring-r2dbc
+ 6.2.15
+
+
+ org.springframework
+ spring-test
+ 6.2.15
+
+
+ org.springframework
+ spring-tx
+ 6.2.15
+
+
+ org.springframework
+ spring-web
+ 6.2.15
+
+
+ org.springframework
+ spring-webflux
+ 6.2.15
+
+
+ org.springframework
+ spring-webmvc
+ 6.2.15
+
+
+ org.springframework
+ spring-websocket
+ 6.2.15
+
+
+ org.springframework.integration
+ spring-integration-amqp
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-camel
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-cassandra
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-core
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-debezium
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-event
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-feed
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-file
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-ftp
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-graphql
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-groovy
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-hazelcast
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-http
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-ip
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-jdbc
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-jms
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-jmx
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-jpa
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-kafka
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-mail
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-mongodb
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-mqtt
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-r2dbc
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-redis
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-rsocket
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-scripting
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-sftp
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-smb
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-stomp
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-stream
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-syslog
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-test
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-test-support
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-webflux
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-websocket
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-ws
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-xml
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-xmpp
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-zeromq
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-zip
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-zookeeper
+ 6.5.5
+
+
+ org.springframework.pulsar
+ spring-pulsar
+ 1.2.13
+
+
+ org.springframework.pulsar
+ spring-pulsar-cache-provider
+ 1.2.13
+
+
+ org.springframework.pulsar
+ spring-pulsar-cache-provider-caffeine
+ 1.2.13
+
+
+ org.springframework.pulsar
+ spring-pulsar-reactive
+ 1.2.13
+
+
+ org.springframework.pulsar
+ spring-pulsar-test
+ 1.2.13
+
+
+ org.springframework.restdocs
+ spring-restdocs-asciidoctor
+ 3.0.5
+
+
+ org.springframework.restdocs
+ spring-restdocs-core
+ 3.0.5
+
+
+ org.springframework.restdocs
+ spring-restdocs-mockmvc
+ 3.0.5
+
+
+ org.springframework.restdocs
+ spring-restdocs-restassured
+ 3.0.5
+
+
+ org.springframework.restdocs
+ spring-restdocs-webtestclient
+ 3.0.5
+
+
+ org.springframework.security
+ spring-security-acl
+ 6.5.7
+
+
+ org.springframework.security
+ spring-security-aspects
+ 6.5.7
+
+
+ org.springframework.security
+ spring-security-cas
+ 6.5.7
+
+
+ org.springframework.security
+ spring-security-config
+ 6.5.7
+
+
+ org.springframework.security
+ spring-security-core
+ 6.5.7
+
+
+ org.springframework.security
+ spring-security-crypto
+ 6.5.7
+
+
+ org.springframework.security
+ spring-security-data
+ 6.5.7
+
+
+ org.springframework.security
+ spring-security-ldap
+ 6.5.7
+
+
+ org.springframework.security
+ spring-security-messaging
+ 6.5.7
+
+
+ org.springframework.security
+ spring-security-oauth2-client
+ 6.5.7
+
+
+ org.springframework.security
+ spring-security-oauth2-core
+ 6.5.7
+
+
+ org.springframework.security
+ spring-security-oauth2-jose
+ 6.5.7
+
+
+ org.springframework.security
+ spring-security-oauth2-resource-server
+ 6.5.7
+
+
+ org.springframework.security
+ spring-security-rsocket
+ 6.5.7
+
+
+ org.springframework.security
+ spring-security-saml2-service-provider
+ 6.5.7
+
+
+ org.springframework.security
+ spring-security-taglibs
+ 6.5.7
+
+
+ org.springframework.security
+ spring-security-test
+ 6.5.7
+
+
+ org.springframework.security
+ spring-security-web
+ 6.5.7
+
+
+ org.springframework.session
+ spring-session-core
+ 3.5.4
+
+
+ org.springframework.session
+ spring-session-data-mongodb
+ 3.5.4
+
+
+ org.springframework.session
+ spring-session-data-redis
+ 3.5.4
+
+
+ org.springframework.session
+ spring-session-hazelcast
+ 3.5.4
+
+
+ org.springframework.session
+ spring-session-jdbc
+ 3.5.4
+
+
+ org.springframework.ws
+ spring-ws-core
+ 4.1.2
+
+
+ org.springframework.ws
+ spring-ws-security
+ 4.1.2
+
+
+ org.springframework.ws
+ spring-ws-support
+ 4.1.2
+
+
+ org.springframework.ws
+ spring-ws-test
+ 4.1.2
+
+
+ org.springframework.ws
+ spring-xml
+ 4.1.2
+
+
+ org.testcontainers
+ activemq
+ 1.21.4
+
+
+ org.testcontainers
+ azure
+ 1.21.4
+
+
+ org.testcontainers
+ cassandra
+ 1.21.4
+
+
+ org.testcontainers
+ chromadb
+ 1.21.4
+
+
+ org.testcontainers
+ clickhouse
+ 1.21.4
+
+
+ org.testcontainers
+ cockroachdb
+ 1.21.4
+
+
+ org.testcontainers
+ consul
+ 1.21.4
+
+
+ org.testcontainers
+ couchbase
+ 1.21.4
+
+
+ org.testcontainers
+ cratedb
+ 1.21.4
+
+
+ org.testcontainers
+ database-commons
+ 1.21.4
+
+
+ org.testcontainers
+ databend
+ 1.21.4
+
+
+ org.testcontainers
+ db2
+ 1.21.4
+
+
+ org.testcontainers
+ dynalite
+ 1.21.4
+
+
+ org.testcontainers
+ elasticsearch
+ 1.21.4
+
+
+ org.testcontainers
+ gcloud
+ 1.21.4
+
+
+ org.testcontainers
+ grafana
+ 1.21.4
+
+
+ org.testcontainers
+ hivemq
+ 1.21.4
+
+
+ org.testcontainers
+ influxdb
+ 1.21.4
+
+
+ org.testcontainers
+ jdbc
+ 1.21.4
+
+
+ org.testcontainers
+ junit-jupiter
+ 1.21.4
+
+
+ org.testcontainers
+ k3s
+ 1.21.4
+
+
+ org.testcontainers
+ k6
+ 1.21.4
+
+
+ org.testcontainers
+ kafka
+ 1.21.4
+
+
+ org.testcontainers
+ ldap
+ 1.21.4
+
+
+ org.testcontainers
+ localstack
+ 1.21.4
+
+
+ org.testcontainers
+ mariadb
+ 1.21.4
+
+
+ org.testcontainers
+ milvus
+ 1.21.4
+
+
+ org.testcontainers
+ minio
+ 1.21.4
+
+
+ org.testcontainers
+ mockserver
+ 1.21.4
+
+
+ org.testcontainers
+ mongodb
+ 1.21.4
+
+
+ org.testcontainers
+ mssqlserver
+ 1.21.4
+
+
+ org.testcontainers
+ mysql
+ 1.21.4
+
+
+ org.testcontainers
+ neo4j
+ 1.21.4
+
+
+ org.testcontainers
+ nginx
+ 1.21.4
+
+
+ org.testcontainers
+ oceanbase
+ 1.21.4
+
+
+ org.testcontainers
+ ollama
+ 1.21.4
+
+
+ org.testcontainers
+ openfga
+ 1.21.4
+
+
+ org.testcontainers
+ oracle-free
+ 1.21.4
+
+
+ org.testcontainers
+ oracle-xe
+ 1.21.4
+
+
+ org.testcontainers
+ orientdb
+ 1.21.4
+
+
+ org.testcontainers
+ pinecone
+ 1.21.4
+
+
+ org.testcontainers
+ postgresql
+ 1.21.4
+
+
+ org.testcontainers
+ presto
+ 1.21.4
+
+
+ org.testcontainers
+ pulsar
+ 1.21.4
+
+
+ org.testcontainers
+ qdrant
+ 1.21.4
+
+
+ org.testcontainers
+ questdb
+ 1.21.4
+
+
+ org.testcontainers
+ r2dbc
+ 1.21.4
+
+
+ org.testcontainers
+ rabbitmq
+ 1.21.4
+
+
+ org.testcontainers
+ redpanda
+ 1.21.4
+
+
+ org.testcontainers
+ scylladb
+ 1.21.4
+
+
+ org.testcontainers
+ selenium
+ 1.21.4
+
+
+ org.testcontainers
+ solace
+ 1.21.4
+
+
+ org.testcontainers
+ solr
+ 1.21.4
+
+
+ org.testcontainers
+ spock
+ 1.21.4
+
+
+ org.testcontainers
+ tidb
+ 1.21.4
+
+
+ org.testcontainers
+ timeplus
+ 1.21.4
+
+
+ org.testcontainers
+ toxiproxy
+ 1.21.4
+
+
+ org.testcontainers
+ trino
+ 1.21.4
+
+
+ org.testcontainers
+ typesense
+ 1.21.4
+
+
+ org.testcontainers
+ vault
+ 1.21.4
+
+
+ org.testcontainers
+ weaviate
+ 1.21.4
+
+
+ org.testcontainers
+ yugabytedb
+ 1.21.4
+
+
+ tech.ydb
+ ydb-proto-api
+ 1.7.3
+
+
+ tech.ydb
+ ydb-auth-api
+ 1.0.0
+
+
+ tech.ydb
+ ydb-sdk-common
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-table
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-scheme
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-topic
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-export
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-coordination
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-query
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-tests-common
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit4-support
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit5-support
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb.auth
+ ydb-oauth2-provider
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb.auth
+ yc-auth-provider
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+ tech.ydb.auth
+ yc-auth-provider-shaded
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-starter-jdbc
+ 3.5.9
+ compile
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ 3.5.9
+ test
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+
+
+ org.junit.jupiter
+ junit-jupiter-engine
+
+
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ 5.9.3
+ test
+
+
+ org.junit.jupiter
+ junit-jupiter-engine
+ 5.12.2
+ test
+
+
+ tech.ydb.jdbc
+ ydb-jdbc-driver
+ 2.3.20
+ compile
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\slo\simple-jdbc-test\src\main\java
+ C:\Yandex DataBase\ydb-java-sdk\slo\simple-jdbc-test\src\main\scripts
+ C:\Yandex DataBase\ydb-java-sdk\slo\simple-jdbc-test\src\test\java
+ C:\Yandex DataBase\ydb-java-sdk\slo\simple-jdbc-test\target\classes
+ C:\Yandex DataBase\ydb-java-sdk\slo\simple-jdbc-test\target\test-classes
+
+
+ C:\Yandex DataBase\ydb-java-sdk\slo\simple-jdbc-test\src\main\resources
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\slo\simple-jdbc-test\src\test\resources
+
+
+ C:\Yandex DataBase\ydb-java-sdk\slo\simple-jdbc-test\target
+ simple-jdbc-test-2.3.29-SNAPSHOT
+
+
+
+ maven-antrun-plugin
+ 3.1.0
+
+
+ maven-assembly-plugin
+ 3.7.1
+
+
+ maven-dependency-plugin
+ 3.7.0
+
+
+ maven-release-plugin
+ 3.0.1
+
+
+
+
+
+ maven-dependency-plugin
+ 3.8.1
+
+
+ maven-resources-plugin
+ 3.3.1
+
+
+ default-testResources
+ process-test-resources
+
+ testResources
+
+
+ ISO-8859-1
+
+
+
+ default-resources
+ process-resources
+
+ resources
+
+
+ ISO-8859-1
+
+
+
+
+ ISO-8859-1
+
+
+
+ maven-compiler-plugin
+ 3.14.0
+
+
+ default-compile
+ compile
+
+ compile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ default-testCompile
+ test-compile
+
+ testCompile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ maven-source-plugin
+ 3.3.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ maven-surefire-plugin
+ 3.5.3
+
+
+ default-test
+ test
+
+ test
+
+
+
+ true
+
+
+
+
+
+
+ true
+
+
+
+
+ maven-checkstyle-plugin
+ 3.6.0
+
+
+ test
+
+ check
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+ maven-javadoc-plugin
+ 3.11.2
+
+
+ attach-javadocs
+
+ jar
+
+
+ 8
+
+
+
+
+ 8
+
+
+
+ org.jacoco
+ jacoco-maven-plugin
+ 0.8.13
+
+
+ jacoco-prepare-agent
+
+ prepare-agent
+
+
+
+ jacoco-report
+ test
+
+ report
+
+
+
+
+
+ maven-clean-plugin
+ 3.2.0
+
+
+ default-clean
+ clean
+
+ clean
+
+
+
+
+
+ maven-jar-plugin
+ 3.4.1
+
+
+ default-jar
+ package
+
+ jar
+
+
+
+
+
+ maven-install-plugin
+ 3.1.2
+
+
+ default-install
+ install
+
+ install
+
+
+
+
+
+ maven-deploy-plugin
+ 3.1.2
+
+
+ default-deploy
+ deploy
+
+ deploy
+
+
+
+
+
+ maven-site-plugin
+ 3.12.1
+
+
+ default-site
+ site
+
+ site
+
+
+ C:\Yandex DataBase\ydb-java-sdk\slo\simple-jdbc-test\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+ default-deploy
+ site-deploy
+
+ deploy
+
+
+ C:\Yandex DataBase\ydb-java-sdk\slo\simple-jdbc-test\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\slo\simple-jdbc-test\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\slo\simple-jdbc-test\target\site
+
+
+
diff --git a/effective-pom.xml b/effective-pom.xml
new file mode 100644
index 000000000..46fe18015
--- /dev/null
+++ b/effective-pom.xml
@@ -0,0 +1,16374 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 4.0.0
+ tech.ydb
+ ydb-sdk-bom
+ 2.3.30-SNAPSHOT
+ pom
+ Java SDK Bill of Materials
+ Java SDK Bill of Materials (BOM)
+ https://github.com/ydb-platform/ydb-java-sdk
+
+
+ Apache License, Version 2.0
+ https://www.apache.org/licenses/LICENSE-2.0
+
+
+
+
+ Aleksandr Gorshenin
+ alexandr268@ydb.tech
+ YDB
+ https://ydb.tech/
+
+
+
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git
+ https://github.com/ydb-platform/ydb-java-sdk
+
+
+ 2.2.0
+ 1.0.0
+ 1.7.3
+
+
+
+
+ tech.ydb
+ ydb-proto-api
+ 1.7.3
+
+
+ tech.ydb
+ ydb-auth-api
+ 1.0.0
+
+
+ tech.ydb
+ ydb-sdk-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-table
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-scheme
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-topic
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-export
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-coordination
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-query
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-tests-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit4-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit5-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ ydb-oauth2-provider
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ yc-auth-provider
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+ tech.ydb.auth
+ yc-auth-provider-shaded
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\bom\src\main\java
+ C:\Yandex DataBase\ydb-java-sdk\bom\src\main\scripts
+ C:\Yandex DataBase\ydb-java-sdk\bom\src\test\java
+ C:\Yandex DataBase\ydb-java-sdk\bom\target\classes
+ C:\Yandex DataBase\ydb-java-sdk\bom\target\test-classes
+
+
+ C:\Yandex DataBase\ydb-java-sdk\bom\src\main\resources
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\bom\src\test\resources
+
+
+ C:\Yandex DataBase\ydb-java-sdk\bom\target
+ ydb-sdk-bom-2.3.30-SNAPSHOT
+
+
+
+ maven-antrun-plugin
+ 3.1.0
+
+
+ maven-assembly-plugin
+ 3.7.1
+
+
+ maven-dependency-plugin
+ 3.7.0
+
+
+ maven-release-plugin
+ 3.0.1
+
+
+
+
+
+ maven-compiler-plugin
+ 3.14.0
+
+ 8
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+
+
+
+
+ maven-clean-plugin
+ 3.2.0
+
+
+ default-clean
+ clean
+
+ clean
+
+
+
+
+
+ maven-install-plugin
+ 3.1.2
+
+
+ default-install
+ install
+
+ install
+
+
+
+
+
+ maven-deploy-plugin
+ 3.1.2
+
+
+ default-deploy
+ deploy
+
+ deploy
+
+
+
+
+
+ maven-site-plugin
+ 3.12.1
+
+
+ default-site
+ site
+
+ site
+
+
+ C:\Yandex DataBase\ydb-java-sdk\bom\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+ default-deploy
+ site-deploy
+
+ deploy
+
+
+ C:\Yandex DataBase\ydb-java-sdk\bom\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\bom\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\bom\target\site
+
+
+
+ jdk8-bootstrap
+
+ [9
+
+
+
+
+ maven-compiler-plugin
+
+ 8
+
+
+
+
+
+
+ ossrh-s01
+
+
+
+
+ maven-gpg-plugin
+ 3.2.7
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
+
+ --pinentry-mode
+ loopback
+
+
+
+
+ org.sonatype.central
+ central-publishing-maven-plugin
+ 0.7.0
+ true
+
+ ossrh-s01
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 4.0.0
+ tech.ydb
+ ydb-sdk-parent
+ 2.3.30-SNAPSHOT
+ pom
+ Java SDK for YDB
+ Java SDK for YDB
+ https://github.com/ydb-platform/ydb-java-sdk
+
+
+ Apache License, Version 2.0
+ https://www.apache.org/licenses/LICENSE-2.0
+
+
+
+
+ Aleksandr Gorshenin
+ alexandr268@ydb.tech
+ YDB
+ https://ydb.tech/
+
+
+
+ bom
+ common
+ core
+ table
+ scheme
+ topic
+ query
+ coordination
+ export
+ tests/common
+ tests/junit4-support
+ tests/junit5-support
+ auth-providers/oauth2-provider
+ slo
+
+
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git
+ https://github.com/ydb-platform/ydb-java-sdk
+
+
+ 2.8.9
+ 4.13.2
+ 5.9.3
+ 2.17.2
+ 5.11.0
+ UTF-8
+ 1.7.36
+ 1.19.3
+
+
+
+
+ org.slf4j
+ slf4j-api
+ 1.7.36
+
+
+ com.google.code.gson
+ gson
+ 2.8.9
+
+
+ junit
+ junit
+ 4.13.2
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ 5.9.3
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+
+
+ org.mockito
+ mockito-core
+ 5.11.0
+
+
+ org.testcontainers
+ testcontainers
+ 1.19.3
+
+
+ tech.ydb
+ ydb-proto-api
+ 1.7.3
+
+
+ tech.ydb
+ ydb-auth-api
+ 1.0.0
+
+
+ tech.ydb
+ ydb-sdk-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-table
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-scheme
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-topic
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-export
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-coordination
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-query
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-tests-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit4-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit5-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ ydb-oauth2-provider
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ yc-auth-provider
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+ tech.ydb.auth
+ yc-auth-provider-shaded
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\src\main\java
+ C:\Yandex DataBase\ydb-java-sdk\src\main\scripts
+ C:\Yandex DataBase\ydb-java-sdk\src\test\java
+ C:\Yandex DataBase\ydb-java-sdk\target\classes
+ C:\Yandex DataBase\ydb-java-sdk\target\test-classes
+
+
+ C:\Yandex DataBase\ydb-java-sdk\src\main\resources
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\src\test\resources
+
+
+ C:\Yandex DataBase\ydb-java-sdk\target
+ ydb-sdk-parent-2.3.30-SNAPSHOT
+
+
+
+ maven-antrun-plugin
+ 3.1.0
+
+
+ maven-assembly-plugin
+ 3.7.1
+
+
+ maven-dependency-plugin
+ 3.7.0
+
+
+ maven-release-plugin
+ 3.0.1
+
+
+
+
+
+ maven-dependency-plugin
+ 3.8.1
+
+
+ maven-resources-plugin
+ 3.3.1
+
+ ISO-8859-1
+
+
+
+ maven-compiler-plugin
+ 3.14.0
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ maven-source-plugin
+ 3.3.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ maven-surefire-plugin
+ 3.5.3
+
+
+ true
+
+
+
+
+ maven-checkstyle-plugin
+ 3.6.0
+
+
+ test
+
+ check
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+ maven-javadoc-plugin
+ 3.11.2
+
+
+ attach-javadocs
+
+ jar
+
+
+ 8
+
+
+
+
+ 8
+
+
+
+ org.jacoco
+ jacoco-maven-plugin
+ 0.8.13
+
+
+ jacoco-prepare-agent
+
+ prepare-agent
+
+
+
+ jacoco-report
+ test
+
+ report
+
+
+
+
+
+ maven-clean-plugin
+ 3.2.0
+
+
+ default-clean
+ clean
+
+ clean
+
+
+
+
+
+ maven-install-plugin
+ 3.1.2
+
+
+ default-install
+ install
+
+ install
+
+
+
+
+
+ maven-deploy-plugin
+ 3.1.2
+
+
+ default-deploy
+ deploy
+
+ deploy
+
+
+
+
+
+ maven-site-plugin
+ 3.12.1
+
+
+ default-site
+ site
+
+ site
+
+
+ C:\Yandex DataBase\ydb-java-sdk\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+ default-deploy
+ site-deploy
+
+ deploy
+
+
+ C:\Yandex DataBase\ydb-java-sdk\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\target\site
+
+
+
+ jdk8-bootstrap
+
+ [9
+
+ argLine
+
+
+
+
+
+ maven-compiler-plugin
+
+ 8
+
+
+
+ maven-surefire-plugin
+
+ ${argLine} -XX:+EnableDynamicAgentLoading
+
+
+
+
+
+
+ with-auth-api
+
+ auth-api
+
+
+
+ ossrh-s01
+
+
+
+
+ maven-gpg-plugin
+ 3.2.7
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
+
+ --pinentry-mode
+ loopback
+
+
+
+
+ org.sonatype.central
+ central-publishing-maven-plugin
+ 0.7.0
+ true
+
+ ossrh-s01
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 4.0.0
+
+ tech.ydb
+ ydb-sdk-parent
+ 2.3.30-SNAPSHOT
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.30-SNAPSHOT
+ Core module of Java SDK for YDB
+ Core module of Java SDK for YDB
+ https://github.com/ydb-platform/ydb-java-sdk/ydb-sdk-core
+
+
+ Apache License, Version 2.0
+ https://www.apache.org/licenses/LICENSE-2.0
+
+
+
+
+ Aleksandr Gorshenin
+ alexandr268@ydb.tech
+ YDB
+ https://ydb.tech/
+
+
+
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/ydb-sdk-core
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/ydb-sdk-core
+ https://github.com/ydb-platform/ydb-java-sdk/ydb-sdk-core
+
+
+ 2.8.9
+ 4.13.2
+ 5.9.3
+ 2.17.2
+ 5.11.0
+ UTF-8
+ 1.7.36
+ 1.19.3
+
+
+
+
+ org.slf4j
+ slf4j-api
+ 1.7.36
+
+
+ com.google.code.gson
+ gson
+ 2.8.9
+
+
+ junit
+ junit
+ 4.13.2
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ 5.9.3
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+
+
+ org.mockito
+ mockito-core
+ 5.11.0
+
+
+ org.testcontainers
+ testcontainers
+ 1.19.3
+
+
+ tech.ydb
+ ydb-proto-api
+ 1.7.3
+
+
+ tech.ydb
+ ydb-auth-api
+ 1.0.0
+
+
+ tech.ydb
+ ydb-sdk-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-table
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-scheme
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-topic
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-export
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-coordination
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-query
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-tests-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit4-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit5-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ ydb-oauth2-provider
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ yc-auth-provider
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+ tech.ydb.auth
+ yc-auth-provider-shaded
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+
+
+
+ tech.ydb
+ ydb-proto-api
+ 1.7.3
+ compile
+
+
+ tech.ydb
+ ydb-auth-api
+ 1.0.0
+ compile
+
+
+ io.grpc
+ grpc-netty
+ 1.59.1
+ compile
+ true
+
+
+ org.slf4j
+ slf4j-api
+ 1.7.36
+ compile
+
+
+ com.google.code.gson
+ gson
+ 2.8.9
+ compile
+
+
+ junit
+ junit
+ 4.13.2
+ test
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+ test
+
+
+ org.mockito
+ mockito-core
+ 5.11.0
+ test
+
+
+ org.bouncycastle
+ bcprov-jdk18on
+ 1.79
+ test
+
+
+ org.bouncycastle
+ bcpkix-jdk18on
+ 1.79
+ test
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\core\src\main\java
+ C:\Yandex DataBase\ydb-java-sdk\core\src\main\scripts
+ C:\Yandex DataBase\ydb-java-sdk\core\src\test\java
+ C:\Yandex DataBase\ydb-java-sdk\core\target\classes
+ C:\Yandex DataBase\ydb-java-sdk\core\target\test-classes
+
+
+ true
+ C:\Yandex DataBase\ydb-java-sdk\core\src\main\resources
+
+ **/*.properties
+
+
+
+ false
+ C:\Yandex DataBase\ydb-java-sdk\core\src\main\resources
+
+ **/*.pkcs
+ **/*.password
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\core\src\test\resources
+
+
+ C:\Yandex DataBase\ydb-java-sdk\core\target
+ ydb-sdk-core-2.3.30-SNAPSHOT
+
+
+
+ maven-antrun-plugin
+ 3.1.0
+
+
+ maven-assembly-plugin
+ 3.7.1
+
+
+ maven-dependency-plugin
+ 3.7.0
+
+
+ maven-release-plugin
+ 3.0.1
+
+
+
+
+
+ maven-dependency-plugin
+ 3.8.1
+
+
+ maven-resources-plugin
+ 3.3.1
+
+
+ default-testResources
+ process-test-resources
+
+ testResources
+
+
+ ISO-8859-1
+
+
+
+ default-resources
+ process-resources
+
+ resources
+
+
+ ISO-8859-1
+
+
+
+
+ ISO-8859-1
+
+
+
+ maven-compiler-plugin
+ 3.14.0
+
+
+ default-compile
+ compile
+
+ compile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ default-testCompile
+ test-compile
+
+ testCompile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ maven-source-plugin
+ 3.3.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ maven-surefire-plugin
+ 3.5.3
+
+
+ default-test
+ test
+
+ test
+
+
+
+ true
+
+
+
+
+
+
+ true
+
+
+
+
+ maven-checkstyle-plugin
+ 3.6.0
+
+
+ test
+
+ check
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+ maven-javadoc-plugin
+ 3.11.2
+
+
+ attach-javadocs
+
+ jar
+
+
+ 8
+
+
+
+
+ 8
+
+
+
+ org.jacoco
+ jacoco-maven-plugin
+ 0.8.13
+
+
+ jacoco-prepare-agent
+
+ prepare-agent
+
+
+
+ jacoco-report
+ test
+
+ report
+
+
+
+
+
+ maven-clean-plugin
+ 3.2.0
+
+
+ default-clean
+ clean
+
+ clean
+
+
+
+
+
+ maven-jar-plugin
+ 3.4.1
+
+
+ default-jar
+ package
+
+ jar
+
+
+
+
+
+ maven-install-plugin
+ 3.1.2
+
+
+ default-install
+ install
+
+ install
+
+
+
+
+
+ maven-deploy-plugin
+ 3.1.2
+
+
+ default-deploy
+ deploy
+
+ deploy
+
+
+
+
+
+ maven-site-plugin
+ 3.12.1
+
+
+ default-site
+ site
+
+ site
+
+
+ C:\Yandex DataBase\ydb-java-sdk\core\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+ default-deploy
+ site-deploy
+
+ deploy
+
+
+ C:\Yandex DataBase\ydb-java-sdk\core\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\core\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\core\target\site
+
+
+
+ jdk8-build
+
+ 1.8
+
+
+ 4.11.0
+
+
+
+ io.netty
+ netty-tcnative-boringssl-static
+ 2.0.61.Final
+
+
+ org.mockito
+ mockito-inline
+ 5.11.0
+ test
+
+
+
+
+
+
+
+
+
+
+
+
+ 4.0.0
+
+ tech.ydb
+ ydb-sdk-parent
+ 2.3.30-SNAPSHOT
+
+ tech.ydb
+ ydb-sdk-common
+ 2.3.30-SNAPSHOT
+ Common module of Java SDK for YDB
+ Common module of Java SDK for YDB
+ https://github.com/ydb-platform/ydb-java-sdk/tests/ydb-sdk-common
+
+
+ Apache License, Version 2.0
+ https://www.apache.org/licenses/LICENSE-2.0
+
+
+
+
+ Aleksandr Gorshenin
+ alexandr268@ydb.tech
+ YDB
+ https://ydb.tech/
+
+
+
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/tests/ydb-sdk-common
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/tests/ydb-sdk-common
+ https://github.com/ydb-platform/ydb-java-sdk/tests/ydb-sdk-common
+
+
+ 2.8.9
+ 4.13.2
+ 5.9.3
+ 2.17.2
+ 5.11.0
+ UTF-8
+ 1.7.36
+ 1.19.3
+
+
+
+
+ org.slf4j
+ slf4j-api
+ 1.7.36
+
+
+ com.google.code.gson
+ gson
+ 2.8.9
+
+
+ junit
+ junit
+ 4.13.2
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ 5.9.3
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+
+
+ org.mockito
+ mockito-core
+ 5.11.0
+
+
+ org.testcontainers
+ testcontainers
+ 1.19.3
+
+
+ tech.ydb
+ ydb-proto-api
+ 1.7.3
+
+
+ tech.ydb
+ ydb-auth-api
+ 1.0.0
+
+
+ tech.ydb
+ ydb-sdk-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-table
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-scheme
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-topic
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-export
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-coordination
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-query
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-tests-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit4-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit5-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ ydb-oauth2-provider
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ yc-auth-provider
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+ tech.ydb.auth
+ yc-auth-provider-shaded
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.30-SNAPSHOT
+ compile
+
+
+ org.slf4j
+ slf4j-api
+ 1.7.36
+ compile
+
+
+ junit
+ junit
+ 4.13.2
+ test
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+ test
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\common\src\main\java
+ C:\Yandex DataBase\ydb-java-sdk\common\src\main\scripts
+ C:\Yandex DataBase\ydb-java-sdk\common\src\test\java
+ C:\Yandex DataBase\ydb-java-sdk\common\target\classes
+ C:\Yandex DataBase\ydb-java-sdk\common\target\test-classes
+
+
+ C:\Yandex DataBase\ydb-java-sdk\common\src\main\resources
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\common\src\test\resources
+
+
+ C:\Yandex DataBase\ydb-java-sdk\common\target
+ ydb-sdk-common-2.3.30-SNAPSHOT
+
+
+
+ maven-antrun-plugin
+ 3.1.0
+
+
+ maven-assembly-plugin
+ 3.7.1
+
+
+ maven-dependency-plugin
+ 3.7.0
+
+
+ maven-release-plugin
+ 3.0.1
+
+
+
+
+
+ maven-dependency-plugin
+ 3.8.1
+
+
+ maven-resources-plugin
+ 3.3.1
+
+
+ default-testResources
+ process-test-resources
+
+ testResources
+
+
+ ISO-8859-1
+
+
+
+ default-resources
+ process-resources
+
+ resources
+
+
+ ISO-8859-1
+
+
+
+
+ ISO-8859-1
+
+
+
+ maven-compiler-plugin
+ 3.14.0
+
+
+ default-compile
+ compile
+
+ compile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ default-testCompile
+ test-compile
+
+ testCompile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ maven-source-plugin
+ 3.3.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ maven-surefire-plugin
+ 3.5.3
+
+
+ default-test
+ test
+
+ test
+
+
+
+ true
+
+
+
+
+
+
+ true
+
+
+
+
+ maven-checkstyle-plugin
+ 3.6.0
+
+
+ test
+
+ check
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+ maven-javadoc-plugin
+ 3.11.2
+
+
+ attach-javadocs
+
+ jar
+
+
+ 8
+
+
+
+
+ 8
+
+
+
+ org.jacoco
+ jacoco-maven-plugin
+ 0.8.13
+
+
+ jacoco-prepare-agent
+
+ prepare-agent
+
+
+
+ jacoco-report
+ test
+
+ report
+
+
+
+
+
+ maven-clean-plugin
+ 3.2.0
+
+
+ default-clean
+ clean
+
+ clean
+
+
+
+
+
+ maven-jar-plugin
+ 3.4.1
+
+
+ default-jar
+ package
+
+ jar
+
+
+
+
+
+ maven-install-plugin
+ 3.1.2
+
+
+ default-install
+ install
+
+ install
+
+
+
+
+
+ maven-deploy-plugin
+ 3.1.2
+
+
+ default-deploy
+ deploy
+
+ deploy
+
+
+
+
+
+ maven-site-plugin
+ 3.12.1
+
+
+ default-site
+ site
+
+ site
+
+
+ C:\Yandex DataBase\ydb-java-sdk\common\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+ default-deploy
+ site-deploy
+
+ deploy
+
+
+ C:\Yandex DataBase\ydb-java-sdk\common\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\common\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\common\target\site
+
+
+
+
+
+
+
+
+
+ 4.0.0
+
+ tech.ydb
+ ydb-sdk-parent
+ 2.3.30-SNAPSHOT
+ ../../pom.xml
+
+ tech.ydb.test
+ ydb-tests-common
+ 2.3.30-SNAPSHOT
+ Tests common module
+ Java SDK for YDB
+ https://github.com/ydb-platform/ydb-java-sdk/tests/ydb-tests-common
+
+
+ Apache License, Version 2.0
+ https://www.apache.org/licenses/LICENSE-2.0
+
+
+
+
+ Aleksandr Gorshenin
+ alexandr268@ydb.tech
+ YDB
+ https://ydb.tech/
+
+
+
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/tests/ydb-tests-common
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/tests/ydb-tests-common
+ https://github.com/ydb-platform/ydb-java-sdk/tests/ydb-tests-common
+
+
+ 2.8.9
+ 4.13.2
+ 5.9.3
+ 2.17.2
+ 5.11.0
+ UTF-8
+ 1.7.36
+ 1.19.3
+
+
+
+
+ org.slf4j
+ slf4j-api
+ 1.7.36
+
+
+ com.google.code.gson
+ gson
+ 2.8.9
+
+
+ junit
+ junit
+ 4.13.2
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ 5.9.3
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+
+
+ org.mockito
+ mockito-core
+ 5.11.0
+
+
+ org.testcontainers
+ testcontainers
+ 1.19.3
+
+
+ tech.ydb
+ ydb-proto-api
+ 1.7.3
+
+
+ tech.ydb
+ ydb-auth-api
+ 1.0.0
+
+
+ tech.ydb
+ ydb-sdk-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-table
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-scheme
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-topic
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-export
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-coordination
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-query
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-tests-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit4-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit5-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ ydb-oauth2-provider
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ yc-auth-provider
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+ tech.ydb.auth
+ yc-auth-provider-shaded
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.30-SNAPSHOT
+ compile
+
+
+ org.testcontainers
+ testcontainers
+ 1.19.3
+ compile
+
+
+ junit
+ junit
+ 4.13.2
+ compile
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+ test
+
+
+ org.mockito
+ mockito-core
+ 5.11.0
+ test
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\common\src\main\java
+ C:\Yandex DataBase\ydb-java-sdk\tests\common\src\main\scripts
+ C:\Yandex DataBase\ydb-java-sdk\tests\common\src\test\java
+ C:\Yandex DataBase\ydb-java-sdk\tests\common\target\classes
+ C:\Yandex DataBase\ydb-java-sdk\tests\common\target\test-classes
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\common\src\main\resources
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\common\src\test\resources
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\common\target
+ ydb-tests-common-2.3.30-SNAPSHOT
+
+
+
+ maven-antrun-plugin
+ 3.1.0
+
+
+ maven-assembly-plugin
+ 3.7.1
+
+
+ maven-dependency-plugin
+ 3.7.0
+
+
+ maven-release-plugin
+ 3.0.1
+
+
+
+
+
+ maven-dependency-plugin
+ 3.8.1
+
+
+ maven-resources-plugin
+ 3.3.1
+
+
+ default-testResources
+ process-test-resources
+
+ testResources
+
+
+ ISO-8859-1
+
+
+
+ default-resources
+ process-resources
+
+ resources
+
+
+ ISO-8859-1
+
+
+
+
+ ISO-8859-1
+
+
+
+ maven-compiler-plugin
+ 3.14.0
+
+
+ default-compile
+ compile
+
+ compile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ default-testCompile
+ test-compile
+
+ testCompile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ maven-source-plugin
+ 3.3.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ maven-surefire-plugin
+ 3.5.3
+
+
+ default-test
+ test
+
+ test
+
+
+
+ var1
+
+ true
+ true1
+ true
+ true
+
+
+
+
+
+
+ var1
+
+ true
+ true1
+ true
+ true
+
+
+
+
+ maven-checkstyle-plugin
+ 3.6.0
+
+
+ test
+
+ check
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+ maven-javadoc-plugin
+ 3.11.2
+
+
+ attach-javadocs
+
+ jar
+
+
+ 8
+
+
+
+
+ 8
+
+
+
+ org.jacoco
+ jacoco-maven-plugin
+ 0.8.13
+
+
+ jacoco-prepare-agent
+
+ prepare-agent
+
+
+
+ jacoco-report
+ test
+
+ report
+
+
+
+
+
+ maven-clean-plugin
+ 3.2.0
+
+
+ default-clean
+ clean
+
+ clean
+
+
+
+
+
+ maven-jar-plugin
+ 3.4.1
+
+
+ default-jar
+ package
+
+ jar
+
+
+
+
+
+ maven-install-plugin
+ 3.1.2
+
+
+ default-install
+ install
+
+ install
+
+
+
+
+
+ maven-deploy-plugin
+ 3.1.2
+
+
+ default-deploy
+ deploy
+
+ deploy
+
+
+
+
+
+ maven-site-plugin
+ 3.12.1
+
+
+ default-site
+ site
+
+ site
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\common\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+ default-deploy
+ site-deploy
+
+ deploy
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\common\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\common\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\common\target\site
+
+
+
+ jdk8-build
+
+ 1.8
+
+
+ 4.11.0
+
+
+
+ org.mockito
+ mockito-inline
+ 5.11.0
+ test
+
+
+
+
+
+
+
+
+
+
+
+
+ 4.0.0
+
+ tech.ydb
+ ydb-sdk-parent
+ 2.3.30-SNAPSHOT
+ ../../pom.xml
+
+ tech.ydb.test
+ ydb-junit4-support
+ 2.3.30-SNAPSHOT
+ JUnit 4 support module
+ Java SDK for YDB
+ https://github.com/ydb-platform/ydb-java-sdk/tests/ydb-junit4-support
+
+
+ Apache License, Version 2.0
+ https://www.apache.org/licenses/LICENSE-2.0
+
+
+
+
+ Aleksandr Gorshenin
+ alexandr268@ydb.tech
+ YDB
+ https://ydb.tech/
+
+
+
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/tests/ydb-junit4-support
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/tests/ydb-junit4-support
+ https://github.com/ydb-platform/ydb-java-sdk/tests/ydb-junit4-support
+
+
+ 2.8.9
+ 4.13.2
+ 5.9.3
+ 2.17.2
+ 5.11.0
+ UTF-8
+ 1.7.36
+ 1.19.3
+
+
+
+
+ org.slf4j
+ slf4j-api
+ 1.7.36
+
+
+ com.google.code.gson
+ gson
+ 2.8.9
+
+
+ junit
+ junit
+ 4.13.2
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ 5.9.3
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+
+
+ org.mockito
+ mockito-core
+ 5.11.0
+
+
+ org.testcontainers
+ testcontainers
+ 1.19.3
+
+
+ tech.ydb
+ ydb-proto-api
+ 1.7.3
+
+
+ tech.ydb
+ ydb-auth-api
+ 1.0.0
+
+
+ tech.ydb
+ ydb-sdk-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-table
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-scheme
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-topic
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-export
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-coordination
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-query
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-tests-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit4-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit5-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ ydb-oauth2-provider
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ yc-auth-provider
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+ tech.ydb.auth
+ yc-auth-provider-shaded
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+
+
+
+ tech.ydb.test
+ ydb-tests-common
+ 2.3.30-SNAPSHOT
+ compile
+
+
+ junit
+ junit
+ 4.13.2
+ provided
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit4-support\src\main\java
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit4-support\src\main\scripts
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit4-support\src\test\java
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit4-support\target\classes
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit4-support\target\test-classes
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit4-support\src\main\resources
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit4-support\src\test\resources
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit4-support\target
+ ydb-junit4-support-2.3.30-SNAPSHOT
+
+
+
+ maven-antrun-plugin
+ 3.1.0
+
+
+ maven-assembly-plugin
+ 3.7.1
+
+
+ maven-dependency-plugin
+ 3.7.0
+
+
+ maven-release-plugin
+ 3.0.1
+
+
+
+
+
+ maven-dependency-plugin
+ 3.8.1
+
+
+ maven-resources-plugin
+ 3.3.1
+
+
+ default-testResources
+ process-test-resources
+
+ testResources
+
+
+ ISO-8859-1
+
+
+
+ default-resources
+ process-resources
+
+ resources
+
+
+ ISO-8859-1
+
+
+
+
+ ISO-8859-1
+
+
+
+ maven-compiler-plugin
+ 3.14.0
+
+
+ default-compile
+ compile
+
+ compile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ default-testCompile
+ test-compile
+
+ testCompile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ maven-source-plugin
+ 3.3.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ maven-surefire-plugin
+ 3.5.3
+
+
+ default-test
+ test
+
+ test
+
+
+
+ true
+
+
+
+
+
+
+ true
+
+
+
+
+ maven-checkstyle-plugin
+ 3.6.0
+
+
+ test
+
+ check
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+ maven-javadoc-plugin
+ 3.11.2
+
+
+ attach-javadocs
+
+ jar
+
+
+ 8
+
+
+
+
+ 8
+
+
+
+ org.jacoco
+ jacoco-maven-plugin
+ 0.8.13
+
+
+ jacoco-prepare-agent
+
+ prepare-agent
+
+
+
+ jacoco-report
+ test
+
+ report
+
+
+
+
+
+ maven-clean-plugin
+ 3.2.0
+
+
+ default-clean
+ clean
+
+ clean
+
+
+
+
+
+ maven-jar-plugin
+ 3.4.1
+
+
+ default-jar
+ package
+
+ jar
+
+
+
+
+
+ maven-install-plugin
+ 3.1.2
+
+
+ default-install
+ install
+
+ install
+
+
+
+
+
+ maven-deploy-plugin
+ 3.1.2
+
+
+ default-deploy
+ deploy
+
+ deploy
+
+
+
+
+
+ maven-site-plugin
+ 3.12.1
+
+
+ default-site
+ site
+
+ site
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit4-support\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+ default-deploy
+ site-deploy
+
+ deploy
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit4-support\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit4-support\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit4-support\target\site
+
+
+
+
+
+
+
+
+ 4.0.0
+
+ tech.ydb
+ ydb-sdk-parent
+ 2.3.30-SNAPSHOT
+
+ tech.ydb
+ ydb-sdk-table
+ 2.3.30-SNAPSHOT
+ Table client implementation
+ Table client implementation
+ https://github.com/ydb-platform/ydb-java-sdk/ydb-sdk-table
+
+
+ Apache License, Version 2.0
+ https://www.apache.org/licenses/LICENSE-2.0
+
+
+
+
+ Aleksandr Gorshenin
+ alexandr268@ydb.tech
+ YDB
+ https://ydb.tech/
+
+
+
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/ydb-sdk-table
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/ydb-sdk-table
+ https://github.com/ydb-platform/ydb-java-sdk/ydb-sdk-table
+
+
+ 2.8.9
+ 4.13.2
+ 5.9.3
+ 2.17.2
+ 5.11.0
+ UTF-8
+ 1.7.36
+ 1.19.3
+
+
+
+
+ org.slf4j
+ slf4j-api
+ 1.7.36
+
+
+ com.google.code.gson
+ gson
+ 2.8.9
+
+
+ junit
+ junit
+ 4.13.2
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ 5.9.3
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+
+
+ org.mockito
+ mockito-core
+ 5.11.0
+
+
+ org.testcontainers
+ testcontainers
+ 1.19.3
+
+
+ tech.ydb
+ ydb-proto-api
+ 1.7.3
+
+
+ tech.ydb
+ ydb-auth-api
+ 1.0.0
+
+
+ tech.ydb
+ ydb-sdk-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-table
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-scheme
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-topic
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-export
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-coordination
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-query
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-tests-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit4-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit5-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ ydb-oauth2-provider
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ yc-auth-provider
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+ tech.ydb.auth
+ yc-auth-provider-shaded
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.30-SNAPSHOT
+ compile
+
+
+ tech.ydb
+ ydb-sdk-common
+ 2.3.30-SNAPSHOT
+ compile
+
+
+ tech.ydb.test
+ ydb-junit4-support
+ 2.3.30-SNAPSHOT
+ test
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+ test
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\table\src\main\java
+ C:\Yandex DataBase\ydb-java-sdk\table\src\main\scripts
+ C:\Yandex DataBase\ydb-java-sdk\table\src\test\java
+ C:\Yandex DataBase\ydb-java-sdk\table\target\classes
+ C:\Yandex DataBase\ydb-java-sdk\table\target\test-classes
+
+
+ C:\Yandex DataBase\ydb-java-sdk\table\src\main\resources
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\table\src\test\resources
+
+
+ C:\Yandex DataBase\ydb-java-sdk\table\target
+ ydb-sdk-table-2.3.30-SNAPSHOT
+
+
+
+ maven-antrun-plugin
+ 3.1.0
+
+
+ maven-assembly-plugin
+ 3.7.1
+
+
+ maven-dependency-plugin
+ 3.7.0
+
+
+ maven-release-plugin
+ 3.0.1
+
+
+
+
+
+ maven-dependency-plugin
+ 3.8.1
+
+
+ maven-resources-plugin
+ 3.3.1
+
+
+ default-testResources
+ process-test-resources
+
+ testResources
+
+
+ ISO-8859-1
+
+
+
+ default-resources
+ process-resources
+
+ resources
+
+
+ ISO-8859-1
+
+
+
+
+ ISO-8859-1
+
+
+
+ maven-compiler-plugin
+ 3.14.0
+
+
+ default-compile
+ compile
+
+ compile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ default-testCompile
+ test-compile
+
+ testCompile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ maven-source-plugin
+ 3.3.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ maven-surefire-plugin
+ 3.5.3
+
+
+ default-test
+ test
+
+ test
+
+
+
+ true
+ ydbplatform/local-ydb:trunk
+
+
+
+
+
+
+ true
+ ydbplatform/local-ydb:trunk
+
+
+
+
+ maven-checkstyle-plugin
+ 3.6.0
+
+
+ test
+
+ check
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+ maven-javadoc-plugin
+ 3.11.2
+
+
+ attach-javadocs
+
+ jar
+
+
+ 8
+
+
+
+
+ 8
+
+
+
+ org.jacoco
+ jacoco-maven-plugin
+ 0.8.13
+
+
+ jacoco-prepare-agent
+
+ prepare-agent
+
+
+
+ jacoco-report
+ test
+
+ report
+
+
+
+
+
+ maven-clean-plugin
+ 3.2.0
+
+
+ default-clean
+ clean
+
+ clean
+
+
+
+
+
+ maven-jar-plugin
+ 3.4.1
+
+
+ default-jar
+ package
+
+ jar
+
+
+
+
+
+ maven-install-plugin
+ 3.1.2
+
+
+ default-install
+ install
+
+ install
+
+
+
+
+
+ maven-deploy-plugin
+ 3.1.2
+
+
+ default-deploy
+ deploy
+
+ deploy
+
+
+
+
+
+ maven-site-plugin
+ 3.12.1
+
+
+ default-site
+ site
+
+ site
+
+
+ C:\Yandex DataBase\ydb-java-sdk\table\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+ default-deploy
+ site-deploy
+
+ deploy
+
+
+ C:\Yandex DataBase\ydb-java-sdk\table\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\table\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\table\target\site
+
+
+
+
+
+
+
+
+
+ 4.0.0
+
+ tech.ydb
+ ydb-sdk-parent
+ 2.3.30-SNAPSHOT
+
+ tech.ydb
+ ydb-sdk-scheme
+ 2.3.30-SNAPSHOT
+ Scheme client implementation
+ Scheme client implementation
+ https://github.com/ydb-platform/ydb-java-sdk/ydb-sdk-scheme
+
+
+ Apache License, Version 2.0
+ https://www.apache.org/licenses/LICENSE-2.0
+
+
+
+
+ Aleksandr Gorshenin
+ alexandr268@ydb.tech
+ YDB
+ https://ydb.tech/
+
+
+
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/ydb-sdk-scheme
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/ydb-sdk-scheme
+ https://github.com/ydb-platform/ydb-java-sdk/ydb-sdk-scheme
+
+
+ 2.8.9
+ 4.13.2
+ 5.9.3
+ 2.17.2
+ 5.11.0
+ UTF-8
+ 1.7.36
+ 1.19.3
+
+
+
+
+ org.slf4j
+ slf4j-api
+ 1.7.36
+
+
+ com.google.code.gson
+ gson
+ 2.8.9
+
+
+ junit
+ junit
+ 4.13.2
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ 5.9.3
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+
+
+ org.mockito
+ mockito-core
+ 5.11.0
+
+
+ org.testcontainers
+ testcontainers
+ 1.19.3
+
+
+ tech.ydb
+ ydb-proto-api
+ 1.7.3
+
+
+ tech.ydb
+ ydb-auth-api
+ 1.0.0
+
+
+ tech.ydb
+ ydb-sdk-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-table
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-scheme
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-topic
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-export
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-coordination
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-query
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-tests-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit4-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit5-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ ydb-oauth2-provider
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ yc-auth-provider
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+ tech.ydb.auth
+ yc-auth-provider-shaded
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.30-SNAPSHOT
+ compile
+
+
+ junit
+ junit
+ 4.13.2
+ test
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+ test
+
+
+ tech.ydb.test
+ ydb-junit4-support
+ 2.3.30-SNAPSHOT
+ test
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\scheme\src\main\java
+ C:\Yandex DataBase\ydb-java-sdk\scheme\src\main\scripts
+ C:\Yandex DataBase\ydb-java-sdk\scheme\src\test\java
+ C:\Yandex DataBase\ydb-java-sdk\scheme\target\classes
+ C:\Yandex DataBase\ydb-java-sdk\scheme\target\test-classes
+
+
+ C:\Yandex DataBase\ydb-java-sdk\scheme\src\main\resources
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\scheme\src\test\resources
+
+
+ C:\Yandex DataBase\ydb-java-sdk\scheme\target
+ ydb-sdk-scheme-2.3.30-SNAPSHOT
+
+
+
+ maven-antrun-plugin
+ 3.1.0
+
+
+ maven-assembly-plugin
+ 3.7.1
+
+
+ maven-dependency-plugin
+ 3.7.0
+
+
+ maven-release-plugin
+ 3.0.1
+
+
+
+
+
+ maven-dependency-plugin
+ 3.8.1
+
+
+ maven-resources-plugin
+ 3.3.1
+
+
+ default-testResources
+ process-test-resources
+
+ testResources
+
+
+ ISO-8859-1
+
+
+
+ default-resources
+ process-resources
+
+ resources
+
+
+ ISO-8859-1
+
+
+
+
+ ISO-8859-1
+
+
+
+ maven-compiler-plugin
+ 3.14.0
+
+
+ default-compile
+ compile
+
+ compile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ default-testCompile
+ test-compile
+
+ testCompile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ maven-source-plugin
+ 3.3.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ maven-surefire-plugin
+ 3.5.3
+
+
+ default-test
+ test
+
+ test
+
+
+
+ true
+
+
+
+
+
+
+ true
+
+
+
+
+ maven-checkstyle-plugin
+ 3.6.0
+
+
+ test
+
+ check
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+ maven-javadoc-plugin
+ 3.11.2
+
+
+ attach-javadocs
+
+ jar
+
+
+ 8
+
+
+
+
+ 8
+
+
+
+ org.jacoco
+ jacoco-maven-plugin
+ 0.8.13
+
+
+ jacoco-prepare-agent
+
+ prepare-agent
+
+
+
+ jacoco-report
+ test
+
+ report
+
+
+
+
+
+ maven-clean-plugin
+ 3.2.0
+
+
+ default-clean
+ clean
+
+ clean
+
+
+
+
+
+ maven-jar-plugin
+ 3.4.1
+
+
+ default-jar
+ package
+
+ jar
+
+
+
+
+
+ maven-install-plugin
+ 3.1.2
+
+
+ default-install
+ install
+
+ install
+
+
+
+
+
+ maven-deploy-plugin
+ 3.1.2
+
+
+ default-deploy
+ deploy
+
+ deploy
+
+
+
+
+
+ maven-site-plugin
+ 3.12.1
+
+
+ default-site
+ site
+
+ site
+
+
+ C:\Yandex DataBase\ydb-java-sdk\scheme\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+ default-deploy
+ site-deploy
+
+ deploy
+
+
+ C:\Yandex DataBase\ydb-java-sdk\scheme\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\scheme\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\scheme\target\site
+
+
+
+
+
+
+
+
+ 4.0.0
+
+ tech.ydb
+ ydb-sdk-parent
+ 2.3.30-SNAPSHOT
+
+ tech.ydb
+ ydb-sdk-topic
+ 2.3.30-SNAPSHOT
+ Topic client implementation
+ Topic client implementation
+ https://github.com/ydb-platform/ydb-java-sdk/ydb-sdk-topic
+
+
+ Apache License, Version 2.0
+ https://www.apache.org/licenses/LICENSE-2.0
+
+
+
+
+ Aleksandr Gorshenin
+ alexandr268@ydb.tech
+ YDB
+ https://ydb.tech/
+
+
+
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/ydb-sdk-topic
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/ydb-sdk-topic
+ https://github.com/ydb-platform/ydb-java-sdk/ydb-sdk-topic
+
+
+ 2.8.9
+ 4.13.2
+ 5.9.3
+ 2.17.2
+ 5.11.0
+ UTF-8
+ 1.7.36
+ 1.19.3
+
+
+
+
+ org.slf4j
+ slf4j-api
+ 1.7.36
+
+
+ com.google.code.gson
+ gson
+ 2.8.9
+
+
+ junit
+ junit
+ 4.13.2
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ 5.9.3
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+
+
+ org.mockito
+ mockito-core
+ 5.11.0
+
+
+ org.testcontainers
+ testcontainers
+ 1.19.3
+
+
+ tech.ydb
+ ydb-proto-api
+ 1.7.3
+
+
+ tech.ydb
+ ydb-auth-api
+ 1.0.0
+
+
+ tech.ydb
+ ydb-sdk-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-table
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-scheme
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-topic
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-export
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-coordination
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-query
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-tests-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit4-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit5-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ ydb-oauth2-provider
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ yc-auth-provider
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+ tech.ydb.auth
+ yc-auth-provider-shaded
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.30-SNAPSHOT
+ compile
+
+
+ tech.ydb
+ ydb-sdk-common
+ 2.3.30-SNAPSHOT
+ compile
+
+
+ org.anarres.lzo
+ lzo-core
+ 1.0.6
+ compile
+
+
+ com.github.luben
+ zstd-jni
+ 1.5.7-2
+ compile
+
+
+ junit
+ junit
+ 4.13.2
+ test
+
+
+ tech.ydb.test
+ ydb-junit4-support
+ 2.3.30-SNAPSHOT
+ test
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+ test
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\topic\src\main\java
+ C:\Yandex DataBase\ydb-java-sdk\topic\src\main\scripts
+ C:\Yandex DataBase\ydb-java-sdk\topic\src\test\java
+ C:\Yandex DataBase\ydb-java-sdk\topic\target\classes
+ C:\Yandex DataBase\ydb-java-sdk\topic\target\test-classes
+
+
+ C:\Yandex DataBase\ydb-java-sdk\topic\src\main\resources
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\topic\src\test\resources
+
+
+ C:\Yandex DataBase\ydb-java-sdk\topic\target
+ ydb-sdk-topic-2.3.30-SNAPSHOT
+
+
+
+ maven-antrun-plugin
+ 3.1.0
+
+
+ maven-assembly-plugin
+ 3.7.1
+
+
+ maven-dependency-plugin
+ 3.7.0
+
+
+ maven-release-plugin
+ 3.0.1
+
+
+
+
+
+ maven-dependency-plugin
+ 3.8.1
+
+
+ maven-resources-plugin
+ 3.3.1
+
+
+ default-testResources
+ process-test-resources
+
+ testResources
+
+
+ ISO-8859-1
+
+
+
+ default-resources
+ process-resources
+
+ resources
+
+
+ ISO-8859-1
+
+
+
+
+ ISO-8859-1
+
+
+
+ maven-compiler-plugin
+ 3.14.0
+
+
+ default-compile
+ compile
+
+ compile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ default-testCompile
+ test-compile
+
+ testCompile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ maven-source-plugin
+ 3.3.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ maven-surefire-plugin
+ 3.5.3
+
+
+ default-test
+ test
+
+ test
+
+
+
+ true
+
+
+
+
+
+
+ true
+
+
+
+
+ maven-checkstyle-plugin
+ 3.6.0
+
+
+ test
+
+ check
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+ maven-javadoc-plugin
+ 3.11.2
+
+
+ attach-javadocs
+
+ jar
+
+
+ 8
+
+
+
+
+ 8
+
+
+
+ org.jacoco
+ jacoco-maven-plugin
+ 0.8.13
+
+
+ jacoco-prepare-agent
+
+ prepare-agent
+
+
+
+ jacoco-report
+ test
+
+ report
+
+
+
+
+
+ maven-clean-plugin
+ 3.2.0
+
+
+ default-clean
+ clean
+
+ clean
+
+
+
+
+
+ maven-jar-plugin
+ 3.4.1
+
+
+ default-jar
+ package
+
+ jar
+
+
+
+
+
+ maven-install-plugin
+ 3.1.2
+
+
+ default-install
+ install
+
+ install
+
+
+
+
+
+ maven-deploy-plugin
+ 3.1.2
+
+
+ default-deploy
+ deploy
+
+ deploy
+
+
+
+
+
+ maven-site-plugin
+ 3.12.1
+
+
+ default-site
+ site
+
+ site
+
+
+ C:\Yandex DataBase\ydb-java-sdk\topic\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+ default-deploy
+ site-deploy
+
+ deploy
+
+
+ C:\Yandex DataBase\ydb-java-sdk\topic\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\topic\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\topic\target\site
+
+
+
+
+
+
+
+
+ 4.0.0
+
+ tech.ydb
+ ydb-sdk-parent
+ 2.3.30-SNAPSHOT
+
+ tech.ydb
+ ydb-sdk-query
+ 2.3.30-SNAPSHOT
+ Query service client
+ YDB QueryService client implementation
+ https://github.com/ydb-platform/ydb-java-sdk/ydb-sdk-query
+
+
+ Apache License, Version 2.0
+ https://www.apache.org/licenses/LICENSE-2.0
+
+
+
+
+ Aleksandr Gorshenin
+ alexandr268@ydb.tech
+ YDB
+ https://ydb.tech/
+
+
+
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/ydb-sdk-query
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/ydb-sdk-query
+ https://github.com/ydb-platform/ydb-java-sdk/ydb-sdk-query
+
+
+ 2.8.9
+ 4.13.2
+ 5.9.3
+ 2.17.2
+ 5.11.0
+ UTF-8
+ 1.7.36
+ 1.19.3
+
+
+
+
+ org.slf4j
+ slf4j-api
+ 1.7.36
+
+
+ com.google.code.gson
+ gson
+ 2.8.9
+
+
+ junit
+ junit
+ 4.13.2
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ 5.9.3
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+
+
+ org.mockito
+ mockito-core
+ 5.11.0
+
+
+ org.testcontainers
+ testcontainers
+ 1.19.3
+
+
+ tech.ydb
+ ydb-proto-api
+ 1.7.3
+
+
+ tech.ydb
+ ydb-auth-api
+ 1.0.0
+
+
+ tech.ydb
+ ydb-sdk-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-table
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-scheme
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-topic
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-export
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-coordination
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-query
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-tests-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit4-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit5-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ ydb-oauth2-provider
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ yc-auth-provider
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+ tech.ydb.auth
+ yc-auth-provider-shaded
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.30-SNAPSHOT
+ compile
+
+
+ tech.ydb
+ ydb-sdk-table
+ 2.3.30-SNAPSHOT
+ compile
+
+
+ tech.ydb.test
+ ydb-junit4-support
+ 2.3.30-SNAPSHOT
+ test
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+ test
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\query\src\main\java
+ C:\Yandex DataBase\ydb-java-sdk\query\src\main\scripts
+ C:\Yandex DataBase\ydb-java-sdk\query\src\test\java
+ C:\Yandex DataBase\ydb-java-sdk\query\target\classes
+ C:\Yandex DataBase\ydb-java-sdk\query\target\test-classes
+
+
+ C:\Yandex DataBase\ydb-java-sdk\query\src\main\resources
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\query\src\test\resources
+
+
+ C:\Yandex DataBase\ydb-java-sdk\query\target
+ ydb-sdk-query-2.3.30-SNAPSHOT
+
+
+
+ maven-antrun-plugin
+ 3.1.0
+
+
+ maven-assembly-plugin
+ 3.7.1
+
+
+ maven-dependency-plugin
+ 3.7.0
+
+
+ maven-release-plugin
+ 3.0.1
+
+
+
+
+
+ maven-dependency-plugin
+ 3.8.1
+
+
+ maven-resources-plugin
+ 3.3.1
+
+
+ default-testResources
+ process-test-resources
+
+ testResources
+
+
+ ISO-8859-1
+
+
+
+ default-resources
+ process-resources
+
+ resources
+
+
+ ISO-8859-1
+
+
+
+
+ ISO-8859-1
+
+
+
+ maven-compiler-plugin
+ 3.14.0
+
+
+ default-compile
+ compile
+
+ compile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ default-testCompile
+ test-compile
+
+ testCompile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ maven-source-plugin
+ 3.3.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ maven-surefire-plugin
+ 3.5.3
+
+
+ default-test
+ test
+
+ test
+
+
+
+ enable_resource_pools
+ true
+
+
+
+
+
+
+ enable_resource_pools
+ true
+
+
+
+
+ maven-checkstyle-plugin
+ 3.6.0
+
+
+ test
+
+ check
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+ maven-javadoc-plugin
+ 3.11.2
+
+
+ attach-javadocs
+
+ jar
+
+
+ 8
+
+
+
+
+ 8
+
+
+
+ org.jacoco
+ jacoco-maven-plugin
+ 0.8.13
+
+
+ jacoco-prepare-agent
+
+ prepare-agent
+
+
+
+ jacoco-report
+ test
+
+ report
+
+
+
+
+
+ maven-clean-plugin
+ 3.2.0
+
+
+ default-clean
+ clean
+
+ clean
+
+
+
+
+
+ maven-jar-plugin
+ 3.4.1
+
+
+ default-jar
+ package
+
+ jar
+
+
+
+
+
+ maven-install-plugin
+ 3.1.2
+
+
+ default-install
+ install
+
+ install
+
+
+
+
+
+ maven-deploy-plugin
+ 3.1.2
+
+
+ default-deploy
+ deploy
+
+ deploy
+
+
+
+
+
+ maven-site-plugin
+ 3.12.1
+
+
+ default-site
+ site
+
+ site
+
+
+ C:\Yandex DataBase\ydb-java-sdk\query\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+ default-deploy
+ site-deploy
+
+ deploy
+
+
+ C:\Yandex DataBase\ydb-java-sdk\query\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\query\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\query\target\site
+
+
+
+
+
+
+
+
+
+ 4.0.0
+
+ tech.ydb
+ ydb-sdk-parent
+ 2.3.30-SNAPSHOT
+
+ tech.ydb
+ ydb-sdk-coordination
+ 2.3.30-SNAPSHOT
+ Coordination node client implementation
+ Coordination node client implementation
+ https://github.com/ydb-platform/ydb-java-sdk/ydb-sdk-coordination
+
+
+ Apache License, Version 2.0
+ https://www.apache.org/licenses/LICENSE-2.0
+
+
+
+
+ Aleksandr Gorshenin
+ alexandr268@ydb.tech
+ YDB
+ https://ydb.tech/
+
+
+
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/ydb-sdk-coordination
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/ydb-sdk-coordination
+ https://github.com/ydb-platform/ydb-java-sdk/ydb-sdk-coordination
+
+
+ 2.8.9
+ 4.13.2
+ 5.9.3
+ 2.17.2
+ 5.11.0
+ UTF-8
+ 1.7.36
+ 1.19.3
+
+
+
+
+ org.slf4j
+ slf4j-api
+ 1.7.36
+
+
+ com.google.code.gson
+ gson
+ 2.8.9
+
+
+ junit
+ junit
+ 4.13.2
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ 5.9.3
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+
+
+ org.mockito
+ mockito-core
+ 5.11.0
+
+
+ org.testcontainers
+ testcontainers
+ 1.19.3
+
+
+ tech.ydb
+ ydb-proto-api
+ 1.7.3
+
+
+ tech.ydb
+ ydb-auth-api
+ 1.0.0
+
+
+ tech.ydb
+ ydb-sdk-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-table
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-scheme
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-topic
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-export
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-coordination
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-query
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-tests-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit4-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit5-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ ydb-oauth2-provider
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ yc-auth-provider
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+ tech.ydb.auth
+ yc-auth-provider-shaded
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+
+
+
+ tech.ydb
+ ydb-sdk-common
+ 2.3.30-SNAPSHOT
+ compile
+
+
+ tech.ydb.test
+ ydb-junit4-support
+ 2.3.30-SNAPSHOT
+ test
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+ test
+
+
+ org.mockito
+ mockito-core
+ 5.11.0
+ test
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\coordination\src\main\java
+ C:\Yandex DataBase\ydb-java-sdk\coordination\src\main\scripts
+ C:\Yandex DataBase\ydb-java-sdk\coordination\src\test\java
+ C:\Yandex DataBase\ydb-java-sdk\coordination\target\classes
+ C:\Yandex DataBase\ydb-java-sdk\coordination\target\test-classes
+
+
+ C:\Yandex DataBase\ydb-java-sdk\coordination\src\main\resources
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\coordination\src\test\resources
+
+
+ C:\Yandex DataBase\ydb-java-sdk\coordination\target
+ ydb-sdk-coordination-2.3.30-SNAPSHOT
+
+
+
+ maven-antrun-plugin
+ 3.1.0
+
+
+ maven-assembly-plugin
+ 3.7.1
+
+
+ maven-dependency-plugin
+ 3.7.0
+
+
+ maven-release-plugin
+ 3.0.1
+
+
+
+
+
+ maven-dependency-plugin
+ 3.8.1
+
+
+ maven-resources-plugin
+ 3.3.1
+
+
+ default-testResources
+ process-test-resources
+
+ testResources
+
+
+ ISO-8859-1
+
+
+
+ default-resources
+ process-resources
+
+ resources
+
+
+ ISO-8859-1
+
+
+
+
+ ISO-8859-1
+
+
+
+ maven-compiler-plugin
+ 3.14.0
+
+
+ default-compile
+ compile
+
+ compile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ default-testCompile
+ test-compile
+
+ testCompile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ maven-source-plugin
+ 3.3.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ maven-surefire-plugin
+ 3.5.3
+
+
+ default-test
+ test
+
+ test
+
+
+
+ true
+
+
+
+
+
+
+ true
+
+
+
+
+ maven-checkstyle-plugin
+ 3.6.0
+
+
+ test
+
+ check
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+ maven-javadoc-plugin
+ 3.11.2
+
+
+ attach-javadocs
+
+ jar
+
+
+ 8
+
+
+
+
+ 8
+
+
+
+ org.jacoco
+ jacoco-maven-plugin
+ 0.8.13
+
+
+ jacoco-prepare-agent
+
+ prepare-agent
+
+
+
+ jacoco-report
+ test
+
+ report
+
+
+
+
+
+ maven-clean-plugin
+ 3.2.0
+
+
+ default-clean
+ clean
+
+ clean
+
+
+
+
+
+ maven-jar-plugin
+ 3.4.1
+
+
+ default-jar
+ package
+
+ jar
+
+
+
+
+
+ maven-install-plugin
+ 3.1.2
+
+
+ default-install
+ install
+
+ install
+
+
+
+
+
+ maven-deploy-plugin
+ 3.1.2
+
+
+ default-deploy
+ deploy
+
+ deploy
+
+
+
+
+
+ maven-site-plugin
+ 3.12.1
+
+
+ default-site
+ site
+
+ site
+
+
+ C:\Yandex DataBase\ydb-java-sdk\coordination\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+ default-deploy
+ site-deploy
+
+ deploy
+
+
+ C:\Yandex DataBase\ydb-java-sdk\coordination\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\coordination\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\coordination\target\site
+
+
+
+ jdk8-build
+
+ 1.8
+
+
+ 4.11.0
+
+
+
+ org.mockito
+ mockito-inline
+ 5.11.0
+ test
+
+
+
+
+
+
+
+
+
+
+
+
+ 4.0.0
+
+ tech.ydb
+ ydb-sdk-parent
+ 2.3.30-SNAPSHOT
+
+ tech.ydb
+ ydb-sdk-export
+ 2.3.30-SNAPSHOT
+ Export client implementation
+ Export client implementation
+ https://github.com/ydb-platform/ydb-java-sdk/ydb-sdk-export
+
+
+ Apache License, Version 2.0
+ https://www.apache.org/licenses/LICENSE-2.0
+
+
+
+
+ Aleksandr Gorshenin
+ alexandr268@ydb.tech
+ YDB
+ https://ydb.tech/
+
+
+
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/ydb-sdk-export
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/ydb-sdk-export
+ https://github.com/ydb-platform/ydb-java-sdk/ydb-sdk-export
+
+
+ 2.8.9
+ 4.13.2
+ 5.9.3
+ 2.17.2
+ 5.11.0
+ UTF-8
+ 1.7.36
+ 1.19.3
+
+
+
+
+ org.slf4j
+ slf4j-api
+ 1.7.36
+
+
+ com.google.code.gson
+ gson
+ 2.8.9
+
+
+ junit
+ junit
+ 4.13.2
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ 5.9.3
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+
+
+ org.mockito
+ mockito-core
+ 5.11.0
+
+
+ org.testcontainers
+ testcontainers
+ 1.19.3
+
+
+ tech.ydb
+ ydb-proto-api
+ 1.7.3
+
+
+ tech.ydb
+ ydb-auth-api
+ 1.0.0
+
+
+ tech.ydb
+ ydb-sdk-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-table
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-scheme
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-topic
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-export
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-coordination
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-query
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-tests-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit4-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit5-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ ydb-oauth2-provider
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ yc-auth-provider
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+ tech.ydb.auth
+ yc-auth-provider-shaded
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.30-SNAPSHOT
+ compile
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+ test
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\export\src\main\java
+ C:\Yandex DataBase\ydb-java-sdk\export\src\main\scripts
+ C:\Yandex DataBase\ydb-java-sdk\export\src\test\java
+ C:\Yandex DataBase\ydb-java-sdk\export\target\classes
+ C:\Yandex DataBase\ydb-java-sdk\export\target\test-classes
+
+
+ C:\Yandex DataBase\ydb-java-sdk\export\src\main\resources
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\export\src\test\resources
+
+
+ C:\Yandex DataBase\ydb-java-sdk\export\target
+ ydb-sdk-export-2.3.30-SNAPSHOT
+
+
+
+ maven-antrun-plugin
+ 3.1.0
+
+
+ maven-assembly-plugin
+ 3.7.1
+
+
+ maven-dependency-plugin
+ 3.7.0
+
+
+ maven-release-plugin
+ 3.0.1
+
+
+
+
+
+ maven-dependency-plugin
+ 3.8.1
+
+
+ maven-resources-plugin
+ 3.3.1
+
+
+ default-testResources
+ process-test-resources
+
+ testResources
+
+
+ ISO-8859-1
+
+
+
+ default-resources
+ process-resources
+
+ resources
+
+
+ ISO-8859-1
+
+
+
+
+ ISO-8859-1
+
+
+
+ maven-compiler-plugin
+ 3.14.0
+
+
+ default-compile
+ compile
+
+ compile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ default-testCompile
+ test-compile
+
+ testCompile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ maven-source-plugin
+ 3.3.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ maven-surefire-plugin
+ 3.5.3
+
+
+ default-test
+ test
+
+ test
+
+
+
+ true
+
+
+
+
+
+
+ true
+
+
+
+
+ maven-checkstyle-plugin
+ 3.6.0
+
+
+ test
+
+ check
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+ maven-javadoc-plugin
+ 3.11.2
+
+
+ attach-javadocs
+
+ jar
+
+
+ 8
+
+
+
+
+ 8
+
+
+
+ org.jacoco
+ jacoco-maven-plugin
+ 0.8.13
+
+
+ jacoco-prepare-agent
+
+ prepare-agent
+
+
+
+ jacoco-report
+ test
+
+ report
+
+
+
+
+
+ maven-clean-plugin
+ 3.2.0
+
+
+ default-clean
+ clean
+
+ clean
+
+
+
+
+
+ maven-jar-plugin
+ 3.4.1
+
+
+ default-jar
+ package
+
+ jar
+
+
+
+
+
+ maven-install-plugin
+ 3.1.2
+
+
+ default-install
+ install
+
+ install
+
+
+
+
+
+ maven-deploy-plugin
+ 3.1.2
+
+
+ default-deploy
+ deploy
+
+ deploy
+
+
+
+
+
+ maven-site-plugin
+ 3.12.1
+
+
+ default-site
+ site
+
+ site
+
+
+ C:\Yandex DataBase\ydb-java-sdk\export\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+ default-deploy
+ site-deploy
+
+ deploy
+
+
+ C:\Yandex DataBase\ydb-java-sdk\export\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\export\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\export\target\site
+
+
+
+
+
+
+
+
+
+ 4.0.0
+
+ tech.ydb
+ ydb-sdk-parent
+ 2.3.30-SNAPSHOT
+ ../../pom.xml
+
+ tech.ydb.test
+ ydb-junit5-support
+ 2.3.30-SNAPSHOT
+ JUnit 5 support module
+ Java SDK for YDB
+ https://github.com/ydb-platform/ydb-java-sdk/tests/ydb-junit5-support
+
+
+ Apache License, Version 2.0
+ https://www.apache.org/licenses/LICENSE-2.0
+
+
+
+
+ Aleksandr Gorshenin
+ alexandr268@ydb.tech
+ YDB
+ https://ydb.tech/
+
+
+
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/tests/ydb-junit5-support
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/tests/ydb-junit5-support
+ https://github.com/ydb-platform/ydb-java-sdk/tests/ydb-junit5-support
+
+
+ 2.8.9
+ 4.13.2
+ 5.9.3
+ 2.17.2
+ 5.11.0
+ UTF-8
+ 1.7.36
+ 1.19.3
+
+
+
+
+ org.slf4j
+ slf4j-api
+ 1.7.36
+
+
+ com.google.code.gson
+ gson
+ 2.8.9
+
+
+ junit
+ junit
+ 4.13.2
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ 5.9.3
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+
+
+ org.mockito
+ mockito-core
+ 5.11.0
+
+
+ org.testcontainers
+ testcontainers
+ 1.19.3
+
+
+ tech.ydb
+ ydb-proto-api
+ 1.7.3
+
+
+ tech.ydb
+ ydb-auth-api
+ 1.0.0
+
+
+ tech.ydb
+ ydb-sdk-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-table
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-scheme
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-topic
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-export
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-coordination
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-query
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-tests-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit4-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit5-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ ydb-oauth2-provider
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ yc-auth-provider
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+ tech.ydb.auth
+ yc-auth-provider-shaded
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+
+
+
+ tech.ydb.test
+ ydb-tests-common
+ 2.3.30-SNAPSHOT
+ compile
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ 5.9.3
+ provided
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit5-support\src\main\java
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit5-support\src\main\scripts
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit5-support\src\test\java
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit5-support\target\classes
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit5-support\target\test-classes
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit5-support\src\main\resources
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit5-support\src\test\resources
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit5-support\target
+ ydb-junit5-support-2.3.30-SNAPSHOT
+
+
+
+ maven-antrun-plugin
+ 3.1.0
+
+
+ maven-assembly-plugin
+ 3.7.1
+
+
+ maven-dependency-plugin
+ 3.7.0
+
+
+ maven-release-plugin
+ 3.0.1
+
+
+
+
+
+ maven-dependency-plugin
+ 3.8.1
+
+
+ maven-resources-plugin
+ 3.3.1
+
+
+ default-testResources
+ process-test-resources
+
+ testResources
+
+
+ ISO-8859-1
+
+
+
+ default-resources
+ process-resources
+
+ resources
+
+
+ ISO-8859-1
+
+
+
+
+ ISO-8859-1
+
+
+
+ maven-compiler-plugin
+ 3.14.0
+
+
+ default-compile
+ compile
+
+ compile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ default-testCompile
+ test-compile
+
+ testCompile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ maven-source-plugin
+ 3.3.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ maven-surefire-plugin
+ 3.5.3
+
+
+ default-test
+ test
+
+ test
+
+
+
+ true
+
+
+
+
+
+
+ true
+
+
+
+
+ maven-checkstyle-plugin
+ 3.6.0
+
+
+ test
+
+ check
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+ maven-javadoc-plugin
+ 3.11.2
+
+
+ attach-javadocs
+
+ jar
+
+
+ 8
+
+
+
+
+ 8
+
+
+
+ org.jacoco
+ jacoco-maven-plugin
+ 0.8.13
+
+
+ jacoco-prepare-agent
+
+ prepare-agent
+
+
+
+ jacoco-report
+ test
+
+ report
+
+
+
+
+
+ maven-clean-plugin
+ 3.2.0
+
+
+ default-clean
+ clean
+
+ clean
+
+
+
+
+
+ maven-jar-plugin
+ 3.4.1
+
+
+ default-jar
+ package
+
+ jar
+
+
+
+
+
+ maven-install-plugin
+ 3.1.2
+
+
+ default-install
+ install
+
+ install
+
+
+
+
+
+ maven-deploy-plugin
+ 3.1.2
+
+
+ default-deploy
+ deploy
+
+ deploy
+
+
+
+
+
+ maven-site-plugin
+ 3.12.1
+
+
+ default-site
+ site
+
+ site
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit5-support\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+ default-deploy
+ site-deploy
+
+ deploy
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit5-support\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit5-support\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\tests\junit5-support\target\site
+
+
+
+
+
+
+
+
+
+ 4.0.0
+
+ tech.ydb
+ ydb-sdk-parent
+ 2.3.30-SNAPSHOT
+ ../../pom.xml
+
+ tech.ydb.auth
+ ydb-oauth2-provider
+ 2.3.30-SNAPSHOT
+ OAuth2 Authentication provider
+ Provider for OAuth2 Token Exchange authentication
+ https://github.com/ydb-platform/ydb-java-sdk/auth-providers/ydb-oauth2-provider
+
+
+ Apache License, Version 2.0
+ https://www.apache.org/licenses/LICENSE-2.0
+
+
+
+
+ Aleksandr Gorshenin
+ alexandr268@ydb.tech
+ YDB
+ https://ydb.tech/
+
+
+
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/auth-providers/ydb-oauth2-provider
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/auth-providers/ydb-oauth2-provider
+ https://github.com/ydb-platform/ydb-java-sdk/auth-providers/ydb-oauth2-provider
+
+
+ 2.8.9
+ 4.13.2
+ 5.9.3
+ 2.17.2
+ 5.11.0
+ UTF-8
+ 1.7.36
+ 1.19.3
+
+
+
+
+ org.slf4j
+ slf4j-api
+ 1.7.36
+
+
+ com.google.code.gson
+ gson
+ 2.8.9
+
+
+ junit
+ junit
+ 4.13.2
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ 5.9.3
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+
+
+ org.mockito
+ mockito-core
+ 5.11.0
+
+
+ org.testcontainers
+ testcontainers
+ 1.19.3
+
+
+ tech.ydb
+ ydb-proto-api
+ 1.7.3
+
+
+ tech.ydb
+ ydb-auth-api
+ 1.0.0
+
+
+ tech.ydb
+ ydb-sdk-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-table
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-scheme
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-topic
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-export
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-coordination
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-query
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-tests-common
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit4-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit5-support
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ ydb-oauth2-provider
+ 2.3.30-SNAPSHOT
+
+
+ tech.ydb.auth
+ yc-auth-provider
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+ tech.ydb.auth
+ yc-auth-provider-shaded
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.30-SNAPSHOT
+ compile
+
+
+ io.jsonwebtoken
+ jjwt-api
+ 0.10.8
+ compile
+
+
+ io.jsonwebtoken
+ jjwt-impl
+ 0.10.8
+ compile
+
+
+ io.jsonwebtoken
+ jjwt-jackson
+ 0.10.8
+ compile
+
+
+ org.apache.httpcomponents
+ httpclient
+ 4.5.14
+ compile
+
+
+ junit
+ junit
+ 4.13.2
+ test
+
+
+ org.mockito
+ mockito-core
+ 5.11.0
+ test
+
+
+ org.mock-server
+ mockserver-netty-no-dependencies
+ 5.15.0
+ test
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+ test
+
+
+ org.bouncycastle
+ bcprov-jdk18on
+ 1.79
+ compile
+
+
+ org.bouncycastle
+ bcpkix-jdk18on
+ 1.79
+ compile
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\auth-providers\oauth2-provider\src\main\java
+ C:\Yandex DataBase\ydb-java-sdk\auth-providers\oauth2-provider\src\main\scripts
+ C:\Yandex DataBase\ydb-java-sdk\auth-providers\oauth2-provider\src\test\java
+ C:\Yandex DataBase\ydb-java-sdk\auth-providers\oauth2-provider\target\classes
+ C:\Yandex DataBase\ydb-java-sdk\auth-providers\oauth2-provider\target\test-classes
+
+
+ C:\Yandex DataBase\ydb-java-sdk\auth-providers\oauth2-provider\src\main\resources
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\auth-providers\oauth2-provider\src\test\resources
+
+
+ C:\Yandex DataBase\ydb-java-sdk\auth-providers\oauth2-provider\target
+ ydb-oauth2-provider-2.3.30-SNAPSHOT
+
+
+
+ maven-antrun-plugin
+ 3.1.0
+
+
+ maven-assembly-plugin
+ 3.7.1
+
+
+ maven-dependency-plugin
+ 3.7.0
+
+
+ maven-release-plugin
+ 3.0.1
+
+
+
+
+
+ maven-dependency-plugin
+ 3.8.1
+
+
+ maven-resources-plugin
+ 3.3.1
+
+
+ default-testResources
+ process-test-resources
+
+ testResources
+
+
+ ISO-8859-1
+
+
+
+ default-resources
+ process-resources
+
+ resources
+
+
+ ISO-8859-1
+
+
+
+
+ ISO-8859-1
+
+
+
+ maven-compiler-plugin
+ 3.14.0
+
+
+ default-compile
+ compile
+
+ compile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ default-testCompile
+ test-compile
+
+ testCompile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ maven-source-plugin
+ 3.3.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ maven-surefire-plugin
+ 3.5.3
+
+
+ default-test
+ test
+
+ test
+
+
+
+ true
+
+
+
+
+
+
+ true
+
+
+
+
+ maven-checkstyle-plugin
+ 3.6.0
+
+
+ test
+
+ check
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+ maven-javadoc-plugin
+ 3.11.2
+
+
+ attach-javadocs
+
+ jar
+
+
+ 8
+
+
+
+
+ 8
+
+
+
+ org.jacoco
+ jacoco-maven-plugin
+ 0.8.13
+
+
+ jacoco-prepare-agent
+
+ prepare-agent
+
+
+
+ jacoco-report
+ test
+
+ report
+
+
+
+
+
+ maven-clean-plugin
+ 3.2.0
+
+
+ default-clean
+ clean
+
+ clean
+
+
+
+
+
+ maven-jar-plugin
+ 3.4.1
+
+
+ default-jar
+ package
+
+ jar
+
+
+
+
+
+ maven-install-plugin
+ 3.1.2
+
+
+ default-install
+ install
+
+ install
+
+
+
+
+
+ maven-deploy-plugin
+ 3.1.2
+
+
+ default-deploy
+ deploy
+
+ deploy
+
+
+
+
+
+ maven-site-plugin
+ 3.12.1
+
+
+ default-site
+ site
+
+ site
+
+
+ C:\Yandex DataBase\ydb-java-sdk\auth-providers\oauth2-provider\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+ default-deploy
+ site-deploy
+
+ deploy
+
+
+ C:\Yandex DataBase\ydb-java-sdk\auth-providers\oauth2-provider\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\auth-providers\oauth2-provider\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\auth-providers\oauth2-provider\target\site
+
+
+
+ jdk8-build
+
+ 1.8
+
+
+ 4.11.0
+
+
+
+ org.mockito
+ mockito-inline
+ 5.11.0
+ test
+
+
+
+
+
+
+
+
+
+
+
+
+ 4.0.0
+
+ tech.ydb
+ ydb-sdk-parent
+ 2.3.29-SNAPSHOT
+
+ tech.ydb.slo
+ ydb-sdk-slo
+ 2.3.29-SNAPSHOT
+ pom
+ YDB SLO Tests
+ Java SDK for YDB
+ https://github.com/ydb-platform/ydb-java-sdk/ydb-sdk-slo
+
+
+ Apache License, Version 2.0
+ https://www.apache.org/licenses/LICENSE-2.0
+
+
+
+
+ Aleksandr Gorshenin
+ alexandr268@ydb.tech
+ YDB
+ https://ydb.tech/
+
+
+
+ simple-jdbc-test
+
+
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/ydb-sdk-slo
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/ydb-sdk-slo
+ https://github.com/ydb-platform/ydb-java-sdk/ydb-sdk-slo
+
+
+ 2.8.9
+ 4.13.2
+ 5.9.3
+ 2.17.2
+ 21
+ 5.11.0
+ UTF-8
+ 1.7.36
+ 1.19.3
+
+
+
+
+ org.slf4j
+ slf4j-api
+ 1.7.36
+
+
+ com.google.code.gson
+ gson
+ 2.8.9
+
+
+ junit
+ junit
+ 4.13.2
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ 5.9.3
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+
+
+ org.mockito
+ mockito-core
+ 5.11.0
+
+
+ org.testcontainers
+ testcontainers
+ 1.19.3
+
+
+ tech.ydb
+ ydb-proto-api
+ 1.7.3
+
+
+ tech.ydb
+ ydb-auth-api
+ 1.0.0
+
+
+ tech.ydb
+ ydb-sdk-common
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-table
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-scheme
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-topic
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-export
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-coordination
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-query
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-tests-common
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit4-support
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit5-support
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb.auth
+ ydb-oauth2-provider
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb.auth
+ yc-auth-provider
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+ tech.ydb.auth
+ yc-auth-provider-shaded
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\slo\src\main\java
+ C:\Yandex DataBase\ydb-java-sdk\slo\src\main\scripts
+ C:\Yandex DataBase\ydb-java-sdk\slo\src\test\java
+ C:\Yandex DataBase\ydb-java-sdk\slo\target\classes
+ C:\Yandex DataBase\ydb-java-sdk\slo\target\test-classes
+
+
+ C:\Yandex DataBase\ydb-java-sdk\slo\src\main\resources
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\slo\src\test\resources
+
+
+ C:\Yandex DataBase\ydb-java-sdk\slo\target
+ ydb-sdk-slo-2.3.29-SNAPSHOT
+
+
+
+ maven-antrun-plugin
+ 3.1.0
+
+
+ maven-assembly-plugin
+ 3.7.1
+
+
+ maven-dependency-plugin
+ 3.7.0
+
+
+ maven-release-plugin
+ 3.0.1
+
+
+
+
+
+ maven-dependency-plugin
+ 3.8.1
+
+
+ maven-resources-plugin
+ 3.3.1
+
+ ISO-8859-1
+
+
+
+ maven-compiler-plugin
+ 3.14.0
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ maven-source-plugin
+ 3.3.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ maven-surefire-plugin
+ 3.5.3
+
+
+ true
+
+
+
+
+ maven-checkstyle-plugin
+ 3.6.0
+
+
+ test
+
+ check
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+ maven-javadoc-plugin
+ 3.11.2
+
+
+ attach-javadocs
+
+ jar
+
+
+ 8
+
+
+
+
+ 8
+
+
+
+ org.jacoco
+ jacoco-maven-plugin
+ 0.8.13
+
+
+ jacoco-prepare-agent
+
+ prepare-agent
+
+
+
+ jacoco-report
+ test
+
+ report
+
+
+
+
+
+ maven-clean-plugin
+ 3.2.0
+
+
+ default-clean
+ clean
+
+ clean
+
+
+
+
+
+ maven-install-plugin
+ 3.1.2
+
+
+ default-install
+ install
+
+ install
+
+
+
+
+
+ maven-deploy-plugin
+ 3.1.2
+
+
+ default-deploy
+ deploy
+
+ deploy
+
+
+
+
+
+ maven-site-plugin
+ 3.12.1
+
+
+ default-site
+ site
+
+ site
+
+
+ C:\Yandex DataBase\ydb-java-sdk\slo\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+ default-deploy
+ site-deploy
+
+ deploy
+
+
+ C:\Yandex DataBase\ydb-java-sdk\slo\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\slo\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\slo\target\site
+
+
+
+
+
+
+
+
+
+ 4.0.0
+
+ tech.ydb.slo
+ ydb-sdk-slo
+ 2.3.29-SNAPSHOT
+
+ tech.ydb.slo
+ simple-jdbc-test
+ 2.3.29-SNAPSHOT
+ Simple JDBC Test
+ Java SDK for YDB
+ https://github.com/ydb-platform/ydb-java-sdk/ydb-sdk-slo/simple-jdbc-test
+
+
+ Apache License, Version 2.0
+ https://www.apache.org/licenses/LICENSE-2.0
+
+
+
+
+ Aleksandr Gorshenin
+ alexandr268@ydb.tech
+ YDB
+ https://ydb.tech/
+
+
+
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/ydb-sdk-slo/simple-jdbc-test
+ scm:git:https://github.com/ydb-platform/ydb-java-sdk.git/ydb-sdk-slo/simple-jdbc-test
+ https://github.com/ydb-platform/ydb-java-sdk/ydb-sdk-slo/simple-jdbc-test
+
+
+ 2.8.9
+ 4.13.2
+ 5.9.3
+ 2.17.2
+ 21
+ 5.11.0
+ UTF-8
+ 1.7.36
+ 3.5.9
+ 1.19.3
+
+
+
+
+ org.slf4j
+ slf4j-api
+ 1.7.36
+
+
+ com.google.code.gson
+ gson
+ 2.8.9
+
+
+ junit
+ junit
+ 4.13.2
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ 5.9.3
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.17.2
+
+
+ org.mockito
+ mockito-core
+ 5.11.0
+
+
+ org.testcontainers
+ testcontainers
+ 1.19.3
+
+
+ org.apache.activemq
+ activemq-console
+ 6.1.8
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.apache.activemq
+ activemq-spring
+ 6.1.8
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.eclipse.angus
+ angus-core
+ 2.0.5
+
+
+ org.eclipse.angus
+ angus-mail
+ 2.0.5
+
+
+ org.eclipse.angus
+ dsn
+ 2.0.5
+
+
+ org.eclipse.angus
+ gimap
+ 2.0.5
+
+
+ org.eclipse.angus
+ imap
+ 2.0.5
+
+
+ org.eclipse.angus
+ jakarta.mail
+ 2.0.5
+
+
+ org.eclipse.angus
+ logging-mailhandler
+ 2.0.5
+
+
+ org.eclipse.angus
+ pop3
+ 2.0.5
+
+
+ org.eclipse.angus
+ smtp
+ 2.0.5
+
+
+ org.aspectj
+ aspectjrt
+ 1.9.25.1
+
+
+ org.aspectj
+ aspectjtools
+ 1.9.25.1
+
+
+ org.aspectj
+ aspectjweaver
+ 1.9.25.1
+
+
+ org.awaitility
+ awaitility
+ 4.2.2
+
+
+ org.awaitility
+ awaitility-groovy
+ 4.2.2
+
+
+ org.awaitility
+ awaitility-kotlin
+ 4.2.2
+
+
+ org.awaitility
+ awaitility-scala
+ 4.2.2
+
+
+ net.bytebuddy
+ byte-buddy
+ 1.17.8
+
+
+ net.bytebuddy
+ byte-buddy-agent
+ 1.17.8
+
+
+ org.cache2k
+ cache2k-api
+ 2.6.1.Final
+
+
+ org.cache2k
+ cache2k-config
+ 2.6.1.Final
+
+
+ org.cache2k
+ cache2k-core
+ 2.6.1.Final
+
+
+ org.cache2k
+ cache2k-jcache
+ 2.6.1.Final
+
+
+ org.cache2k
+ cache2k-micrometer
+ 2.6.1.Final
+
+
+ org.cache2k
+ cache2k-spring
+ 2.6.1.Final
+
+
+ com.github.ben-manes.caffeine
+ caffeine
+ 3.2.3
+
+
+ com.github.ben-manes.caffeine
+ guava
+ 3.2.3
+
+
+ com.github.ben-manes.caffeine
+ jcache
+ 3.2.3
+
+
+ com.github.ben-manes.caffeine
+ simulator
+ 3.2.3
+
+
+ org.apache.cassandra
+ java-driver-core
+ 4.19.2
+
+
+ com.fasterxml
+ classmate
+ 1.7.1
+
+
+ commons-codec
+ commons-codec
+ 1.18.0
+
+
+ org.apache.commons
+ commons-dbcp2
+ 2.13.0
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.apache.commons
+ commons-lang3
+ 3.17.0
+
+
+ commons-pool
+ commons-pool
+ 1.6
+
+
+ org.apache.commons
+ commons-pool2
+ 2.12.1
+
+
+ com.couchbase.client
+ java-client
+ 3.8.3
+
+
+ org.crac
+ crac
+ 1.5.0
+
+
+ com.ibm.db2
+ jcc
+ 12.1.3.0
+
+
+ io.spring.gradle
+ dependency-management-plugin
+ 1.1.7
+
+
+ org.apache.derby
+ derby
+ 10.16.1.1
+
+
+ org.apache.derby
+ derbyclient
+ 10.16.1.1
+
+
+ org.apache.derby
+ derbynet
+ 10.16.1.1
+
+
+ org.apache.derby
+ derbyoptionaltools
+ 10.16.1.1
+
+
+ org.apache.derby
+ derbyshared
+ 10.16.1.1
+
+
+ org.apache.derby
+ derbytools
+ 10.16.1.1
+
+
+ org.ehcache
+ ehcache
+ 3.10.9
+
+
+ org.ehcache
+ ehcache
+ 3.10.9
+ jakarta
+
+
+ org.ehcache
+ ehcache-clustered
+ 3.10.9
+
+
+ org.ehcache
+ ehcache-transactions
+ 3.10.9
+
+
+ org.ehcache
+ ehcache-transactions
+ 3.10.9
+ jakarta
+
+
+ org.elasticsearch.client
+ elasticsearch-rest-client
+ 8.18.8
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.elasticsearch.client
+ elasticsearch-rest-client-sniffer
+ 8.18.8
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ co.elastic.clients
+ elasticsearch-java
+ 8.18.8
+
+
+ org.flywaydb
+ flyway-commandline
+ 11.7.2
+
+
+ org.flywaydb
+ flyway-core
+ 11.7.2
+
+
+ org.flywaydb
+ flyway-database-cassandra
+ 11.7.2
+
+
+ org.flywaydb
+ flyway-database-db2
+ 11.7.2
+
+
+ org.flywaydb
+ flyway-database-derby
+ 11.7.2
+
+
+ org.flywaydb
+ flyway-database-hsqldb
+ 11.7.2
+
+
+ org.flywaydb
+ flyway-database-informix
+ 11.7.2
+
+
+ org.flywaydb
+ flyway-database-mongodb
+ 11.7.2
+
+
+ org.flywaydb
+ flyway-database-oracle
+ 11.7.2
+
+
+ org.flywaydb
+ flyway-database-postgresql
+ 11.7.2
+
+
+ org.flywaydb
+ flyway-database-redshift
+ 11.7.2
+
+
+ org.flywaydb
+ flyway-database-saphana
+ 11.7.2
+
+
+ org.flywaydb
+ flyway-database-snowflake
+ 11.7.2
+
+
+ org.flywaydb
+ flyway-database-sybasease
+ 11.7.2
+
+
+ org.flywaydb
+ flyway-firebird
+ 11.7.2
+
+
+ org.flywaydb
+ flyway-gcp-bigquery
+ 11.7.2
+
+
+ org.flywaydb
+ flyway-gcp-spanner
+ 11.7.2
+
+
+ org.flywaydb
+ flyway-mysql
+ 11.7.2
+
+
+ org.flywaydb
+ flyway-singlestore
+ 11.7.2
+
+
+ org.flywaydb
+ flyway-sqlserver
+ 11.7.2
+
+
+ org.freemarker
+ freemarker
+ 2.3.34
+
+
+ org.glassfish.web
+ jakarta.servlet.jsp.jstl
+ 3.0.1
+
+
+ com.graphql-java
+ graphql-java
+ 24.3
+
+
+ com.h2database
+ h2
+ 2.3.232
+
+
+ org.hamcrest
+ hamcrest
+ 3.0
+
+
+ org.hamcrest
+ hamcrest-core
+ 3.0
+
+
+ org.hamcrest
+ hamcrest-library
+ 3.0
+
+
+ com.hazelcast
+ hazelcast
+ 5.5.0
+
+
+ com.hazelcast
+ hazelcast-spring
+ 5.5.0
+
+
+ org.hibernate.orm
+ hibernate-agroal
+ 6.6.39.Final
+
+
+ org.hibernate.orm
+ hibernate-ant
+ 6.6.39.Final
+
+
+ org.hibernate.orm
+ hibernate-c3p0
+ 6.6.39.Final
+
+
+ org.hibernate.orm
+ hibernate-community-dialects
+ 6.6.39.Final
+
+
+ org.hibernate.orm
+ hibernate-core
+ 6.6.39.Final
+
+
+ org.hibernate.orm
+ hibernate-envers
+ 6.6.39.Final
+
+
+ org.hibernate.orm
+ hibernate-graalvm
+ 6.6.39.Final
+
+
+ org.hibernate.orm
+ hibernate-hikaricp
+ 6.6.39.Final
+
+
+ org.hibernate.orm
+ hibernate-jcache
+ 6.6.39.Final
+
+
+ org.hibernate.orm
+ hibernate-jpamodelgen
+ 6.6.39.Final
+
+
+ org.hibernate.orm
+ hibernate-micrometer
+ 6.6.39.Final
+
+
+ org.hibernate.orm
+ hibernate-proxool
+ 6.6.39.Final
+
+
+ org.hibernate.orm
+ hibernate-spatial
+ 6.6.39.Final
+
+
+ org.hibernate.orm
+ hibernate-testing
+ 6.6.39.Final
+
+
+ org.hibernate.orm
+ hibernate-vibur
+ 6.6.39.Final
+
+
+ org.hibernate.validator
+ hibernate-validator
+ 8.0.3.Final
+
+
+ org.hibernate.validator
+ hibernate-validator-annotation-processor
+ 8.0.3.Final
+
+
+ com.zaxxer
+ HikariCP
+ 6.3.3
+
+
+ org.hsqldb
+ hsqldb
+ 2.7.3
+
+
+ org.htmlunit
+ htmlunit
+ 4.11.1
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.apache.httpcomponents
+ httpasyncclient
+ 4.1.5
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.apache.httpcomponents.client5
+ httpclient5
+ 5.5.1
+
+
+ org.apache.httpcomponents.client5
+ httpclient5-cache
+ 5.5.1
+
+
+ org.apache.httpcomponents.client5
+ httpclient5-fluent
+ 5.5.1
+
+
+ org.apache.httpcomponents
+ httpcore
+ 4.4.16
+
+
+ org.apache.httpcomponents
+ httpcore-nio
+ 4.4.16
+
+
+ org.apache.httpcomponents.core5
+ httpcore5
+ 5.3.6
+
+
+ org.apache.httpcomponents.core5
+ httpcore5-h2
+ 5.3.6
+
+
+ org.apache.httpcomponents.core5
+ httpcore5-reactive
+ 5.3.6
+
+
+ org.influxdb
+ influxdb-java
+ 2.25
+
+
+ jakarta.activation
+ jakarta.activation-api
+ 2.1.4
+
+
+ jakarta.annotation
+ jakarta.annotation-api
+ 2.1.1
+
+
+ jakarta.inject
+ jakarta.inject-api
+ 2.0.1
+
+
+ jakarta.jms
+ jakarta.jms-api
+ 3.1.0
+
+
+ jakarta.json
+ jakarta.json-api
+ 2.1.3
+
+
+ jakarta.json.bind
+ jakarta.json.bind-api
+ 3.0.1
+
+
+ jakarta.mail
+ jakarta.mail-api
+ 2.1.5
+
+
+ jakarta.management.j2ee
+ jakarta.management.j2ee-api
+ 1.1.4
+
+
+ jakarta.persistence
+ jakarta.persistence-api
+ 3.1.0
+
+
+ jakarta.servlet
+ jakarta.servlet-api
+ 6.0.0
+
+
+ jakarta.servlet.jsp.jstl
+ jakarta.servlet.jsp.jstl-api
+ 3.0.2
+
+
+ jakarta.transaction
+ jakarta.transaction-api
+ 2.0.1
+
+
+ jakarta.validation
+ jakarta.validation-api
+ 3.0.2
+
+
+ jakarta.websocket
+ jakarta.websocket-api
+ 2.1.1
+
+
+ jakarta.websocket
+ jakarta.websocket-client-api
+ 2.1.1
+
+
+ jakarta.ws.rs
+ jakarta.ws.rs-api
+ 3.1.0
+
+
+ jakarta.xml.bind
+ jakarta.xml.bind-api
+ 4.0.4
+
+
+ jakarta.xml.soap
+ jakarta.xml.soap-api
+ 3.0.2
+
+
+ jakarta.xml.ws
+ jakarta.xml.ws-api
+ 4.0.2
+
+
+ org.codehaus.janino
+ commons-compiler
+ 3.1.12
+
+
+ org.codehaus.janino
+ commons-compiler-jdk
+ 3.1.12
+
+
+ org.codehaus.janino
+ janino
+ 3.1.12
+
+
+ javax.cache
+ cache-api
+ 1.1.1
+
+
+ javax.money
+ money-api
+ 1.1
+
+
+ jaxen
+ jaxen
+ 2.0.0
+
+
+ org.firebirdsql.jdbc
+ jaybird
+ 6.0.3
+
+
+ org.jboss.logging
+ jboss-logging
+ 3.6.1.Final
+
+
+ org.jdom
+ jdom2
+ 2.0.6.1
+
+
+ redis.clients
+ jedis
+ 6.0.0
+
+
+ org.eclipse.jetty
+ jetty-reactive-httpclient
+ 4.0.13
+
+
+ com.samskivert
+ jmustache
+ 1.16
+
+
+ org.jooq
+ jooq
+ 3.19.29
+
+
+ org.jooq
+ jooq-codegen
+ 3.19.29
+
+
+ org.jooq
+ jooq-kotlin
+ 3.19.29
+
+
+ org.jooq
+ jooq-meta
+ 3.19.29
+
+
+ com.jayway.jsonpath
+ json-path
+ 2.9.0
+
+
+ com.jayway.jsonpath
+ json-path-assert
+ 2.9.0
+
+
+ net.minidev
+ json-smart
+ 2.5.2
+
+
+ org.skyscreamer
+ jsonassert
+ 1.5.3
+
+
+ net.sourceforge.jtds
+ jtds
+ 1.3.1
+
+
+ org.apache.kafka
+ connect
+ 3.9.1
+
+
+ org.apache.kafka
+ connect-api
+ 3.9.1
+
+
+ org.apache.kafka
+ connect-basic-auth-extension
+ 3.9.1
+
+
+ org.apache.kafka
+ connect-file
+ 3.9.1
+
+
+ org.apache.kafka
+ connect-json
+ 3.9.1
+
+
+ org.apache.kafka
+ connect-mirror
+ 3.9.1
+
+
+ org.apache.kafka
+ connect-mirror-client
+ 3.9.1
+
+
+ org.apache.kafka
+ connect-runtime
+ 3.9.1
+
+
+ org.apache.kafka
+ connect-transforms
+ 3.9.1
+
+
+ org.apache.kafka
+ generator
+ 3.9.1
+
+
+ org.apache.kafka
+ kafka-clients
+ 3.9.1
+
+
+ org.apache.kafka
+ kafka-clients
+ 3.9.1
+ test
+
+
+ org.apache.kafka
+ kafka-log4j-appender
+ 3.9.1
+
+
+ org.apache.kafka
+ kafka-metadata
+ 3.9.1
+
+
+ org.apache.kafka
+ kafka-raft
+ 3.9.1
+
+
+ org.apache.kafka
+ kafka-server
+ 3.9.1
+
+
+ org.apache.kafka
+ kafka-server-common
+ 3.9.1
+
+
+ org.apache.kafka
+ kafka-server-common
+ 3.9.1
+ test
+
+
+ org.apache.kafka
+ kafka-shell
+ 3.9.1
+
+
+ org.apache.kafka
+ kafka-storage
+ 3.9.1
+
+
+ org.apache.kafka
+ kafka-storage-api
+ 3.9.1
+
+
+ org.apache.kafka
+ kafka-streams
+ 3.9.1
+
+
+ org.apache.kafka
+ kafka-streams-scala_2.12
+ 3.9.1
+
+
+ org.apache.kafka
+ kafka-streams-scala_2.13
+ 3.9.1
+
+
+ org.apache.kafka
+ kafka-streams-test-utils
+ 3.9.1
+
+
+ org.apache.kafka
+ kafka-tools
+ 3.9.1
+
+
+ org.apache.kafka
+ kafka_2.12
+ 3.9.1
+
+
+ org.apache.kafka
+ kafka_2.12
+ 3.9.1
+ test
+
+
+ org.apache.kafka
+ kafka_2.13
+ 3.9.1
+
+
+ org.apache.kafka
+ kafka_2.13
+ 3.9.1
+ test
+
+
+ org.apache.kafka
+ trogdor
+ 3.9.1
+
+
+ io.lettuce
+ lettuce-core
+ 6.6.0.RELEASE
+
+
+ org.liquibase
+ liquibase-cdi
+ 4.31.1
+
+
+ org.liquibase
+ liquibase-core
+ 4.31.1
+
+
+ ch.qos.logback
+ logback-classic
+ 1.5.22
+
+
+ ch.qos.logback
+ logback-core
+ 1.5.22
+
+
+ org.projectlombok
+ lombok
+ 1.18.42
+
+
+ org.mariadb.jdbc
+ mariadb-java-client
+ 3.5.7
+
+
+ io.micrometer
+ micrometer-registry-stackdriver
+ 1.15.7
+
+
+ javax.annotation
+ javax.annotation-api
+
+
+
+
+ com.microsoft.sqlserver
+ mssql-jdbc
+ 12.10.2.jre11
+
+
+ com.mysql
+ mysql-connector-j
+ 9.5.0
+
+
+ com.google.protobuf
+ protobuf-java
+
+
+
+
+ net.sourceforge.nekohtml
+ nekohtml
+ 1.9.22
+
+
+ org.neo4j.driver
+ neo4j-java-driver
+ 5.28.10
+
+
+ com.oracle.database.ha
+ ons
+ 23.7.0.25.01
+
+
+ com.oracle.database.ha
+ simplefan
+ 23.7.0.25.01
+
+
+ com.oracle.database.jdbc
+ ojdbc11
+ 23.7.0.25.01
+
+
+ com.oracle.database.jdbc
+ ojdbc11-production
+ 23.7.0.25.01
+
+
+ com.oracle.database.jdbc
+ ojdbc17
+ 23.7.0.25.01
+
+
+ com.oracle.database.jdbc
+ ojdbc17-production
+ 23.7.0.25.01
+
+
+ com.oracle.database.jdbc
+ ojdbc8
+ 23.7.0.25.01
+
+
+ com.oracle.database.jdbc
+ ojdbc8-production
+ 23.7.0.25.01
+
+
+ com.oracle.database.jdbc
+ rsi
+ 23.7.0.25.01
+
+
+ com.oracle.database.jdbc
+ ucp
+ 23.7.0.25.01
+
+
+ com.oracle.database.jdbc
+ ucp11
+ 23.7.0.25.01
+
+
+ com.oracle.database.jdbc
+ ucp17
+ 23.7.0.25.01
+
+
+ com.oracle.database.nls
+ orai18n
+ 23.7.0.25.01
+
+
+ com.oracle.database.security
+ oraclepki
+ 23.7.0.25.01
+
+
+ com.oracle.database.xml
+ xdb
+ 23.7.0.25.01
+
+
+ com.oracle.database.xml
+ xmlparserv2
+ 23.7.0.25.01
+
+
+ com.oracle.database.r2dbc
+ oracle-r2dbc
+ 1.3.0
+
+
+ org.messaginghub
+ pooled-jms
+ 3.1.8
+
+
+ org.postgresql
+ postgresql
+ 42.7.8
+
+
+ org.quartz-scheduler
+ quartz
+ 2.5.2
+
+
+ org.quartz-scheduler
+ quartz-jobs
+ 2.5.2
+
+
+ io.r2dbc
+ r2dbc-h2
+ 1.0.1.RELEASE
+
+
+ org.mariadb
+ r2dbc-mariadb
+ 1.3.0
+
+
+ io.r2dbc
+ r2dbc-mssql
+ 1.0.3.RELEASE
+
+
+ io.asyncer
+ r2dbc-mysql
+ 1.4.1
+
+
+ io.r2dbc
+ r2dbc-pool
+ 1.0.2.RELEASE
+
+
+ org.postgresql
+ r2dbc-postgresql
+ 1.0.9.RELEASE
+
+
+ io.r2dbc
+ r2dbc-proxy
+ 1.1.6.RELEASE
+
+
+ io.r2dbc
+ r2dbc-spi
+ 1.0.0.RELEASE
+
+
+ com.rabbitmq
+ amqp-client
+ 5.25.0
+
+
+ com.rabbitmq
+ stream-client
+ 0.23.0
+
+
+ org.reactivestreams
+ reactive-streams
+ 1.0.4
+
+
+ io.reactivex.rxjava3
+ rxjava
+ 3.1.12
+
+
+ org.springframework.boot
+ spring-boot
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-actuator
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-actuator-autoconfigure
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-autoconfigure
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-autoconfigure-processor
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-buildpack-platform
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-configuration-metadata
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-configuration-processor
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-devtools
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-docker-compose
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-jarmode-tools
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-loader
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-loader-classic
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-loader-tools
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-properties-migrator
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-activemq
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-actuator
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-amqp
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-aop
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-artemis
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-batch
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-cache
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-data-cassandra
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-data-cassandra-reactive
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-data-couchbase
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-data-couchbase-reactive
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-data-elasticsearch
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-data-jdbc
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-data-jpa
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-data-ldap
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-data-mongodb
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-data-mongodb-reactive
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-data-neo4j
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-data-r2dbc
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-data-redis
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-data-redis-reactive
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-data-rest
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-freemarker
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-graphql
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-groovy-templates
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-hateoas
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-integration
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-jdbc
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-jersey
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-jetty
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-jooq
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-json
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-log4j2
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-logging
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-mail
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-mustache
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-oauth2-authorization-server
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-oauth2-client
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-oauth2-resource-server
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-pulsar
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-pulsar-reactive
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-quartz
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-reactor-netty
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-rsocket
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-security
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-thymeleaf
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-tomcat
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-undertow
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-validation
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-web-services
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-webflux
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-starter-websocket
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-test
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-test-autoconfigure
+ 3.5.9
+
+
+ org.springframework.boot
+ spring-boot-testcontainers
+ 3.5.9
+
+
+ com.sun.xml.messaging.saaj
+ saaj-impl
+ 3.0.4
+
+
+ org.seleniumhq.selenium
+ htmlunit3-driver
+ 4.30.0
+
+
+ com.sendgrid
+ sendgrid-java
+ 4.10.3
+
+
+ org.slf4j
+ jcl-over-slf4j
+ 2.0.17
+
+
+ org.slf4j
+ jul-to-slf4j
+ 2.0.17
+
+
+ org.slf4j
+ log4j-over-slf4j
+ 2.0.17
+
+
+ org.slf4j
+ slf4j-ext
+ 2.0.17
+
+
+ org.slf4j
+ slf4j-jdk-platform-logging
+ 2.0.17
+
+
+ org.slf4j
+ slf4j-jdk14
+ 2.0.17
+
+
+ org.slf4j
+ slf4j-log4j12
+ 2.0.17
+
+
+ org.slf4j
+ slf4j-nop
+ 2.0.17
+
+
+ org.slf4j
+ slf4j-reload4j
+ 2.0.17
+
+
+ org.slf4j
+ slf4j-simple
+ 2.0.17
+
+
+ org.yaml
+ snakeyaml
+ 2.4
+
+
+ org.springframework.security
+ spring-security-oauth2-authorization-server
+ 1.5.5
+
+
+ org.springframework.graphql
+ spring-graphql
+ 1.4.4
+
+
+ org.springframework.graphql
+ spring-graphql-test
+ 1.4.4
+
+
+ org.springframework.hateoas
+ spring-hateoas
+ 2.5.1
+
+
+ org.springframework.kafka
+ spring-kafka
+ 3.3.11
+
+
+ org.springframework.kafka
+ spring-kafka-test
+ 3.3.11
+
+
+ org.springframework.ldap
+ spring-ldap-core
+ 3.3.5
+
+
+ org.springframework.ldap
+ spring-ldap-ldif-core
+ 3.3.5
+
+
+ org.springframework.ldap
+ spring-ldap-odm
+ 3.3.5
+
+
+ org.springframework.ldap
+ spring-ldap-test
+ 3.3.5
+
+
+ org.springframework.retry
+ spring-retry
+ 2.0.12
+
+
+ org.xerial
+ sqlite-jdbc
+ 3.49.1.0
+
+
+ com.redis
+ testcontainers-redis
+ 2.2.4
+
+
+ org.thymeleaf
+ thymeleaf
+ 3.1.3.RELEASE
+
+
+ org.thymeleaf
+ thymeleaf-spring6
+ 3.1.3.RELEASE
+
+
+ com.github.mxab.thymeleaf.extras
+ thymeleaf-extras-data-attribute
+ 2.0.1
+
+
+ org.thymeleaf.extras
+ thymeleaf-extras-springsecurity6
+ 3.1.3.RELEASE
+
+
+ nz.net.ultraq.thymeleaf
+ thymeleaf-layout-dialect
+ 3.4.0
+
+
+ org.apache.tomcat
+ tomcat-annotations-api
+ 10.1.50
+
+
+ org.apache.tomcat
+ tomcat-jdbc
+ 10.1.50
+
+
+ org.apache.tomcat
+ tomcat-jsp-api
+ 10.1.50
+
+
+ org.apache.tomcat.embed
+ tomcat-embed-core
+ 10.1.50
+
+
+ org.apache.tomcat.embed
+ tomcat-embed-el
+ 10.1.50
+
+
+ org.apache.tomcat.embed
+ tomcat-embed-jasper
+ 10.1.50
+
+
+ org.apache.tomcat.embed
+ tomcat-embed-websocket
+ 10.1.50
+
+
+ com.unboundid
+ unboundid-ldapsdk
+ 7.0.4
+
+
+ io.undertow
+ undertow-core
+ 2.3.20.Final
+
+
+ io.undertow
+ undertow-servlet
+ 2.3.20.Final
+
+
+ io.undertow
+ undertow-websockets-jsr
+ 2.3.20.Final
+
+
+ org.vibur
+ vibur-dbcp
+ 26.0
+
+
+ org.vibur
+ vibur-object-pool
+ 26.0
+
+
+ org.webjars
+ webjars-locator-core
+ 0.59
+
+
+ org.webjars
+ webjars-locator-lite
+ 1.1.2
+
+
+ wsdl4j
+ wsdl4j
+ 1.6.3
+
+
+ org.xmlunit
+ xmlunit-assertj
+ 2.10.4
+
+
+ org.xmlunit
+ xmlunit-assertj3
+ 2.10.4
+
+
+ org.xmlunit
+ xmlunit-core
+ 2.10.4
+
+
+ org.xmlunit
+ xmlunit-jakarta-jaxb-impl
+ 2.10.4
+
+
+ org.xmlunit
+ xmlunit-legacy
+ 2.10.4
+
+
+ org.xmlunit
+ xmlunit-matchers
+ 2.10.4
+
+
+ org.xmlunit
+ xmlunit-placeholders
+ 2.10.4
+
+
+ org.eclipse
+ yasson
+ 3.0.4
+
+
+ org.apache.activemq
+ activemq-all
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-amqp
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-blueprint
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-broker
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-client
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-http
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-jaas
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-jdbc-store
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-kahadb-store
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-karaf
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-jms-pool
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-log4j-appender
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-mqtt
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-pool
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-openwire-generator
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-openwire-legacy
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-osgi
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-ra
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-rar
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-run
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-runtime-config
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-shiro
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-stomp
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-web
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-web-console
+ 6.1.8
+
+
+ org.apache.activemq
+ activemq-web-demo
+ 6.1.8
+
+
+ org.apache.activemq
+ artemis-amqp-protocol
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-boot
+ 2.40.0
+
+
+ org.apache.activemq
+ activemq-branding
+ 2.40.0
+ war
+
+
+ org.apache.activemq
+ artemis-cdi-client
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-cli
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-commons
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-console
+ 2.40.0
+ war
+
+
+ org.apache.activemq
+ artemis-core-client
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-core-client-all
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-core-client-osgi
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-dto
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-features
+ 2.40.0
+ xml
+ features
+
+
+ org.apache.activemq
+ artemis-hornetq-protocol
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-hqclient-protocol
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-jakarta-cdi-client
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-jakarta-client
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-jakarta-client-all
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-jakarta-openwire-protocol
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-jakarta-ra
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-jakarta-server
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-jakarta-service-extensions
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-jdbc-store
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-jms-client
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-jms-client-all
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-jms-client-osgi
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-jms-server
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-journal
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-mqtt-protocol
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-openwire-protocol
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-lockmanager-api
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-lockmanager-ri
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-ra
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-selector
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-server
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-server-osgi
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-service-extensions
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-stomp-protocol
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-web
+ 2.40.0
+
+
+ org.apache.activemq
+ artemis-website
+ 2.40.0
+
+
+ org.apache.maven.plugin-tools
+ maven-plugin-annotations
+ 3.13.1
+
+
+ org.assertj
+ assertj-core
+ 3.27.6
+
+
+ org.assertj
+ assertj-guava
+ 3.27.6
+
+
+ io.zipkin.reporter2
+ zipkin-reporter
+ 3.5.1
+
+
+ io.zipkin.reporter2
+ zipkin-sender-okhttp3
+ 3.5.1
+
+
+ io.zipkin.reporter2
+ zipkin-sender-libthrift
+ 3.5.1
+
+
+ io.zipkin.reporter2
+ zipkin-sender-urlconnection
+ 3.5.1
+
+
+ io.zipkin.reporter2
+ zipkin-sender-kafka
+ 3.5.1
+
+
+ io.zipkin.reporter2
+ zipkin-sender-amqp-client
+ 3.5.1
+
+
+ io.zipkin.reporter2
+ zipkin-sender-activemq-client
+ 3.5.1
+
+
+ io.zipkin.reporter2
+ zipkin-reporter-spring-beans
+ 3.5.1
+
+
+ io.zipkin.reporter2
+ zipkin-reporter-brave
+ 3.5.1
+
+
+ io.zipkin.reporter2
+ zipkin-reporter-metrics-micrometer
+ 3.5.1
+
+
+ io.zipkin.reporter2
+ zipkin-sender-pulsar-client
+ 3.5.1
+
+
+ io.zipkin.brave
+ brave
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-tests
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-context-jfr
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-context-log4j2
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-context-log4j12
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-context-slf4j
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-dubbo
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-grpc
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-http
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-http-tests
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-http-tests-jakarta
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-httpasyncclient
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-httpclient
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-httpclient5
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-jakarta-jms
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-jaxrs2
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-jersey-server
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-jms
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-jms-jakarta
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-kafka-clients
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-kafka-streams
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-messaging
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-mongodb
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-mysql
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-mysql6
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-mysql8
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-netty-codec-http
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-okhttp3
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-rpc
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-servlet
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-servlet-jakarta
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-spring-rabbit
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-spring-web
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-spring-webmvc
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-vertx-web
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-spring-beans
+ 6.1.0
+
+
+ io.zipkin.brave
+ brave-instrumentation-rocketmq-client
+ 6.1.0
+
+
+ org.apache.cassandra
+ java-driver-core-shaded
+ 4.19.2
+
+
+ org.apache.cassandra
+ java-driver-mapper-processor
+ 4.19.2
+
+
+ org.apache.cassandra
+ java-driver-mapper-runtime
+ 4.19.2
+
+
+ org.apache.cassandra
+ java-driver-query-builder
+ 4.19.2
+
+
+ org.apache.cassandra
+ java-driver-guava-shaded
+ 4.19.2
+
+
+ org.apache.cassandra
+ java-driver-test-infra
+ 4.19.2
+
+
+ org.apache.cassandra
+ java-driver-metrics-micrometer
+ 4.19.2
+
+
+ org.apache.cassandra
+ java-driver-metrics-microprofile
+ 4.19.2
+
+
+ com.datastax.oss
+ native-protocol
+ 1.5.2
+
+
+ org.glassfish.jaxb
+ jaxb-runtime
+ 4.0.6
+ sources
+
+
+ org.glassfish.jaxb
+ jaxb-core
+ 4.0.6
+ sources
+
+
+ org.glassfish.jaxb
+ jaxb-xjc
+ 4.0.6
+ sources
+
+
+ org.glassfish.jaxb
+ jaxb-jxc
+ 4.0.6
+ sources
+
+
+ org.glassfish.jaxb
+ codemodel
+ 4.0.6
+ sources
+
+
+ org.glassfish.jaxb
+ txw2
+ 4.0.6
+ sources
+
+
+ org.glassfish.jaxb
+ xsom
+ 4.0.6
+ sources
+
+
+ com.sun.xml.bind
+ jaxb-impl
+ 4.0.6
+ sources
+
+
+ com.sun.xml.bind
+ jaxb-core
+ 4.0.6
+ sources
+
+
+ com.sun.xml.bind
+ jaxb-xjc
+ 4.0.6
+ sources
+
+
+ com.sun.xml.bind
+ jaxb-jxc
+ 4.0.6
+ sources
+
+
+ jakarta.xml.bind
+ jakarta.xml.bind-api
+ 4.0.4
+ sources
+
+
+ org.jvnet.staxex
+ stax-ex
+ 2.1.0
+ sources
+
+
+ com.sun.xml.fastinfoset
+ FastInfoset
+ 2.1.1
+ sources
+
+
+ org.glassfish.jaxb
+ jaxb-runtime
+ 4.0.6
+
+
+ org.glassfish.jaxb
+ jaxb-core
+ 4.0.6
+
+
+ org.glassfish.jaxb
+ jaxb-xjc
+ 4.0.6
+
+
+ org.glassfish.jaxb
+ jaxb-jxc
+ 4.0.6
+
+
+ org.glassfish.jaxb
+ codemodel
+ 4.0.6
+
+
+ org.glassfish.jaxb
+ txw2
+ 4.0.6
+
+
+ org.glassfish.jaxb
+ xsom
+ 4.0.6
+
+
+ com.sun.xml.bind
+ jaxb-impl
+ 4.0.6
+
+
+ com.sun.xml.bind
+ jaxb-core
+ 4.0.6
+
+
+ com.sun.xml.bind
+ jaxb-xjc
+ 4.0.6
+
+
+ com.sun.xml.bind
+ jaxb-jxc
+ 4.0.6
+
+
+ com.sun.xml.bind
+ jaxb-osgi
+ 4.0.6
+
+
+ com.sun.istack
+ istack-commons-runtime
+ 4.1.2
+
+
+ com.sun.xml.fastinfoset
+ FastInfoset
+ 2.1.1
+
+
+ org.jvnet.staxex
+ stax-ex
+ 2.1.0
+
+
+ org.eclipse.angus
+ angus-activation
+ 2.0.3
+
+
+ org.apache.groovy
+ groovy
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-ant
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-astbuilder
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-cli-commons
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-cli-picocli
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-console
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-contracts
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-datetime
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-dateutil
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-docgenerator
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-ginq
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-groovydoc
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-groovysh
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-jmx
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-json
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-jsr223
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-macro
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-macro-library
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-nio
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-servlet
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-sql
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-swing
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-templates
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-test
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-test-junit5
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-testng
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-toml
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-typecheckers
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-xml
+ 4.0.29
+
+
+ org.apache.groovy
+ groovy-yaml
+ 4.0.29
+
+
+ org.infinispan
+ infinispan-api
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-cachestore-jdbc
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-cachestore-jdbc-common
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-cachestore-sql
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-cachestore-remote
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-cachestore-rocksdb
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-cdi-common
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-cdi-embedded
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-cdi-remote
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-checkstyle
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-cli-client
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-client-hotrod
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-client-hotrod-legacy
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-client-rest
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-key-value-store-client
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-clustered-counter
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-clustered-lock
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-commons
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-commons-spi
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-commons-test
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-component-annotations
+ 15.2.6.Final
+ provided
+
+
+ org.infinispan
+ infinispan-component-processor
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-core
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-jboss-marshalling
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-hibernate-cache-commons
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-counter-api
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-hibernate-cache-spi
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-hibernate-cache-v62
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-jcache-commons
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-jcache
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-jcache-remote
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-console
+ 15.2.1.Final
+
+
+ org.infinispan
+ infinispan-logging-annotations
+ 15.2.6.Final
+ provided
+
+
+ org.infinispan
+ infinispan-logging-processor
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-multimap
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-objectfilter
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-query-core
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-query
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-query-dsl
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-remote-query-client
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-remote-query-server
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-scripting
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-server-core
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-server-hotrod
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-server-memcached
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-server-resp
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-server-rest
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-server-router
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-server-runtime
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-server-runtime
+ 15.2.6.Final
+ loader
+
+
+ org.infinispan
+ infinispan-server-testdriver-core
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-server-testdriver-junit4
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-server-testdriver-junit5
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-spring6-common
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-spring6-embedded
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-spring6-remote
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-spring-boot3-starter-embedded
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-spring-boot3-starter-remote
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-tasks
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-tasks-api
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-tools
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-anchored-keys
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-commons-graalvm
+ 15.2.6.Final
+
+
+ org.infinispan
+ infinispan-core-graalvm
+ 15.2.6.Final
+
+
+ org.infinispan.protostream
+ protostream
+ 5.0.13.Final
+
+
+ org.infinispan.protostream
+ protostream-types
+ 5.0.13.Final
+
+
+ org.infinispan.protostream
+ protostream-processor
+ 5.0.13.Final
+ provided
+
+
+ com.fasterxml.jackson.core
+ jackson-annotations
+ 2.19.4
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.19.4
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+ 2.19.4
+
+
+ com.fasterxml.jackson.dataformat
+ jackson-dataformat-avro
+ 2.19.4
+
+
+ com.fasterxml.jackson.dataformat
+ jackson-dataformat-cbor
+ 2.19.4
+
+
+ com.fasterxml.jackson.dataformat
+ jackson-dataformat-csv
+ 2.19.4
+
+
+ com.fasterxml.jackson.dataformat
+ jackson-dataformat-ion
+ 2.19.4
+
+
+ com.fasterxml.jackson.dataformat
+ jackson-dataformat-properties
+ 2.19.4
+
+
+ com.fasterxml.jackson.dataformat
+ jackson-dataformat-protobuf
+ 2.19.4
+
+
+ com.fasterxml.jackson.dataformat
+ jackson-dataformat-smile
+ 2.19.4
+
+
+ com.fasterxml.jackson.dataformat
+ jackson-dataformat-toml
+ 2.19.4
+
+
+ com.fasterxml.jackson.dataformat
+ jackson-dataformat-xml
+ 2.19.4
+
+
+ com.fasterxml.jackson.dataformat
+ jackson-dataformat-yaml
+ 2.19.4
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-eclipse-collections
+ 2.19.4
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-guava
+ 2.19.4
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-hibernate4
+ 2.19.4
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-hibernate5
+ 2.19.4
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-hibernate5-jakarta
+ 2.19.4
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-hibernate6
+ 2.19.4
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-hppc
+ 2.19.4
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-jakarta-jsonp
+ 2.19.4
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-jaxrs
+ 2.19.4
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-javax-money
+ 2.19.4
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-jdk8
+ 2.19.4
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-joda
+ 2.19.4
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-joda-money
+ 2.19.4
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-json-org
+ 2.19.4
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-jsr310
+ 2.19.4
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-jsr353
+ 2.19.4
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-moneta
+ 2.19.4
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-pcollections
+ 2.19.4
+
+
+ com.fasterxml.jackson.jaxrs
+ jackson-jaxrs-base
+ 2.19.4
+
+
+ com.fasterxml.jackson.jaxrs
+ jackson-jaxrs-cbor-provider
+ 2.19.4
+
+
+ com.fasterxml.jackson.jaxrs
+ jackson-jaxrs-json-provider
+ 2.19.4
+
+
+ com.fasterxml.jackson.jaxrs
+ jackson-jaxrs-smile-provider
+ 2.19.4
+
+
+ com.fasterxml.jackson.jaxrs
+ jackson-jaxrs-xml-provider
+ 2.19.4
+
+
+ com.fasterxml.jackson.jaxrs
+ jackson-jaxrs-yaml-provider
+ 2.19.4
+
+
+ com.fasterxml.jackson.jakarta.rs
+ jackson-jakarta-rs-base
+ 2.19.4
+
+
+ com.fasterxml.jackson.jakarta.rs
+ jackson-jakarta-rs-cbor-provider
+ 2.19.4
+
+
+ com.fasterxml.jackson.jakarta.rs
+ jackson-jakarta-rs-json-provider
+ 2.19.4
+
+
+ com.fasterxml.jackson.jakarta.rs
+ jackson-jakarta-rs-smile-provider
+ 2.19.4
+
+
+ com.fasterxml.jackson.jakarta.rs
+ jackson-jakarta-rs-xml-provider
+ 2.19.4
+
+
+ com.fasterxml.jackson.jakarta.rs
+ jackson-jakarta-rs-yaml-provider
+ 2.19.4
+
+
+ com.fasterxml.jackson.jr
+ jackson-jr-all
+ 2.19.4
+
+
+ com.fasterxml.jackson.jr
+ jackson-jr-annotation-support
+ 2.19.4
+
+
+ com.fasterxml.jackson.jr
+ jackson-jr-extension-javatime
+ 2.19.4
+
+
+ com.fasterxml.jackson.jr
+ jackson-jr-objects
+ 2.19.4
+
+
+ com.fasterxml.jackson.jr
+ jackson-jr-retrofit2
+ 2.19.4
+
+
+ com.fasterxml.jackson.jr
+ jackson-jr-stree
+ 2.19.4
+
+
+ com.fasterxml.jackson.module
+ jackson-module-afterburner
+ 2.19.4
+
+
+ com.fasterxml.jackson.module
+ jackson-module-android-record
+ 2.19.4
+
+
+ com.fasterxml.jackson.module
+ jackson-module-blackbird
+ 2.19.4
+
+
+ com.fasterxml.jackson.module
+ jackson-module-guice
+ 2.19.4
+
+
+ com.fasterxml.jackson.module
+ jackson-module-guice7
+ 2.19.4
+
+
+ com.fasterxml.jackson.module
+ jackson-module-jaxb-annotations
+ 2.19.4
+
+
+ com.fasterxml.jackson.module
+ jackson-module-jakarta-xmlbind-annotations
+ 2.19.4
+
+
+ com.fasterxml.jackson.module
+ jackson-module-jsonSchema
+ 2.19.4
+
+
+ com.fasterxml.jackson.module
+ jackson-module-jsonSchema-jakarta
+ 2.19.4
+
+
+ com.fasterxml.jackson.module
+ jackson-module-kotlin
+ 2.19.4
+
+
+ com.fasterxml.jackson.module
+ jackson-module-mrbean
+ 2.19.4
+
+
+ com.fasterxml.jackson.module
+ jackson-module-no-ctor-deser
+ 2.19.4
+
+
+ com.fasterxml.jackson.module
+ jackson-module-osgi
+ 2.19.4
+
+
+ com.fasterxml.jackson.module
+ jackson-module-parameter-names
+ 2.19.4
+
+
+ com.fasterxml.jackson.module
+ jackson-module-paranamer
+ 2.19.4
+
+
+ com.fasterxml.jackson.module
+ jackson-module-scala_2.11
+ 2.19.4
+
+
+ com.fasterxml.jackson.module
+ jackson-module-scala_2.12
+ 2.19.4
+
+
+ com.fasterxml.jackson.module
+ jackson-module-scala_2.13
+ 2.19.4
+
+
+ com.fasterxml.jackson.module
+ jackson-module-scala_3
+ 2.19.4
+
+
+ org.glassfish.jersey.core
+ jersey-common
+ 3.1.11
+
+
+ org.glassfish.jersey.core
+ jersey-client
+ 3.1.11
+
+
+ org.glassfish.jersey.core
+ jersey-server
+ 3.1.11
+
+
+ org.glassfish.jersey.bundles
+ jaxrs-ri
+ 3.1.11
+
+
+ org.glassfish.jersey.connectors
+ jersey-apache-connector
+ 3.1.11
+
+
+ org.glassfish.jersey.connectors
+ jersey-apache5-connector
+ 3.1.11
+
+
+ org.glassfish.jersey.connectors
+ jersey-helidon-connector
+ 3.1.11
+
+
+ org.glassfish.jersey.connectors
+ jersey-grizzly-connector
+ 3.1.11
+
+
+ org.glassfish.jersey.connectors
+ jersey-jnh-connector
+ 3.1.11
+
+
+ org.glassfish.jersey.connectors
+ jersey-jetty-connector
+ 3.1.11
+
+
+ org.glassfish.jersey.connectors
+ jersey-jetty11-connector
+ 3.1.11
+
+
+ org.glassfish.jersey.connectors
+ jersey-jetty-http2-connector
+ 3.1.11
+
+
+ org.glassfish.jersey.connectors
+ jersey-jdk-connector
+ 3.1.11
+
+
+ org.glassfish.jersey.connectors
+ jersey-netty-connector
+ 3.1.11
+
+
+ org.glassfish.jersey.containers
+ jersey-container-jetty-http
+ 3.1.11
+
+
+ org.glassfish.jersey.containers
+ jersey-container-jetty11-http
+ 3.1.11
+
+
+ org.glassfish.jersey.containers
+ jersey-container-jetty-http2
+ 3.1.11
+
+
+ org.glassfish.jersey.containers
+ jersey-container-grizzly2-http
+ 3.1.11
+
+
+ org.glassfish.jersey.containers
+ jersey-container-grizzly2-servlet
+ 3.1.11
+
+
+ org.glassfish.jersey.containers
+ jersey-container-jetty-servlet
+ 3.1.11
+
+
+ org.glassfish.jersey.containers
+ jersey-container-jdk-http
+ 3.1.11
+
+
+ org.glassfish.jersey.containers
+ jersey-container-netty-http
+ 3.1.11
+
+
+ org.glassfish.jersey.containers
+ jersey-container-servlet
+ 3.1.11
+
+
+ org.glassfish.jersey.containers
+ jersey-container-servlet-core
+ 3.1.11
+
+
+ org.glassfish.jersey.containers
+ jersey-container-simple-http
+ 3.1.11
+
+
+ org.glassfish.jersey.containers.glassfish
+ jersey-gf-ejb
+ 3.1.11
+
+
+ org.glassfish.jersey.ext
+ jersey-bean-validation
+ 3.1.11
+
+
+ org.glassfish.jersey.ext
+ jersey-entity-filtering
+ 3.1.11
+
+
+ org.glassfish.jersey.ext
+ jersey-micrometer
+ 3.1.11
+
+
+ org.glassfish.jersey.ext
+ jersey-metainf-services
+ 3.1.11
+
+
+ org.glassfish.jersey.ext.microprofile
+ jersey-mp-config
+ 3.1.11
+
+
+ org.glassfish.jersey.ext
+ jersey-mvc
+ 3.1.11
+
+
+ org.glassfish.jersey.ext
+ jersey-mvc-bean-validation
+ 3.1.11
+
+
+ org.glassfish.jersey.ext
+ jersey-mvc-freemarker
+ 3.1.11
+
+
+ org.glassfish.jersey.ext
+ jersey-mvc-jsp
+ 3.1.11
+
+
+ org.glassfish.jersey.ext
+ jersey-mvc-mustache
+ 3.1.11
+
+
+ org.glassfish.jersey.ext
+ jersey-proxy-client
+ 3.1.11
+
+
+ org.glassfish.jersey.ext
+ jersey-spring6
+ 3.1.11
+
+
+ org.glassfish.jersey.ext
+ jersey-declarative-linking
+ 3.1.11
+
+
+ org.glassfish.jersey.ext
+ jersey-wadl-doclet
+ 3.1.11
+
+
+ org.glassfish.jersey.ext.cdi
+ jersey-weld2-se
+ 3.1.11
+
+
+ org.glassfish.jersey.ext.cdi
+ jersey-cdi1x
+ 3.1.11
+
+
+ org.glassfish.jersey.ext.cdi
+ jersey-cdi1x-transaction
+ 3.1.11
+
+
+ org.glassfish.jersey.ext.cdi
+ jersey-cdi1x-validation
+ 3.1.11
+
+
+ org.glassfish.jersey.ext.cdi
+ jersey-cdi1x-servlet
+ 3.1.11
+
+
+ org.glassfish.jersey.ext.cdi
+ jersey-cdi1x-ban-custom-hk2-binding
+ 3.1.11
+
+
+ org.glassfish.jersey.ext.cdi
+ jersey-cdi-rs-inject
+ 3.1.11
+
+
+ org.glassfish.jersey.ext.rx
+ jersey-rx-client-guava
+ 3.1.11
+
+
+ org.glassfish.jersey.ext.rx
+ jersey-rx-client-rxjava
+ 3.1.11
+
+
+ org.glassfish.jersey.ext.rx
+ jersey-rx-client-rxjava2
+ 3.1.11
+
+
+ org.glassfish.jersey.ext.microprofile
+ jersey-mp-rest-client
+ 3.1.11
+
+
+ org.glassfish.jersey.media
+ jersey-media-jaxb
+ 3.1.11
+
+
+ org.glassfish.jersey.media
+ jersey-media-json-jackson
+ 3.1.11
+
+
+ org.glassfish.jersey.media
+ jersey-media-json-jettison
+ 3.1.11
+
+
+ org.glassfish.jersey.media
+ jersey-media-json-processing
+ 3.1.11
+
+
+ org.glassfish.jersey.media
+ jersey-media-json-gson
+ 3.1.11
+
+
+ org.glassfish.jersey.media
+ jersey-media-json-binding
+ 3.1.11
+
+
+ org.glassfish.jersey.media
+ jersey-media-kryo
+ 3.1.11
+
+
+ org.glassfish.jersey.media
+ jersey-media-moxy
+ 3.1.11
+
+
+ org.glassfish.jersey.media
+ jersey-media-multipart
+ 3.1.11
+
+
+ org.glassfish.jersey.media
+ jersey-media-sse
+ 3.1.11
+
+
+ org.glassfish.jersey.security
+ oauth1-client
+ 3.1.11
+
+
+ org.glassfish.jersey.security
+ oauth1-server
+ 3.1.11
+
+
+ org.glassfish.jersey.security
+ oauth1-signature
+ 3.1.11
+
+
+ org.glassfish.jersey.security
+ oauth2-client
+ 3.1.11
+
+
+ org.glassfish.jersey.inject
+ jersey-hk2
+ 3.1.11
+
+
+ org.glassfish.jersey.inject
+ jersey-cdi2-se
+ 3.1.11
+
+
+ org.glassfish.jersey.test-framework
+ jersey-test-framework-core
+ 3.1.11
+
+
+ org.glassfish.jersey.test-framework.providers
+ jersey-test-framework-provider-bundle
+ 3.1.11
+ pom
+
+
+ org.glassfish.jersey.test-framework.providers
+ jersey-test-framework-provider-external
+ 3.1.11
+
+
+ org.glassfish.jersey.test-framework.providers
+ jersey-test-framework-provider-grizzly2
+ 3.1.11
+
+
+ org.glassfish.jersey.test-framework.providers
+ jersey-test-framework-provider-inmemory
+ 3.1.11
+
+
+ org.glassfish.jersey.test-framework.providers
+ jersey-test-framework-provider-jdk-http
+ 3.1.11
+
+
+ org.glassfish.jersey.test-framework.providers
+ jersey-test-framework-provider-simple
+ 3.1.11
+
+
+ org.glassfish.jersey.test-framework.providers
+ jersey-test-framework-provider-jetty
+ 3.1.11
+
+
+ org.glassfish.jersey.test-framework.providers
+ jersey-test-framework-provider-jetty-http2
+ 3.1.11
+
+
+ org.glassfish.jersey.test-framework.providers
+ jersey-test-framework-provider-netty
+ 3.1.11
+
+
+ org.glassfish.jersey.test-framework
+ jersey-test-framework-util
+ 3.1.11
+
+
+ org.eclipse.jetty.ee10
+ jetty-ee10-annotations
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10
+ jetty-ee10-apache-jsp
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10
+ jetty-ee10-cdi
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10
+ jetty-ee10-fcgi-proxy
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10
+ jetty-ee10-glassfish-jstl
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10
+ jetty-ee10-jaspi
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10
+ jetty-ee10-jndi
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10
+ jetty-ee10-jspc-maven-plugin
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10
+ jetty-ee10-maven-plugin
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10
+ jetty-ee10-plus
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10
+ jetty-ee10-proxy
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10
+ jetty-ee10-quickstart
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10
+ jetty-ee10-runner
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10
+ jetty-ee10-servlet
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10
+ jetty-ee10-servlets
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10
+ jetty-ee10-webapp
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10.osgi
+ jetty-ee10-osgi-alpn
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10.osgi
+ jetty-ee10-osgi-boot
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10.osgi
+ jetty-ee10-osgi-boot-jsp
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10.websocket
+ jetty-ee10-websocket-jakarta-client
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10.websocket
+ jetty-ee10-websocket-jakarta-client-webapp
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10.websocket
+ jetty-ee10-websocket-jakarta-common
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10.websocket
+ jetty-ee10-websocket-jakarta-server
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10.websocket
+ jetty-ee10-websocket-jetty-client-webapp
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10.websocket
+ jetty-ee10-websocket-jetty-server
+ 12.0.31
+
+
+ org.eclipse.jetty.ee10.websocket
+ jetty-ee10-websocket-servlet
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-alpn-client
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-alpn-conscrypt-client
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-alpn-conscrypt-server
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-alpn-java-client
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-alpn-java-server
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-alpn-server
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-client
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-deploy
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-ee
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-http
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-http-spi
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-http-tools
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-io
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-jmx
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-jndi
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-keystore
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-openid
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-osgi
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-plus
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-proxy
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-rewrite
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-security
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-server
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-session
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-slf4j-impl
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-start
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-unixdomain-server
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-util
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-util-ajax
+ 12.0.31
+
+
+ org.eclipse.jetty
+ jetty-xml
+ 12.0.31
+
+
+ org.eclipse.jetty.demos
+ jetty-demo-handler
+ 12.0.31
+
+
+ org.eclipse.jetty.fcgi
+ jetty-fcgi-client
+ 12.0.31
+
+
+ org.eclipse.jetty.fcgi
+ jetty-fcgi-proxy
+ 12.0.31
+
+
+ org.eclipse.jetty.fcgi
+ jetty-fcgi-server
+ 12.0.31
+
+
+ org.eclipse.jetty.http2
+ jetty-http2-client
+ 12.0.31
+
+
+ org.eclipse.jetty.http2
+ jetty-http2-client-transport
+ 12.0.31
+
+
+ org.eclipse.jetty.http2
+ jetty-http2-common
+ 12.0.31
+
+
+ org.eclipse.jetty.http2
+ jetty-http2-hpack
+ 12.0.31
+
+
+ org.eclipse.jetty.http2
+ jetty-http2-server
+ 12.0.31
+
+
+ org.eclipse.jetty.http3
+ jetty-http3-client
+ 12.0.31
+
+
+ org.eclipse.jetty.http3
+ jetty-http3-client-transport
+ 12.0.31
+
+
+ org.eclipse.jetty.http3
+ jetty-http3-common
+ 12.0.31
+
+
+ org.eclipse.jetty.http3
+ jetty-http3-qpack
+ 12.0.31
+
+
+ org.eclipse.jetty.http3
+ jetty-http3-server
+ 12.0.31
+
+
+ org.eclipse.jetty.quic
+ jetty-quic-client
+ 12.0.31
+
+
+ org.eclipse.jetty.quic
+ jetty-quic-common
+ 12.0.31
+
+
+ org.eclipse.jetty.quic
+ jetty-quic-quiche-common
+ 12.0.31
+
+
+ org.eclipse.jetty.quic
+ jetty-quic-quiche-foreign
+ 12.0.31
+
+
+ org.eclipse.jetty.quic
+ jetty-quic-quiche-jna
+ 12.0.31
+
+
+ org.eclipse.jetty.quic
+ jetty-quic-server
+ 12.0.31
+
+
+ org.eclipse.jetty.websocket
+ jetty-websocket-core-client
+ 12.0.31
+
+
+ org.eclipse.jetty.websocket
+ jetty-websocket-core-common
+ 12.0.31
+
+
+ org.eclipse.jetty.websocket
+ jetty-websocket-core-server
+ 12.0.31
+
+
+ org.eclipse.jetty.websocket
+ jetty-websocket-jetty-api
+ 12.0.31
+
+
+ org.eclipse.jetty.websocket
+ jetty-websocket-jetty-client
+ 12.0.31
+
+
+ org.eclipse.jetty.websocket
+ jetty-websocket-jetty-common
+ 12.0.31
+
+
+ org.eclipse.jetty.websocket
+ jetty-websocket-jetty-server
+ 12.0.31
+
+
+ org.junit.jupiter
+ junit-jupiter
+ 5.12.2
+
+
+ org.junit.jupiter
+ junit-jupiter-engine
+ 5.12.2
+
+
+ org.junit.jupiter
+ junit-jupiter-migrationsupport
+ 5.12.2
+
+
+ org.junit.jupiter
+ junit-jupiter-params
+ 5.12.2
+
+
+ org.junit.platform
+ junit-platform-commons
+ 1.12.2
+
+
+ org.junit.platform
+ junit-platform-console
+ 1.12.2
+
+
+ org.junit.platform
+ junit-platform-engine
+ 1.12.2
+
+
+ org.junit.platform
+ junit-platform-jfr
+ 1.12.2
+
+
+ org.junit.platform
+ junit-platform-launcher
+ 1.12.2
+
+
+ org.junit.platform
+ junit-platform-reporting
+ 1.12.2
+
+
+ org.junit.platform
+ junit-platform-runner
+ 1.12.2
+
+
+ org.junit.platform
+ junit-platform-suite
+ 1.12.2
+
+
+ org.junit.platform
+ junit-platform-suite-api
+ 1.12.2
+
+
+ org.junit.platform
+ junit-platform-suite-commons
+ 1.12.2
+
+
+ org.junit.platform
+ junit-platform-suite-engine
+ 1.12.2
+
+
+ org.junit.platform
+ junit-platform-testkit
+ 1.12.2
+
+
+ org.junit.vintage
+ junit-vintage-engine
+ 5.12.2
+
+
+ org.jetbrains.kotlin
+ kotlin-stdlib
+ 1.9.25
+
+
+ org.jetbrains.kotlin
+ kotlin-stdlib-jdk7
+ 1.9.25
+
+
+ org.jetbrains.kotlin
+ kotlin-stdlib-jdk8
+ 1.9.25
+
+
+ org.jetbrains.kotlin
+ kotlin-stdlib-js
+ 1.9.25
+
+
+ org.jetbrains.kotlin
+ kotlin-stdlib-common
+ 1.9.25
+
+
+ org.jetbrains.kotlin
+ kotlin-reflect
+ 1.9.25
+
+
+ org.jetbrains.kotlin
+ kotlin-osgi-bundle
+ 1.9.25
+
+
+ org.jetbrains.kotlin
+ kotlin-test
+ 1.9.25
+
+
+ org.jetbrains.kotlin
+ kotlin-test-junit
+ 1.9.25
+
+
+ org.jetbrains.kotlin
+ kotlin-test-junit5
+ 1.9.25
+
+
+ org.jetbrains.kotlin
+ kotlin-test-testng
+ 1.9.25
+
+
+ org.jetbrains.kotlin
+ kotlin-test-js
+ 1.9.25
+
+
+ org.jetbrains.kotlin
+ kotlin-test-common
+ 1.9.25
+
+
+ org.jetbrains.kotlin
+ kotlin-test-annotations-common
+ 1.9.25
+
+
+ org.jetbrains.kotlin
+ kotlin-main-kts
+ 1.9.25
+
+
+ org.jetbrains.kotlin
+ kotlin-script-runtime
+ 1.9.25
+
+
+ org.jetbrains.kotlin
+ kotlin-scripting-common
+ 1.9.25
+
+
+ org.jetbrains.kotlin
+ kotlin-scripting-jvm
+ 1.9.25
+
+
+ org.jetbrains.kotlin
+ kotlin-scripting-jvm-host
+ 1.9.25
+
+
+ org.jetbrains.kotlin
+ kotlin-scripting-ide-services
+ 1.9.25
+
+
+ org.jetbrains.kotlin
+ kotlin-compiler
+ 1.9.25
+
+
+ org.jetbrains.kotlin
+ kotlin-compiler-embeddable
+ 1.9.25
+
+
+ org.jetbrains.kotlin
+ kotlin-daemon-client
+ 1.9.25
+
+
+ org.jetbrains.kotlinx
+ kotlinx-coroutines-android
+ 1.8.1
+
+
+ org.jetbrains.kotlinx
+ kotlinx-coroutines-core-jvm
+ 1.8.1
+
+
+ org.jetbrains.kotlinx
+ kotlinx-coroutines-core
+ 1.8.1
+
+
+ org.jetbrains.kotlinx
+ kotlinx-coroutines-debug
+ 1.8.1
+
+
+ org.jetbrains.kotlinx
+ kotlinx-coroutines-guava
+ 1.8.1
+
+
+ org.jetbrains.kotlinx
+ kotlinx-coroutines-javafx
+ 1.8.1
+
+
+ org.jetbrains.kotlinx
+ kotlinx-coroutines-jdk8
+ 1.8.1
+
+
+ org.jetbrains.kotlinx
+ kotlinx-coroutines-jdk9
+ 1.8.1
+
+
+ org.jetbrains.kotlinx
+ kotlinx-coroutines-play-services
+ 1.8.1
+
+
+ org.jetbrains.kotlinx
+ kotlinx-coroutines-reactive
+ 1.8.1
+
+
+ org.jetbrains.kotlinx
+ kotlinx-coroutines-reactor
+ 1.8.1
+
+
+ org.jetbrains.kotlinx
+ kotlinx-coroutines-rx2
+ 1.8.1
+
+
+ org.jetbrains.kotlinx
+ kotlinx-coroutines-rx3
+ 1.8.1
+
+
+ org.jetbrains.kotlinx
+ kotlinx-coroutines-slf4j
+ 1.8.1
+
+
+ org.jetbrains.kotlinx
+ kotlinx-coroutines-swing
+ 1.8.1
+
+
+ org.jetbrains.kotlinx
+ kotlinx-coroutines-test-jvm
+ 1.8.1
+
+
+ org.jetbrains.kotlinx
+ kotlinx-coroutines-test
+ 1.8.1
+
+
+ org.jetbrains.kotlinx
+ kotlinx-serialization-cbor-jvm
+ 1.6.3
+
+
+ org.jetbrains.kotlinx
+ kotlinx-serialization-cbor
+ 1.6.3
+
+
+ org.jetbrains.kotlinx
+ kotlinx-serialization-core-jvm
+ 1.6.3
+
+
+ org.jetbrains.kotlinx
+ kotlinx-serialization-core
+ 1.6.3
+
+
+ org.jetbrains.kotlinx
+ kotlinx-serialization-hocon
+ 1.6.3
+
+
+ org.jetbrains.kotlinx
+ kotlinx-serialization-json-jvm
+ 1.6.3
+
+
+ org.jetbrains.kotlinx
+ kotlinx-serialization-json
+ 1.6.3
+
+
+ org.jetbrains.kotlinx
+ kotlinx-serialization-json-okio-jvm
+ 1.6.3
+
+
+ org.jetbrains.kotlinx
+ kotlinx-serialization-json-okio
+ 1.6.3
+
+
+ org.jetbrains.kotlinx
+ kotlinx-serialization-properties-jvm
+ 1.6.3
+
+
+ org.jetbrains.kotlinx
+ kotlinx-serialization-properties
+ 1.6.3
+
+
+ org.jetbrains.kotlinx
+ kotlinx-serialization-protobuf-jvm
+ 1.6.3
+
+
+ org.jetbrains.kotlinx
+ kotlinx-serialization-protobuf
+ 1.6.3
+
+
+ org.apache.logging.log4j
+ log4j-1.2-api
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-api
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-api-test
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-appserver
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-cassandra
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-core
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-core-test
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-couchdb
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-docker
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-flume-ng
+ 2.23.1
+
+
+ org.apache.logging.log4j
+ log4j-iostreams
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-jakarta-smtp
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-jakarta-web
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-jcl
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-jpa
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-jpl
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-jul
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-layout-template-json
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-mongodb4
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-mongodb
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-slf4j2-impl
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-spring-boot
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-spring-cloud-config-client
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-taglib
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-to-jul
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-to-slf4j
+ 2.24.3
+
+
+ org.apache.logging.log4j
+ log4j-web
+ 2.24.3
+
+
+ org.apache.logging
+ logging-parent
+ 11.0.0
+ pom
+
+
+ biz.aQute.bnd
+ biz.aQute.bnd.annotation
+ 7.0.0
+
+
+ com.github.spotbugs
+ spotbugs-annotations
+ 4.8.6
+
+
+ org.jspecify
+ jspecify
+ 1.0.0
+
+
+ org.osgi
+ osgi.annotation
+ 8.1.0
+
+
+ org.osgi
+ org.osgi.annotation.bundle
+ 2.0.0
+
+
+ org.osgi
+ org.osgi.annotation.versioning
+ 1.1.2
+
+
+ io.micrometer
+ micrometer-commons
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-core
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-jakarta9
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-java11
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-java21
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-jetty11
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-jetty12
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-observation
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-observation-test
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-registry-appoptics
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-registry-atlas
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-registry-azure-monitor
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-registry-cloudwatch2
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-registry-datadog
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-registry-dynatrace
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-registry-elastic
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-registry-ganglia
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-registry-graphite
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-registry-health
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-registry-humio
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-registry-influx
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-registry-jmx
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-registry-kairos
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-registry-new-relic
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-registry-opentsdb
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-registry-otlp
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-registry-prometheus
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-registry-prometheus-simpleclient
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-registry-signalfx
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-registry-statsd
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-registry-wavefront
+ 1.15.7
+
+
+ io.micrometer
+ micrometer-test
+ 1.15.7
+
+
+ io.micrometer
+ context-propagation
+ 1.1.3
+
+
+ io.micrometer
+ docs
+ 1.5.7
+
+
+ io.micrometer
+ micrometer-tracing
+ 1.5.7
+
+
+ io.micrometer
+ micrometer-tracing-bridge-brave
+ 1.5.7
+
+
+ io.micrometer
+ micrometer-tracing-bridge-otel
+ 1.5.7
+
+
+ io.micrometer
+ micrometer-tracing-integration-test
+ 1.5.7
+
+
+ io.micrometer
+ micrometer-tracing-reporter-wavefront
+ 1.5.7
+
+
+ io.micrometer
+ micrometer-tracing-test
+ 1.5.7
+
+
+ org.mockito
+ mockito-android
+ 5.17.0
+
+
+ org.mockito
+ mockito-errorprone
+ 5.17.0
+
+
+ org.mockito
+ mockito-junit-jupiter
+ 5.17.0
+
+
+ org.mockito
+ mockito-proxy
+ 5.17.0
+
+
+ org.mockito
+ mockito-subclass
+ 5.17.0
+
+
+ org.mongodb
+ mongodb-crypt
+ 5.5.2
+
+
+ org.mongodb
+ mongodb-driver-core
+ 5.5.2
+
+
+ org.mongodb
+ bson
+ 5.5.2
+
+
+ org.mongodb
+ bson-record-codec
+ 5.5.2
+
+
+ org.mongodb
+ mongodb-driver-sync
+ 5.5.2
+
+
+ org.mongodb
+ mongodb-driver-reactivestreams
+ 5.5.2
+
+
+ org.mongodb
+ bson-kotlin
+ 5.5.2
+
+
+ org.mongodb
+ bson-kotlinx
+ 5.5.2
+
+
+ org.mongodb
+ mongodb-driver-kotlin-coroutine
+ 5.5.2
+
+
+ org.mongodb
+ mongodb-driver-kotlin-sync
+ 5.5.2
+
+
+ org.mongodb
+ mongodb-driver-kotlin-extensions
+ 5.5.2
+
+
+ org.mongodb.scala
+ mongo-scala-bson_2.13
+ 5.5.2
+
+
+ org.mongodb.scala
+ mongo-scala-driver_2.13
+ 5.5.2
+
+
+ org.mongodb.scala
+ mongo-scala-bson_2.12
+ 5.5.2
+
+
+ org.mongodb.scala
+ mongo-scala-bson_2.11
+ 5.5.2
+
+
+ org.mongodb.scala
+ mongo-scala-driver_2.12
+ 5.5.2
+
+
+ org.mongodb.scala
+ mongo-scala-driver_2.11
+ 5.5.2
+
+
+ io.netty
+ netty-buffer
+ 4.1.130.Final
+
+
+ io.netty
+ netty-codec
+ 4.1.130.Final
+
+
+ io.netty
+ netty-codec-dns
+ 4.1.130.Final
+
+
+ io.netty
+ netty-codec-haproxy
+ 4.1.130.Final
+
+
+ io.netty
+ netty-codec-http
+ 4.1.130.Final
+
+
+ io.netty
+ netty-codec-http2
+ 4.1.130.Final
+
+
+ io.netty
+ netty-codec-memcache
+ 4.1.130.Final
+
+
+ io.netty
+ netty-codec-mqtt
+ 4.1.130.Final
+
+
+ io.netty
+ netty-codec-redis
+ 4.1.130.Final
+
+
+ io.netty
+ netty-codec-smtp
+ 4.1.130.Final
+
+
+ io.netty
+ netty-codec-socks
+ 4.1.130.Final
+
+
+ io.netty
+ netty-codec-stomp
+ 4.1.130.Final
+
+
+ io.netty
+ netty-codec-xml
+ 4.1.130.Final
+
+
+ io.netty
+ netty-common
+ 4.1.130.Final
+
+
+ io.netty
+ netty-dev-tools
+ 4.1.130.Final
+
+
+ io.netty
+ netty-handler
+ 4.1.130.Final
+
+
+ io.netty
+ netty-handler-proxy
+ 4.1.130.Final
+
+
+ io.netty
+ netty-handler-ssl-ocsp
+ 4.1.130.Final
+
+
+ io.netty
+ netty-resolver
+ 4.1.130.Final
+
+
+ io.netty
+ netty-resolver-dns
+ 4.1.130.Final
+
+
+ io.netty
+ netty-transport
+ 4.1.130.Final
+
+
+ io.netty
+ netty-transport-rxtx
+ 4.1.130.Final
+
+
+ io.netty
+ netty-transport-sctp
+ 4.1.130.Final
+
+
+ io.netty
+ netty-transport-udt
+ 4.1.130.Final
+
+
+ io.netty
+ netty-all
+ 4.1.130.Final
+
+
+ io.netty
+ netty-resolver-dns-classes-macos
+ 4.1.130.Final
+
+
+ io.netty
+ netty-resolver-dns-native-macos
+ 4.1.130.Final
+
+
+ io.netty
+ netty-resolver-dns-native-macos
+ 4.1.130.Final
+ osx-x86_64
+
+
+ io.netty
+ netty-resolver-dns-native-macos
+ 4.1.130.Final
+ osx-aarch_64
+
+
+ io.netty
+ netty-transport-native-unix-common
+ 4.1.130.Final
+
+
+ io.netty
+ netty-transport-native-unix-common
+ 4.1.130.Final
+ linux-aarch_64
+
+
+ io.netty
+ netty-transport-native-unix-common
+ 4.1.130.Final
+ linux-riscv64
+
+
+ io.netty
+ netty-transport-native-unix-common
+ 4.1.130.Final
+ linux-x86_64
+
+
+ io.netty
+ netty-transport-native-unix-common
+ 4.1.130.Final
+ osx-x86_64
+
+
+ io.netty
+ netty-transport-native-unix-common
+ 4.1.130.Final
+ osx-aarch_64
+
+
+ io.netty
+ netty-transport-classes-epoll
+ 4.1.130.Final
+
+
+ io.netty
+ netty-transport-native-epoll
+ 4.1.130.Final
+
+
+ io.netty
+ netty-transport-native-epoll
+ 4.1.130.Final
+ linux-aarch_64
+
+
+ io.netty
+ netty-transport-native-epoll
+ 4.1.130.Final
+ linux-riscv64
+
+
+ io.netty
+ netty-transport-native-epoll
+ 4.1.130.Final
+ linux-x86_64
+
+
+ io.netty
+ netty-transport-classes-kqueue
+ 4.1.130.Final
+
+
+ io.netty
+ netty-transport-native-kqueue
+ 4.1.130.Final
+
+
+ io.netty
+ netty-transport-native-kqueue
+ 4.1.130.Final
+ osx-x86_64
+
+
+ io.netty
+ netty-transport-native-kqueue
+ 4.1.130.Final
+ osx-aarch_64
+
+
+ io.netty
+ netty-tcnative-classes
+ 2.0.74.Final
+
+
+ io.netty
+ netty-tcnative
+ 2.0.74.Final
+ linux-x86_64
+
+
+ io.netty
+ netty-tcnative
+ 2.0.74.Final
+ linux-x86_64-fedora
+
+
+ io.netty
+ netty-tcnative
+ 2.0.74.Final
+ osx-x86_64
+
+
+ io.netty
+ netty-tcnative
+ 2.0.74.Final
+ osx-aarch_64
+
+
+ io.netty
+ netty-tcnative-boringssl-static
+ 2.0.74.Final
+
+
+ io.netty
+ netty-tcnative-boringssl-static
+ 2.0.74.Final
+ linux-x86_64
+
+
+ io.netty
+ netty-tcnative-boringssl-static
+ 2.0.74.Final
+ linux-aarch_64
+
+
+ io.netty
+ netty-tcnative-boringssl-static
+ 2.0.74.Final
+ osx-x86_64
+
+
+ io.netty
+ netty-tcnative-boringssl-static
+ 2.0.74.Final
+ osx-aarch_64
+
+
+ io.netty
+ netty-tcnative-boringssl-static
+ 2.0.74.Final
+ windows-x86_64
+
+
+ io.opentelemetry
+ opentelemetry-context
+ 1.49.0
+
+
+ io.opentelemetry
+ opentelemetry-opentracing-shim
+ 1.49.0
+
+
+ io.opentelemetry
+ opentelemetry-api
+ 1.49.0
+
+
+ io.opentelemetry
+ opentelemetry-exporter-common
+ 1.49.0
+
+
+ io.opentelemetry
+ opentelemetry-exporter-logging
+ 1.49.0
+
+
+ io.opentelemetry
+ opentelemetry-exporter-logging-otlp
+ 1.49.0
+
+
+ io.opentelemetry
+ opentelemetry-exporter-zipkin
+ 1.49.0
+
+
+ io.opentelemetry
+ opentelemetry-extension-kotlin
+ 1.49.0
+
+
+ io.opentelemetry
+ opentelemetry-extension-trace-propagators
+ 1.49.0
+
+
+ io.opentelemetry
+ opentelemetry-sdk
+ 1.49.0
+
+
+ io.opentelemetry
+ opentelemetry-sdk-common
+ 1.49.0
+
+
+ io.opentelemetry
+ opentelemetry-sdk-logs
+ 1.49.0
+
+
+ io.opentelemetry
+ opentelemetry-sdk-metrics
+ 1.49.0
+
+
+ io.opentelemetry
+ opentelemetry-sdk-testing
+ 1.49.0
+
+
+ io.opentelemetry
+ opentelemetry-sdk-trace
+ 1.49.0
+
+
+ io.opentelemetry
+ opentelemetry-sdk-extension-autoconfigure
+ 1.49.0
+
+
+ io.opentelemetry
+ opentelemetry-sdk-extension-autoconfigure-spi
+ 1.49.0
+
+
+ io.opentelemetry
+ opentelemetry-sdk-extension-jaeger-remote-sampler
+ 1.49.0
+
+
+ io.opentelemetry
+ opentelemetry-exporter-otlp
+ 1.49.0
+
+
+ io.opentelemetry
+ opentelemetry-exporter-otlp-common
+ 1.49.0
+
+
+ io.opentelemetry
+ opentelemetry-exporter-sender-grpc-managed-channel
+ 1.49.0
+
+
+ io.opentelemetry
+ opentelemetry-exporter-sender-jdk
+ 1.49.0
+
+
+ io.opentelemetry
+ opentelemetry-exporter-sender-okhttp
+ 1.49.0
+
+
+ io.prometheus
+ prometheus-metrics-config
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-core
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-exporter-common
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-exporter-httpserver
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-exporter-opentelemetry
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-exporter-opentelemetry-no-otel
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-exporter-opentelemetry-otel-agent-resources
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-exporter-pushgateway
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-exporter-servlet-jakarta
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-exporter-servlet-javax
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-exposition-formats-no-protobuf
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-exposition-formats
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-exposition-textformats
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-instrumentation-dropwizard
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-instrumentation-dropwizard5
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-instrumentation-caffeine
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-instrumentation-guava
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-instrumentation-jvm
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-model
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-simpleclient-bridge
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-tracer
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-tracer-common
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-tracer-initializer
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-tracer-otel
+ 1.3.10
+
+
+ io.prometheus
+ prometheus-metrics-tracer-otel-agent
+ 1.3.10
+
+
+ io.prometheus
+ simpleclient
+ 0.16.0
+
+
+ io.prometheus
+ simpleclient_caffeine
+ 0.16.0
+
+
+ io.prometheus
+ simpleclient_common
+ 0.16.0
+
+
+ io.prometheus
+ simpleclient_dropwizard
+ 0.16.0
+
+
+ io.prometheus
+ simpleclient_graphite_bridge
+ 0.16.0
+
+
+ io.prometheus
+ simpleclient_guava
+ 0.16.0
+
+
+ io.prometheus
+ simpleclient_hibernate
+ 0.16.0
+
+
+ io.prometheus
+ simpleclient_hotspot
+ 0.16.0
+
+
+ io.prometheus
+ simpleclient_httpserver
+ 0.16.0
+
+
+ io.prometheus
+ simpleclient_tracer_common
+ 0.16.0
+
+
+ io.prometheus
+ simpleclient_jetty
+ 0.16.0
+
+
+ io.prometheus
+ simpleclient_jetty_jdk8
+ 0.16.0
+
+
+ io.prometheus
+ simpleclient_log4j
+ 0.16.0
+
+
+ io.prometheus
+ simpleclient_log4j2
+ 0.16.0
+
+
+ io.prometheus
+ simpleclient_logback
+ 0.16.0
+
+
+ io.prometheus
+ simpleclient_pushgateway
+ 0.16.0
+
+
+ io.prometheus
+ simpleclient_servlet
+ 0.16.0
+
+
+ io.prometheus
+ simpleclient_servlet_jakarta
+ 0.16.0
+
+
+ io.prometheus
+ simpleclient_spring_boot
+ 0.16.0
+
+
+ io.prometheus
+ simpleclient_spring_web
+ 0.16.0
+
+
+ io.prometheus
+ simpleclient_tracer_otel
+ 0.16.0
+
+
+ io.prometheus
+ simpleclient_tracer_otel_agent
+ 0.16.0
+
+
+ io.prometheus
+ simpleclient_vertx
+ 0.16.0
+
+
+ org.apache.pulsar
+ bouncy-castle-bc
+ 4.0.8
+
+
+ org.apache.pulsar
+ bouncy-castle-bcfips
+ 4.0.8
+
+
+ org.apache.pulsar
+ bouncy-castle-parent
+ 4.0.8
+
+
+ org.apache.pulsar
+ buildtools
+ 4.0.8
+
+
+ org.apache.pulsar
+ distribution
+ 4.0.8
+
+
+ org.apache.pulsar
+ docker-images
+ 4.0.8
+
+
+ org.apache.pulsar
+ jclouds-shaded
+ 4.0.8
+
+
+ org.apache.pulsar
+ managed-ledger
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-all-docker-image
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-broker-auth-athenz
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-broker-auth-oidc
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-broker-auth-sasl
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-broker-common
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-broker
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-cli-utils
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-client-admin-api
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-client-admin-original
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-client-admin
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-client-all
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-client-api
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-client-auth-athenz
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-client-auth-sasl
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-client-messagecrypto-bc
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-client-original
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-client-tools-api
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-client-tools
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-client
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-common
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-config-validation
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-docker-image
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-docs-tools
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-functions-api-examples-builtin
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-functions-api-examples
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-functions-api
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-functions-instance
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-functions-local-runner-original
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-functions-local-runner
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-functions-proto
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-functions-runtime-all
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-functions-runtime
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-functions-secrets
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-functions-utils
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-functions-worker
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-functions
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-aerospike
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-alluxio
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-aws
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-batch-data-generator
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-batch-discovery-triggerers
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-canal
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-cassandra
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-common
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-core
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-data-generator
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-debezium-core
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-debezium-mongodb
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-debezium-mssql
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-debezium-mysql
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-debezium-oracle
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-debezium-postgres
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-debezium
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-distribution
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-docs
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-dynamodb
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-elastic-search
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-file
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-flume
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-hbase
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-hdfs3
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-http
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-influxdb
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-jdbc-clickhouse
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-jdbc-core
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-jdbc-mariadb
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-jdbc-openmldb
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-jdbc-postgres
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-jdbc-sqlite
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-jdbc
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-kafka-connect-adaptor-nar
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-kafka-connect-adaptor
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-kafka
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-kinesis
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-mongo
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-netty
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-nsq
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-rabbitmq
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-redis
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-solr
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io-twitter
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-io
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-metadata
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-offloader-distribution
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-package-bookkeeper-storage
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-package-core
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-package-filesystem-storage
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-package-management
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-proxy
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-server-distribution
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-shell-distribution
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-testclient
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-transaction-common
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-transaction-coordinator
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-transaction-parent
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-websocket
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar
+ 4.0.8
+
+
+ org.apache.pulsar
+ structured-event-log
+ 4.0.8
+
+
+ org.apache.pulsar
+ testmocks
+ 4.0.8
+
+
+ org.apache.pulsar
+ tiered-storage-file-system
+ 4.0.8
+
+
+ org.apache.pulsar
+ tiered-storage-jcloud
+ 4.0.8
+
+
+ org.apache.pulsar
+ tiered-storage-parent
+ 4.0.8
+
+
+ org.apache.pulsar
+ pulsar-client-reactive-adapter
+ 0.6.0
+
+
+ org.apache.pulsar
+ pulsar-client-reactive-api
+ 0.6.0
+
+
+ org.apache.pulsar
+ pulsar-client-reactive-jackson
+ 0.6.0
+
+
+ org.apache.pulsar
+ pulsar-client-reactive-producer-cache-caffeine
+ 0.6.0
+
+
+ org.apache.pulsar
+ pulsar-client-reactive-producer-cache-caffeine-shaded
+ 0.6.0
+
+
+ com.querydsl
+ querydsl-core
+ 5.1.0
+
+
+ com.querydsl
+ querydsl-codegen
+ 5.1.0
+
+
+ com.querydsl
+ codegen-utils
+ 5.1.0
+
+
+ com.querydsl
+ querydsl-spatial
+ 5.1.0
+
+
+ com.querydsl
+ querydsl-apt
+ 5.1.0
+
+
+ com.querydsl
+ querydsl-collections
+ 5.1.0
+
+
+ com.querydsl
+ querydsl-guava
+ 5.1.0
+
+
+ com.querydsl
+ querydsl-sql
+ 5.1.0
+
+
+ com.querydsl
+ querydsl-sql-spatial
+ 5.1.0
+
+
+ com.querydsl
+ querydsl-sql-codegen
+ 5.1.0
+
+
+ com.querydsl
+ querydsl-sql-spring
+ 5.1.0
+
+
+ com.querydsl
+ querydsl-jpa
+ 5.1.0
+
+
+ com.querydsl
+ querydsl-jpa-codegen
+ 5.1.0
+
+
+ com.querydsl
+ querydsl-jdo
+ 5.1.0
+
+
+ com.querydsl
+ querydsl-kotlin-codegen
+ 5.1.0
+
+
+ com.querydsl
+ querydsl-lucene3
+ 5.1.0
+
+
+ com.querydsl
+ querydsl-lucene4
+ 5.1.0
+
+
+ com.querydsl
+ querydsl-lucene5
+ 5.1.0
+
+
+ com.querydsl
+ querydsl-hibernate-search
+ 5.1.0
+
+
+ com.querydsl
+ querydsl-mongodb
+ 5.1.0
+
+
+ com.querydsl
+ querydsl-scala
+ 5.1.0
+
+
+ com.querydsl
+ querydsl-kotlin
+ 5.1.0
+
+
+ io.projectreactor
+ reactor-core
+ 3.7.14
+
+
+ io.projectreactor
+ reactor-test
+ 3.7.14
+
+
+ io.projectreactor
+ reactor-tools
+ 3.7.14
+
+
+ io.projectreactor
+ reactor-core-micrometer
+ 1.2.14
+
+
+ io.projectreactor.addons
+ reactor-extra
+ 3.5.4
+
+
+ io.projectreactor.addons
+ reactor-adapter
+ 3.5.4
+
+
+ io.projectreactor.netty
+ reactor-netty
+ 1.2.13
+
+
+ io.projectreactor.netty
+ reactor-netty-core
+ 1.2.13
+
+
+ io.projectreactor.netty
+ reactor-netty-http
+ 1.2.13
+
+
+ io.projectreactor.netty
+ reactor-netty-http-brave
+ 1.2.13
+
+
+ io.projectreactor.addons
+ reactor-pool
+ 1.1.7
+
+
+ io.projectreactor.addons
+ reactor-pool-micrometer
+ 0.2.7
+
+
+ io.projectreactor.kotlin
+ reactor-kotlin-extensions
+ 1.2.5
+
+
+ io.projectreactor.kafka
+ reactor-kafka
+ 1.3.25
+
+
+ io.rest-assured
+ json-schema-validator
+ 5.5.6
+
+
+ io.rest-assured
+ rest-assured-common
+ 5.5.6
+
+
+ io.rest-assured
+ json-path
+ 5.5.6
+
+
+ io.rest-assured
+ xml-path
+ 5.5.6
+
+
+ io.rest-assured
+ rest-assured
+ 5.5.6
+
+
+ io.rest-assured
+ spring-commons
+ 5.5.6
+
+
+ io.rest-assured
+ spring-mock-mvc
+ 5.5.6
+
+
+ io.rest-assured
+ scala-support
+ 5.5.6
+
+
+ io.rest-assured
+ scala-extensions
+ 5.5.6
+
+
+ io.rest-assured
+ spring-web-test-client
+ 5.5.6
+
+
+ io.rest-assured
+ kotlin-extensions
+ 5.5.6
+
+
+ io.rest-assured
+ spring-mock-mvc-kotlin-extensions
+ 5.5.6
+
+
+ io.rest-assured
+ spring-web-test-client-kotlin-extensions
+ 5.5.6
+
+
+ io.rest-assured
+ rest-assured-all
+ 5.5.6
+
+
+ io.rsocket
+ rsocket-core
+ 1.1.5
+
+
+ io.rsocket
+ rsocket-load-balancer
+ 1.1.5
+
+
+ io.rsocket
+ rsocket-micrometer
+ 1.1.5
+
+
+ io.rsocket
+ rsocket-test
+ 1.1.5
+
+
+ io.rsocket
+ rsocket-transport-local
+ 1.1.5
+
+
+ io.rsocket
+ rsocket-transport-netty
+ 1.1.5
+
+
+ org.seleniumhq.selenium
+ selenium-api
+ 4.31.0
+
+
+ org.seleniumhq.selenium
+ selenium-chrome-driver
+ 4.31.0
+
+
+ org.seleniumhq.selenium
+ selenium-chromium-driver
+ 4.31.0
+
+
+ org.seleniumhq.selenium
+ selenium-devtools-v133
+ 4.31.0
+
+
+ org.seleniumhq.selenium
+ selenium-devtools-v134
+ 4.31.0
+
+
+ org.seleniumhq.selenium
+ selenium-devtools-v135
+ 4.31.0
+
+
+ org.seleniumhq.selenium
+ selenium-edge-driver
+ 4.31.0
+
+
+ org.seleniumhq.selenium
+ selenium-firefox-driver
+ 4.31.0
+
+
+ org.seleniumhq.selenium
+ selenium-grid
+ 4.31.0
+
+
+ org.seleniumhq.selenium
+ selenium-http
+ 4.31.0
+
+
+ org.seleniumhq.selenium
+ selenium-ie-driver
+ 4.31.0
+
+
+ org.seleniumhq.selenium
+ selenium-java
+ 4.31.0
+
+
+ org.seleniumhq.selenium
+ selenium-json
+ 4.31.0
+
+
+ org.seleniumhq.selenium
+ selenium-manager
+ 4.31.0
+
+
+ org.seleniumhq.selenium
+ selenium-remote-driver
+ 4.31.0
+
+
+ org.seleniumhq.selenium
+ selenium-safari-driver
+ 4.31.0
+
+
+ org.seleniumhq.selenium
+ selenium-session-map-jdbc
+ 4.31.0
+
+
+ org.seleniumhq.selenium
+ selenium-session-map-redis
+ 4.31.0
+
+
+ org.seleniumhq.selenium
+ selenium-support
+ 4.31.0
+
+
+ org.springframework.amqp
+ spring-amqp
+ 3.2.8
+
+
+ org.springframework.amqp
+ spring-rabbit
+ 3.2.8
+
+
+ org.springframework.amqp
+ spring-rabbit-junit
+ 3.2.8
+
+
+ org.springframework.amqp
+ spring-rabbit-stream
+ 3.2.8
+
+
+ org.springframework.amqp
+ spring-rabbit-test
+ 3.2.8
+
+
+ org.springframework.batch
+ spring-batch-core
+ 5.2.4
+
+
+ org.springframework.batch
+ spring-batch-infrastructure
+ 5.2.4
+
+
+ org.springframework.batch
+ spring-batch-integration
+ 5.2.4
+
+
+ org.springframework.batch
+ spring-batch-test
+ 5.2.4
+
+
+ org.springframework.data
+ spring-data-cassandra
+ 4.5.7
+
+
+ org.springframework.data
+ spring-data-commons
+ 3.5.7
+
+
+ org.springframework.data
+ spring-data-couchbase
+ 5.5.7
+
+
+ org.springframework.data
+ spring-data-elasticsearch
+ 5.5.7
+
+
+ org.springframework.data
+ spring-data-jdbc
+ 3.5.7
+
+
+ org.springframework.data
+ spring-data-r2dbc
+ 3.5.7
+
+
+ org.springframework.data
+ spring-data-relational
+ 3.5.7
+
+
+ org.springframework.data
+ spring-data-jpa
+ 3.5.7
+
+
+ org.springframework.data
+ spring-data-envers
+ 3.5.7
+
+
+ org.springframework.data
+ spring-data-mongodb
+ 4.5.7
+
+
+ org.springframework.data
+ spring-data-neo4j
+ 7.5.7
+
+
+ org.springframework.data
+ spring-data-redis
+ 3.5.7
+
+
+ org.springframework.data
+ spring-data-rest-webmvc
+ 4.5.7
+
+
+ org.springframework.data
+ spring-data-rest-core
+ 4.5.7
+
+
+ org.springframework.data
+ spring-data-rest-hal-explorer
+ 4.5.7
+
+
+ org.springframework.data
+ spring-data-keyvalue
+ 3.5.7
+
+
+ org.springframework.data
+ spring-data-ldap
+ 3.5.7
+
+
+ org.springframework
+ spring-aop
+ 6.2.15
+
+
+ org.springframework
+ spring-aspects
+ 6.2.15
+
+
+ org.springframework
+ spring-beans
+ 6.2.15
+
+
+ org.springframework
+ spring-context
+ 6.2.15
+
+
+ org.springframework
+ spring-context-indexer
+ 6.2.15
+
+
+ org.springframework
+ spring-context-support
+ 6.2.15
+
+
+ org.springframework
+ spring-core
+ 6.2.15
+
+
+ org.springframework
+ spring-core-test
+ 6.2.15
+
+
+ org.springframework
+ spring-expression
+ 6.2.15
+
+
+ org.springframework
+ spring-instrument
+ 6.2.15
+
+
+ org.springframework
+ spring-jcl
+ 6.2.15
+
+
+ org.springframework
+ spring-jdbc
+ 6.2.15
+
+
+ org.springframework
+ spring-jms
+ 6.2.15
+
+
+ org.springframework
+ spring-messaging
+ 6.2.15
+
+
+ org.springframework
+ spring-orm
+ 6.2.15
+
+
+ org.springframework
+ spring-oxm
+ 6.2.15
+
+
+ org.springframework
+ spring-r2dbc
+ 6.2.15
+
+
+ org.springframework
+ spring-test
+ 6.2.15
+
+
+ org.springframework
+ spring-tx
+ 6.2.15
+
+
+ org.springframework
+ spring-web
+ 6.2.15
+
+
+ org.springframework
+ spring-webflux
+ 6.2.15
+
+
+ org.springframework
+ spring-webmvc
+ 6.2.15
+
+
+ org.springframework
+ spring-websocket
+ 6.2.15
+
+
+ org.springframework.integration
+ spring-integration-amqp
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-camel
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-cassandra
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-core
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-debezium
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-event
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-feed
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-file
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-ftp
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-graphql
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-groovy
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-hazelcast
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-http
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-ip
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-jdbc
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-jms
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-jmx
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-jpa
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-kafka
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-mail
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-mongodb
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-mqtt
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-r2dbc
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-redis
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-rsocket
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-scripting
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-sftp
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-smb
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-stomp
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-stream
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-syslog
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-test
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-test-support
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-webflux
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-websocket
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-ws
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-xml
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-xmpp
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-zeromq
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-zip
+ 6.5.5
+
+
+ org.springframework.integration
+ spring-integration-zookeeper
+ 6.5.5
+
+
+ org.springframework.pulsar
+ spring-pulsar
+ 1.2.13
+
+
+ org.springframework.pulsar
+ spring-pulsar-cache-provider
+ 1.2.13
+
+
+ org.springframework.pulsar
+ spring-pulsar-cache-provider-caffeine
+ 1.2.13
+
+
+ org.springframework.pulsar
+ spring-pulsar-reactive
+ 1.2.13
+
+
+ org.springframework.pulsar
+ spring-pulsar-test
+ 1.2.13
+
+
+ org.springframework.restdocs
+ spring-restdocs-asciidoctor
+ 3.0.5
+
+
+ org.springframework.restdocs
+ spring-restdocs-core
+ 3.0.5
+
+
+ org.springframework.restdocs
+ spring-restdocs-mockmvc
+ 3.0.5
+
+
+ org.springframework.restdocs
+ spring-restdocs-restassured
+ 3.0.5
+
+
+ org.springframework.restdocs
+ spring-restdocs-webtestclient
+ 3.0.5
+
+
+ org.springframework.security
+ spring-security-acl
+ 6.5.7
+
+
+ org.springframework.security
+ spring-security-aspects
+ 6.5.7
+
+
+ org.springframework.security
+ spring-security-cas
+ 6.5.7
+
+
+ org.springframework.security
+ spring-security-config
+ 6.5.7
+
+
+ org.springframework.security
+ spring-security-core
+ 6.5.7
+
+
+ org.springframework.security
+ spring-security-crypto
+ 6.5.7
+
+
+ org.springframework.security
+ spring-security-data
+ 6.5.7
+
+
+ org.springframework.security
+ spring-security-ldap
+ 6.5.7
+
+
+ org.springframework.security
+ spring-security-messaging
+ 6.5.7
+
+
+ org.springframework.security
+ spring-security-oauth2-client
+ 6.5.7
+
+
+ org.springframework.security
+ spring-security-oauth2-core
+ 6.5.7
+
+
+ org.springframework.security
+ spring-security-oauth2-jose
+ 6.5.7
+
+
+ org.springframework.security
+ spring-security-oauth2-resource-server
+ 6.5.7
+
+
+ org.springframework.security
+ spring-security-rsocket
+ 6.5.7
+
+
+ org.springframework.security
+ spring-security-saml2-service-provider
+ 6.5.7
+
+
+ org.springframework.security
+ spring-security-taglibs
+ 6.5.7
+
+
+ org.springframework.security
+ spring-security-test
+ 6.5.7
+
+
+ org.springframework.security
+ spring-security-web
+ 6.5.7
+
+
+ org.springframework.session
+ spring-session-core
+ 3.5.4
+
+
+ org.springframework.session
+ spring-session-data-mongodb
+ 3.5.4
+
+
+ org.springframework.session
+ spring-session-data-redis
+ 3.5.4
+
+
+ org.springframework.session
+ spring-session-hazelcast
+ 3.5.4
+
+
+ org.springframework.session
+ spring-session-jdbc
+ 3.5.4
+
+
+ org.springframework.ws
+ spring-ws-core
+ 4.1.2
+
+
+ org.springframework.ws
+ spring-ws-security
+ 4.1.2
+
+
+ org.springframework.ws
+ spring-ws-support
+ 4.1.2
+
+
+ org.springframework.ws
+ spring-ws-test
+ 4.1.2
+
+
+ org.springframework.ws
+ spring-xml
+ 4.1.2
+
+
+ org.testcontainers
+ activemq
+ 1.21.4
+
+
+ org.testcontainers
+ azure
+ 1.21.4
+
+
+ org.testcontainers
+ cassandra
+ 1.21.4
+
+
+ org.testcontainers
+ chromadb
+ 1.21.4
+
+
+ org.testcontainers
+ clickhouse
+ 1.21.4
+
+
+ org.testcontainers
+ cockroachdb
+ 1.21.4
+
+
+ org.testcontainers
+ consul
+ 1.21.4
+
+
+ org.testcontainers
+ couchbase
+ 1.21.4
+
+
+ org.testcontainers
+ cratedb
+ 1.21.4
+
+
+ org.testcontainers
+ database-commons
+ 1.21.4
+
+
+ org.testcontainers
+ databend
+ 1.21.4
+
+
+ org.testcontainers
+ db2
+ 1.21.4
+
+
+ org.testcontainers
+ dynalite
+ 1.21.4
+
+
+ org.testcontainers
+ elasticsearch
+ 1.21.4
+
+
+ org.testcontainers
+ gcloud
+ 1.21.4
+
+
+ org.testcontainers
+ grafana
+ 1.21.4
+
+
+ org.testcontainers
+ hivemq
+ 1.21.4
+
+
+ org.testcontainers
+ influxdb
+ 1.21.4
+
+
+ org.testcontainers
+ jdbc
+ 1.21.4
+
+
+ org.testcontainers
+ junit-jupiter
+ 1.21.4
+
+
+ org.testcontainers
+ k3s
+ 1.21.4
+
+
+ org.testcontainers
+ k6
+ 1.21.4
+
+
+ org.testcontainers
+ kafka
+ 1.21.4
+
+
+ org.testcontainers
+ ldap
+ 1.21.4
+
+
+ org.testcontainers
+ localstack
+ 1.21.4
+
+
+ org.testcontainers
+ mariadb
+ 1.21.4
+
+
+ org.testcontainers
+ milvus
+ 1.21.4
+
+
+ org.testcontainers
+ minio
+ 1.21.4
+
+
+ org.testcontainers
+ mockserver
+ 1.21.4
+
+
+ org.testcontainers
+ mongodb
+ 1.21.4
+
+
+ org.testcontainers
+ mssqlserver
+ 1.21.4
+
+
+ org.testcontainers
+ mysql
+ 1.21.4
+
+
+ org.testcontainers
+ neo4j
+ 1.21.4
+
+
+ org.testcontainers
+ nginx
+ 1.21.4
+
+
+ org.testcontainers
+ oceanbase
+ 1.21.4
+
+
+ org.testcontainers
+ ollama
+ 1.21.4
+
+
+ org.testcontainers
+ openfga
+ 1.21.4
+
+
+ org.testcontainers
+ oracle-free
+ 1.21.4
+
+
+ org.testcontainers
+ oracle-xe
+ 1.21.4
+
+
+ org.testcontainers
+ orientdb
+ 1.21.4
+
+
+ org.testcontainers
+ pinecone
+ 1.21.4
+
+
+ org.testcontainers
+ postgresql
+ 1.21.4
+
+
+ org.testcontainers
+ presto
+ 1.21.4
+
+
+ org.testcontainers
+ pulsar
+ 1.21.4
+
+
+ org.testcontainers
+ qdrant
+ 1.21.4
+
+
+ org.testcontainers
+ questdb
+ 1.21.4
+
+
+ org.testcontainers
+ r2dbc
+ 1.21.4
+
+
+ org.testcontainers
+ rabbitmq
+ 1.21.4
+
+
+ org.testcontainers
+ redpanda
+ 1.21.4
+
+
+ org.testcontainers
+ scylladb
+ 1.21.4
+
+
+ org.testcontainers
+ selenium
+ 1.21.4
+
+
+ org.testcontainers
+ solace
+ 1.21.4
+
+
+ org.testcontainers
+ solr
+ 1.21.4
+
+
+ org.testcontainers
+ spock
+ 1.21.4
+
+
+ org.testcontainers
+ tidb
+ 1.21.4
+
+
+ org.testcontainers
+ timeplus
+ 1.21.4
+
+
+ org.testcontainers
+ toxiproxy
+ 1.21.4
+
+
+ org.testcontainers
+ trino
+ 1.21.4
+
+
+ org.testcontainers
+ typesense
+ 1.21.4
+
+
+ org.testcontainers
+ vault
+ 1.21.4
+
+
+ org.testcontainers
+ weaviate
+ 1.21.4
+
+
+ org.testcontainers
+ yugabytedb
+ 1.21.4
+
+
+ tech.ydb
+ ydb-proto-api
+ 1.7.3
+
+
+ tech.ydb
+ ydb-auth-api
+ 1.0.0
+
+
+ tech.ydb
+ ydb-sdk-common
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-core
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-table
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-scheme
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-topic
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-export
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-coordination
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb
+ ydb-sdk-query
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-tests-common
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit4-support
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb.test
+ ydb-junit5-support
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb.auth
+ ydb-oauth2-provider
+ 2.3.29-SNAPSHOT
+
+
+ tech.ydb.auth
+ yc-auth-provider
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+ tech.ydb.auth
+ yc-auth-provider-shaded
+ 2.2.0
+
+
+ io.grpc
+ *
+
+
+ com.google.protobuf
+ *
+
+
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-starter-jdbc
+ 3.5.9
+ compile
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ 3.5.9
+ test
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+
+
+ org.junit.jupiter
+ junit-jupiter-engine
+
+
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ 5.9.3
+ test
+
+
+ org.junit.jupiter
+ junit-jupiter-engine
+ 5.12.2
+ test
+
+
+ tech.ydb.jdbc
+ ydb-jdbc-driver
+ 2.3.20
+ compile
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+
+
+ false
+
+ central
+ Central Repository
+ https://repo.maven.apache.org/maven2
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\slo\simple-jdbc-test\src\main\java
+ C:\Yandex DataBase\ydb-java-sdk\slo\simple-jdbc-test\src\main\scripts
+ C:\Yandex DataBase\ydb-java-sdk\slo\simple-jdbc-test\src\test\java
+ C:\Yandex DataBase\ydb-java-sdk\slo\simple-jdbc-test\target\classes
+ C:\Yandex DataBase\ydb-java-sdk\slo\simple-jdbc-test\target\test-classes
+
+
+ C:\Yandex DataBase\ydb-java-sdk\slo\simple-jdbc-test\src\main\resources
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\slo\simple-jdbc-test\src\test\resources
+
+
+ C:\Yandex DataBase\ydb-java-sdk\slo\simple-jdbc-test\target
+ simple-jdbc-test-2.3.29-SNAPSHOT
+
+
+
+ maven-antrun-plugin
+ 3.1.0
+
+
+ maven-assembly-plugin
+ 3.7.1
+
+
+ maven-dependency-plugin
+ 3.7.0
+
+
+ maven-release-plugin
+ 3.0.1
+
+
+
+
+
+ maven-dependency-plugin
+ 3.8.1
+
+
+ maven-resources-plugin
+ 3.3.1
+
+
+ default-testResources
+ process-test-resources
+
+ testResources
+
+
+ ISO-8859-1
+
+
+
+ default-resources
+ process-resources
+
+ resources
+
+
+ ISO-8859-1
+
+
+
+
+ ISO-8859-1
+
+
+
+ maven-compiler-plugin
+ 3.14.0
+
+
+ default-compile
+ compile
+
+ compile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ default-testCompile
+ test-compile
+
+ testCompile
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+
+ 1.8
+ 1.8
+
+ -Xlint
+ -Xlint:-processing
+ -Xlint:-options
+
+
+
+
+ maven-source-plugin
+ 3.3.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ maven-surefire-plugin
+ 3.5.3
+
+
+ default-test
+ test
+
+ test
+
+
+
+ true
+
+
+
+
+
+
+ true
+
+
+
+
+ maven-checkstyle-plugin
+ 3.6.0
+
+
+ test
+
+ check
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+
+ config/ydb.checkstyle.xml
+ config/ydb.suppressions.xml
+ true
+
+
+
+ maven-javadoc-plugin
+ 3.11.2
+
+
+ attach-javadocs
+
+ jar
+
+
+ 8
+
+
+
+
+ 8
+
+
+
+ org.jacoco
+ jacoco-maven-plugin
+ 0.8.13
+
+
+ jacoco-prepare-agent
+
+ prepare-agent
+
+
+
+ jacoco-report
+ test
+
+ report
+
+
+
+
+
+ maven-clean-plugin
+ 3.2.0
+
+
+ default-clean
+ clean
+
+ clean
+
+
+
+
+
+ maven-jar-plugin
+ 3.4.1
+
+
+ default-jar
+ package
+
+ jar
+
+
+
+
+
+ maven-install-plugin
+ 3.1.2
+
+
+ default-install
+ install
+
+ install
+
+
+
+
+
+ maven-deploy-plugin
+ 3.1.2
+
+
+ default-deploy
+ deploy
+
+ deploy
+
+
+
+
+
+ maven-site-plugin
+ 3.12.1
+
+
+ default-site
+ site
+
+ site
+
+
+ C:\Yandex DataBase\ydb-java-sdk\slo\simple-jdbc-test\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+ default-deploy
+ site-deploy
+
+ deploy
+
+
+ C:\Yandex DataBase\ydb-java-sdk\slo\simple-jdbc-test\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\slo\simple-jdbc-test\target\site
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+
+
+
+
+
+
+
+ C:\Yandex DataBase\ydb-java-sdk\slo\simple-jdbc-test\target\site
+
+
+
diff --git a/pom.xml b/pom.xml
index 72a4da655..69ebe106b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,6 +28,7 @@
tests/junit4-support
tests/junit5-support
auth-providers/oauth2-provider
+ slo
diff --git a/slo/README.md b/slo/README.md
new file mode 100644
index 000000000..e1f8fd229
--- /dev/null
+++ b/slo/README.md
@@ -0,0 +1,19 @@
+
+# Пробная реализация SLO
+
+Проект представляет собой пробный подход к решению задачи проверки SLO для SDK.
+В состав модулей SDK добавлен модуль **slo**.
+Модуль должен быть подключен в числе дочерних модулей ydb-java-sdk
+ - slo
+
+Запуск модулей slo осуществляется в задаче [slo.yml](../.github/workflows/slo.yml)
+
+В настоящее время реализован только один тест .. [simple-jdbc-test](simple-jdbc-test)
+по аналогии с AdoNet проверяющий базовое JDBC подключение.
+
+В развитие просятся модули slo для подключений c использованием:
+ - JDBCTemplate
+ - Spring Data JDBC
+ - Spring Data JPA
+ -
+Думаю, ими можно заняться после согласования simple-jdbc-test
\ No newline at end of file
diff --git a/slo/pom.xml b/slo/pom.xml
new file mode 100644
index 000000000..5ae1e8f75
--- /dev/null
+++ b/slo/pom.xml
@@ -0,0 +1,30 @@
+
+
+ 4.0.0
+
+
+ tech.ydb
+ ydb-sdk-parent
+ 2.3.30-SNAPSHOT
+
+
+
+ 21
+
+
+ pom
+
+ tech.ydb.slo
+ ydb-sdk-slo
+ 2.3.30-SNAPSHOT
+ YDB SLO Tests
+
+
+ simple-jdbc-test
+
+
+
diff --git a/slo/simple-jdbc-test/README.md b/slo/simple-jdbc-test/README.md
new file mode 100644
index 000000000..4e8cd8b19
--- /dev/null
+++ b/slo/simple-jdbc-test/README.md
@@ -0,0 +1,85 @@
+# simple-jdbc-test
+
+Модуль, содержащий полноценный SLO тест с использованием JDBC подключения к YDB.
+
+## Компоненты
+
+### JdbcSloTableContext
+Сервисный класс для работы с таблицей `slo_table`. Реализует retry logic с exponential backoff.
+
+**Методы:**
+- `createTable(timeout)` - создание таблицы с составным ключом (Guid, Id)
+- `save(row, timeout)` - UPSERT запись с автоматическим retry (до 5 попыток)
+- `select(guid, id, timeout)` - чтение записи по ключу с retry
+- `selectCount()` - подсчёт общего количества записей
+- `tableExists()` - проверка существования таблицы
+- `isRetryableError(exception)` - определение временных ошибок (timeout, network, overload)
+
+**Retry стратегия:**
+- Максимум попыток: 5
+- Backoff: 100ms → 200ms → 400ms → 800ms → 1600ms
+- Повторяет: timeout, connection, network, overload, session expired
+- Не повторяет: schema errors, constraint violations, syntax errors
+
+### SloTableRow
+Data Transfer Object для строки таблицы. Используется для тестирования и будущих workload'ов.
+
+**Поля:**
+- `guid: UUID` - уникальный идентификатор
+- `id: int` - порядковый номер
+- `payloadStr: String` - строковая нагрузка (~1KB)
+- `payloadDouble: double` - числовая нагрузка
+- `payloadTimestamp: Timestamp` - время создания
+
+**Методы:**
+- `generate(id)` - генерация случайной строки с заданным id
+- `generatePayloadString(size)` - создание payload заданного размера
+
+### JdbcSloTest
+Основной SLO тест. Выполняет полный цикл нагрузочного тестирования.
+
+**Фазы выполнения:**
+1. **Table Initialization** - создание таблицы
+2. **Data Preparation** - генерация и запись начальных данных
+3. **SLO Test Execution** - параллельная нагрузка (read + write) в течение заданного времени
+4. **Results Validation** - проверка соответствия SLO порогам
+5. **Metrics Export** - отправка метрик в Prometheus и сохранение в файл
+
+**SLO пороги:**
+- P50 Latency: < 10ms
+- P95 Latency: < 50ms
+- P99 Latency: < 100ms
+- Success Rate: > 99.9%
+
+**Параметры окружения:**
+- `TEST_DURATION` - длительность теста в секундах (default: 60)
+- `READ_RPS` - read операций в секунду (default: 100)
+- `WRITE_RPS` - write операций в секунду (default: 10)
+- `READ_TIMEOUT` - timeout для read в ms (default: 1000)
+- `WRITE_TIMEOUT` - timeout для write в ms (default: 1000)
+- `PROM_PGW` - URL Prometheus Push Gateway (default: http://localhost:9091)
+- `REPORT_PERIOD` - период отправки метрик в ms (default: 10000)
+- `YDB_JDBC_URL` - строка подключения к YDB
+
+### MetricsReporter
+Класс для сбора и отправки метрик в Prometheus Push Gateway.
+
+**Метрики:**
+- `jdbc_test_success_total` - Counter успешных операций (labels: operation)
+- `jdbc_test_errors_total` - Counter ошибок (labels: operation, error_type)
+- `jdbc_test_latency_seconds` - Histogram latency (labels: operation)
+- `jdbc_test_active_connections` - Gauge активных подключений
+
+**Методы:**
+- `recordSuccess(operation, latency)` - запись успешной операции
+- `recordError(operation, errorType)` - запись ошибки
+- `push()` - отправка метрик в Prometheus (полная замена)
+- `pushAdd()` - инкрементальное обновление метрик
+- `saveToFile(filename, latency)` - сохранение в файл для GitHub Summary
+
+### SimpleJdbcConfig
+Spring конфигурация для DataSource и JdbcTemplate.
+
+**Beans:**
+- `dataSource()` - DriverManagerDataSource для YDB JDBC Driver
+- `jdbcTemplate(dataSource)` - Spring JdbcTemplate (для будущего использования)
\ No newline at end of file
diff --git a/slo/simple-jdbc-test/pom.xml b/slo/simple-jdbc-test/pom.xml
new file mode 100644
index 000000000..901dbefbb
--- /dev/null
+++ b/slo/simple-jdbc-test/pom.xml
@@ -0,0 +1,100 @@
+
+
+ 4.0.0
+
+ tech.ydb.slo
+ simple-jdbc-test
+ 1.0-SNAPSHOT
+ jar
+ Simple JDBC Test
+
+
+ 21
+ 21
+ 21
+ UTF-8
+
+ 3.5.9
+ 5.12.2
+ true
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-dependencies
+ ${spring-boot.version}
+ pom
+ import
+
+
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-starter-jdbc
+
+
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
+
+
+ tech.ydb.jdbc
+ ydb-jdbc-driver
+ 2.3.20
+
+
+
+
+ io.prometheus
+ simpleclient
+ 0.16.0
+
+
+
+
+ io.prometheus
+ simpleclient_pushgateway
+ 0.16.0
+
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.13.0
+
+ 21
+ 21
+ 21
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ 3.1.2
+
+ ${skip.jdbc.tests}
+
+
+
+
+
+
\ No newline at end of file
diff --git a/slo/simple-jdbc-test/src/main/java/tech/ydb/slo/JdbcSloTableContext.java b/slo/simple-jdbc-test/src/main/java/tech/ydb/slo/JdbcSloTableContext.java
new file mode 100644
index 000000000..a424499d7
--- /dev/null
+++ b/slo/simple-jdbc-test/src/main/java/tech/ydb/slo/JdbcSloTableContext.java
@@ -0,0 +1,196 @@
+package tech.ydb.slo;
+
+import javax.sql.DataSource;
+import java.sql.Connection;
+import java.sql.PreparedStatement;
+import java.sql.ResultSet;
+import java.sql.SQLException;
+import java.sql.Statement;
+import java.sql.Timestamp;
+import java.util.UUID;
+
+public class JdbcSloTableContext {
+
+ private static final String TABLE_NAME = "slo_table";
+ private static final int MAX_RETRY_ATTEMPTS = 5;
+ private static final int INITIAL_BACKOFF_MS = 100;
+
+ private final DataSource dataSource;
+
+ public JdbcSloTableContext(DataSource dataSource) {
+ this.dataSource = dataSource;
+ }
+
+ public void createTable(int operationTimeoutMs) throws SQLException {
+ String createTableSql = String.format("""
+ CREATE TABLE `%s` (
+ Guid Utf8,
+ Id Int32,
+ PayloadStr Utf8,
+ PayloadDouble Double,
+ PayloadTimestamp Timestamp,
+ PRIMARY KEY (Guid, Id)
+ )
+ """, TABLE_NAME);
+
+ try (Connection conn = dataSource.getConnection();
+ Statement stmt = conn.createStatement()) {
+ stmt.setQueryTimeout(operationTimeoutMs / 1000);
+ stmt.execute(createTableSql);
+ }
+ }
+
+ public int save(SloTableRow row, int writeTimeoutMs) throws SQLException {
+ String upsertSql = String.format("""
+ UPSERT INTO `%s` (Guid, Id, PayloadStr, PayloadDouble, PayloadTimestamp)
+ VALUES (?, ?, ?, ?, ?)
+ """, TABLE_NAME);
+
+ int attempts = 0;
+ SQLException lastException = null;
+
+ while (attempts < MAX_RETRY_ATTEMPTS) {
+ attempts++;
+
+ try (Connection conn = dataSource.getConnection();
+ PreparedStatement stmt = conn.prepareStatement(upsertSql)) {
+
+ stmt.setQueryTimeout(writeTimeoutMs / 1000);
+ stmt.setString(1, row.guid.toString());
+ stmt.setInt(2, row.id);
+ stmt.setString(3, row.payloadStr);
+ stmt.setDouble(4, row.payloadDouble);
+ stmt.setTimestamp(5, new Timestamp(row.payloadTimestamp.getTime()));
+
+ stmt.executeUpdate();
+ return attempts;
+
+ } catch (SQLException e) {
+ lastException = e;
+
+ if (!isRetryableError(e) || attempts >= MAX_RETRY_ATTEMPTS) {
+ throw new SQLException("Failed to save after " + attempts + " attempts", e);
+ }
+
+ try {
+ long backoffMs = INITIAL_BACKOFF_MS * (1L << (attempts - 1));
+ Thread.sleep(backoffMs);
+ } catch (InterruptedException ie) {
+ Thread.currentThread().interrupt();
+ throw new SQLException("Interrupted during retry", ie);
+ }
+ }
+ }
+
+ throw new SQLException("Failed to save after " + attempts + " attempts", lastException);
+ }
+
+ public SloTableRow select(UUID guid, int id, int readTimeoutMs) throws SQLException {
+ String selectSql = String.format("""
+ SELECT Guid, Id, PayloadStr, PayloadDouble, PayloadTimestamp
+ FROM `%s` WHERE Guid = ? AND Id = ?
+ """, TABLE_NAME);
+
+ int attempts = 0;
+ SQLException lastException = null;
+
+ while (attempts < MAX_RETRY_ATTEMPTS) {
+ attempts++;
+
+ try (Connection conn = dataSource.getConnection();
+ PreparedStatement stmt = conn.prepareStatement(selectSql)) {
+
+ stmt.setQueryTimeout(readTimeoutMs / 1000);
+ stmt.setString(1, guid.toString());
+ stmt.setInt(2, id);
+
+ try (ResultSet rs = stmt.executeQuery()) {
+ if (rs.next()) {
+ SloTableRow row = new SloTableRow();
+ row.guid = UUID.fromString(rs.getString("Guid"));
+ row.id = rs.getInt("Id");
+ row.payloadStr = rs.getString("PayloadStr");
+ row.payloadDouble = rs.getDouble("PayloadDouble");
+ row.payloadTimestamp = rs.getTimestamp("PayloadTimestamp");
+ return row;
+ } else {
+ throw new SQLException("Row not found: guid=" + guid + ", id=" + id);
+ }
+ }
+
+ } catch (SQLException e) {
+ lastException = e;
+
+ if (!isRetryableError(e) || attempts >= MAX_RETRY_ATTEMPTS) {
+ throw new SQLException("Failed to select after " + attempts + " attempts", e);
+ }
+
+ try {
+ long backoffMs = INITIAL_BACKOFF_MS * (1L << (attempts - 1));
+ Thread.sleep(backoffMs);
+ } catch (InterruptedException ie) {
+ Thread.currentThread().interrupt();
+ throw new SQLException("Interrupted during retry", ie);
+ }
+ }
+ }
+
+ throw new SQLException("Failed to select after " + attempts + " attempts", lastException);
+ }
+
+ public int selectCount() throws SQLException {
+ String selectSql = String.format("SELECT COUNT(*) as cnt FROM `%s`", TABLE_NAME);
+
+ try (Connection conn = dataSource.getConnection();
+ Statement stmt = conn.createStatement();
+ ResultSet rs = stmt.executeQuery(selectSql)) {
+
+ return rs.next() ? rs.getInt("cnt") : 0;
+ }
+ }
+
+ public boolean tableExists() {
+ String checkSql = String.format("SELECT 1 FROM `%s` WHERE 1=0", TABLE_NAME);
+
+ try (Connection conn = dataSource.getConnection();
+ Statement stmt = conn.createStatement();
+ ResultSet rs = stmt.executeQuery(checkSql)) {
+ return true;
+ } catch (SQLException e) {
+ return false;
+ }
+ }
+
+ private boolean isRetryableError(SQLException e) {
+ String message = e.getMessage().toLowerCase();
+ String sqlState = e.getSQLState();
+
+ if (message.contains("timeout") ||
+ message.contains("connection") ||
+ message.contains("network") ||
+ message.contains("unavailable") ||
+ message.contains("overload") ||
+ message.contains("too many requests") ||
+ message.contains("throttle")) {
+ return true;
+ }
+
+ if (message.contains("session") && message.contains("expired")) {
+ return true;
+ }
+
+ if (sqlState != null && sqlState.startsWith("YDB")) {
+ return true;
+ }
+
+ if (message.contains("already exists") ||
+ message.contains("not found") ||
+ message.contains("syntax error") ||
+ message.contains("constraint") ||
+ message.contains("duplicate key")) {
+ return false;
+ }
+
+ return true;
+ }
+}
\ No newline at end of file
diff --git a/slo/simple-jdbc-test/src/main/java/tech/ydb/slo/SloTableRow.java b/slo/simple-jdbc-test/src/main/java/tech/ydb/slo/SloTableRow.java
new file mode 100644
index 000000000..0b37a23be
--- /dev/null
+++ b/slo/simple-jdbc-test/src/main/java/tech/ydb/slo/SloTableRow.java
@@ -0,0 +1,57 @@
+package tech.ydb.slo;
+
+import java.sql.Timestamp;
+import java.util.UUID;
+
+/**
+ * Представление строки таблицы для SLO тестов
+ */
+public class SloTableRow {
+ public UUID guid;
+ public int id;
+ public String payloadStr;
+ public double payloadDouble;
+ public Timestamp payloadTimestamp;
+
+ public SloTableRow() {
+ }
+
+ /**
+ * Создание строки с заданными значениями
+ */
+ public SloTableRow(UUID guid, int id, String payloadStr, double payloadDouble, Timestamp payloadTimestamp) {
+ this.guid = guid;
+ this.id = id;
+ this.payloadStr = payloadStr;
+ this.payloadDouble = payloadDouble;
+ this.payloadTimestamp = payloadTimestamp;
+ }
+
+ /**
+ * Генерация случайной строки для тестирования
+ */
+ public static SloTableRow generate(int id) {
+ return new SloTableRow(
+ UUID.randomUUID(),
+ id,
+ generatePayloadString(1024), // 1KB payload
+ Math.random() * 1000.0,
+ new Timestamp(System.currentTimeMillis())
+ );
+ }
+
+ /**
+ * Генерация строки заданного размера
+ */
+ private static String generatePayloadString(int sizeBytes) {
+ StringBuilder sb = new StringBuilder(sizeBytes);
+ String chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
+
+ for (int i = 0; i < sizeBytes; i++) {
+ int index = (int) (Math.random() * chars.length());
+ sb.append(chars.charAt(index));
+ }
+
+ return sb.toString();
+ }
+}
\ No newline at end of file
diff --git a/slo/simple-jdbc-test/src/test/java/tech/ydb/slo/JdbcSloTest.java b/slo/simple-jdbc-test/src/test/java/tech/ydb/slo/JdbcSloTest.java
new file mode 100644
index 000000000..52002ccfb
--- /dev/null
+++ b/slo/simple-jdbc-test/src/test/java/tech/ydb/slo/JdbcSloTest.java
@@ -0,0 +1,292 @@
+package tech.ydb.slo;
+
+import org.junit.jupiter.api.BeforeAll;
+import org.junit.jupiter.api.Test;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.boot.test.context.SpringBootTest;
+
+import javax.sql.DataSource;
+import java.sql.SQLException;
+import java.util.ArrayList;
+import java.util.List;
+import java.util.UUID;
+import java.util.concurrent.*;
+import java.util.concurrent.atomic.AtomicInteger;
+import java.util.concurrent.atomic.AtomicLong;
+
+import static org.junit.jupiter.api.Assertions.*;
+
+@SpringBootTest(classes = SimpleJdbcConfig.class)
+public class JdbcSloTest {
+
+ @Autowired
+ DataSource dataSource;
+
+ private static int testDuration;
+ private static int readRps;
+ private static int writeRps;
+ private static int readTimeout;
+ private static int writeTimeout;
+ private static String promPgw;
+ private static int initialDataCount;
+ private static int reportPeriod;
+
+ private static final double MAX_P50_LATENCY_MS = 10.0;
+ private static final double MAX_P95_LATENCY_MS = 50.0;
+ private static final double MAX_P99_LATENCY_MS = 100.0;
+ private static final double MIN_SUCCESS_RATE = 99.9;
+
+ @BeforeAll
+ static void setup() {
+ testDuration = Integer.parseInt(System.getenv().getOrDefault("TEST_DURATION", "60"));
+ readRps = Integer.parseInt(System.getenv().getOrDefault("READ_RPS", "100"));
+ writeRps = Integer.parseInt(System.getenv().getOrDefault("WRITE_RPS", "10"));
+ readTimeout = Integer.parseInt(System.getenv().getOrDefault("READ_TIMEOUT", "1000"));
+ writeTimeout = Integer.parseInt(System.getenv().getOrDefault("WRITE_TIMEOUT", "1000"));
+ promPgw = System.getenv().getOrDefault("PROM_PGW", "http://localhost:9091");
+ reportPeriod = Integer.parseInt(System.getenv().getOrDefault("REPORT_PERIOD", "10000"));
+ initialDataCount = Math.max(100, writeRps * testDuration / 10);
+ }
+
+ @Test
+ void sloFullTest() throws Exception {
+ JdbcSloTableContext context = new JdbcSloTableContext(dataSource);
+ String jobName = System.getenv().getOrDefault("WORKLOAD_NAME", "jdbc-slo-test");
+ MetricsReporter metrics = new MetricsReporter(promPgw, jobName);
+
+ context.createTable(writeTimeout);
+ assertTrue(context.tableExists());
+
+ List testData = new ArrayList<>();
+ for (int i = 0; i < initialDataCount; i++) {
+ testData.add(SloTableRow.generate(i));
+ }
+
+ writeInitialData(context, testData, writeTimeout, metrics);
+ assertTrue(context.selectCount() >= testData.size() * 0.99);
+
+ SloTestResult result = runSloTest(context, testData, metrics);
+
+ validateSloResults(result);
+
+ int finalCount = context.selectCount();
+ int expectedMinCount = initialDataCount + (int)(writeRps * testDuration * 0.95);
+ assertTrue(finalCount >= expectedMinCount);
+
+ metrics.push();
+ metrics.saveToFile("target/test-metrics.txt", result.avgLatencySeconds);
+ }
+
+ private void writeInitialData(
+ JdbcSloTableContext context,
+ List data,
+ int timeout,
+ MetricsReporter metrics
+ ) throws InterruptedException, ExecutionException {
+
+ ExecutorService executor = Executors.newFixedThreadPool(10);
+ List> futures = new ArrayList<>();
+ AtomicInteger errors = new AtomicInteger(0);
+
+ for (SloTableRow row : data) {
+ futures.add(executor.submit(() -> {
+ long start = System.nanoTime();
+ try {
+ context.save(row, timeout);
+ metrics.recordSuccess("write_initial", (System.nanoTime() - start) / 1_000_000_000.0);
+ } catch (SQLException e) {
+ errors.incrementAndGet();
+ metrics.recordError("write_initial", e.getClass().getSimpleName());
+ }
+ return null;
+ }));
+ }
+
+ for (Future future : futures) {
+ future.get();
+ }
+
+ executor.shutdown();
+ executor.awaitTermination(1, TimeUnit.MINUTES);
+
+ if (errors.get() > data.size() * 0.01) {
+ throw new RuntimeException("Too many errors: " + errors.get());
+ }
+ }
+
+ private SloTestResult runSloTest(
+ JdbcSloTableContext context,
+ List testData,
+ MetricsReporter metrics
+ ) throws InterruptedException, ExecutionException {
+
+ ExecutorService executor = Executors.newFixedThreadPool(30);
+
+ AtomicInteger successCount = new AtomicInteger(0);
+ AtomicInteger errorCount = new AtomicInteger(0);
+ AtomicLong totalLatencyNanos = new AtomicLong(0);
+ AtomicInteger totalAttempts = new AtomicInteger(0);
+ List latencies = new CopyOnWriteArrayList<>();
+
+ long testStartTime = System.currentTimeMillis();
+ long testEndTime = testStartTime + (testDuration * 1000L);
+ long lastReportTime = testStartTime;
+
+ int nextWriteId = testData.size();
+ List> activeFutures = new ArrayList<>();
+
+ while (System.currentTimeMillis() < testEndTime) {
+ long iterationStart = System.currentTimeMillis();
+
+ for (int i = 0; i < readRps && System.currentTimeMillis() < testEndTime; i++) {
+ SloTableRow row = testData.get(ThreadLocalRandom.current().nextInt(testData.size()));
+
+ activeFutures.add(executor.submit(() -> {
+ long opStart = System.nanoTime();
+ try {
+ context.select(row.guid, row.id, readTimeout);
+ long opEnd = System.nanoTime();
+ double latency = (opEnd - opStart) / 1_000_000_000.0;
+
+ successCount.incrementAndGet();
+ totalLatencyNanos.addAndGet(opEnd - opStart);
+ latencies.add(latency);
+ metrics.recordSuccess("read", latency);
+ } catch (SQLException e) {
+ errorCount.incrementAndGet();
+ metrics.recordError("read", e.getClass().getSimpleName());
+ }
+ }));
+ }
+
+ for (int i = 0; i < writeRps && System.currentTimeMillis() < testEndTime; i++) {
+ final int writeId = nextWriteId++;
+ SloTableRow row = SloTableRow.generate(writeId);
+
+ activeFutures.add(executor.submit(() -> {
+ long opStart = System.nanoTime();
+ try {
+ int attempts = context.save(row, writeTimeout);
+ long opEnd = System.nanoTime();
+ double latency = (opEnd - opStart) / 1_000_000_000.0;
+
+ successCount.incrementAndGet();
+ totalLatencyNanos.addAndGet(opEnd - opStart);
+ totalAttempts.addAndGet(attempts);
+ latencies.add(latency);
+ metrics.recordSuccess("write", latency);
+ } catch (SQLException e) {
+ errorCount.incrementAndGet();
+ metrics.recordError("write", e.getClass().getSimpleName());
+ }
+ }));
+ }
+
+ long now = System.currentTimeMillis();
+ if (now - lastReportTime >= reportPeriod) {
+ metrics.push();
+ lastReportTime = now;
+ }
+
+ long iterationDuration = System.currentTimeMillis() - iterationStart;
+ if (iterationDuration < 1000) {
+ Thread.sleep(1000 - iterationDuration);
+ }
+ }
+
+ for (Future> future : activeFutures) {
+ try {
+ future.get(writeTimeout * 2L, TimeUnit.MILLISECONDS);
+ } catch (TimeoutException e) {
+ future.cancel(true);
+ } catch (Exception ignored) {
+ }
+ }
+
+ executor.shutdown();
+ executor.awaitTermination(30, TimeUnit.SECONDS);
+
+ return calculateMetrics(successCount.get(), errorCount.get(),
+ totalLatencyNanos.get(), totalAttempts.get(), latencies);
+ }
+
+ private SloTestResult calculateMetrics(
+ int successCount,
+ int errorCount,
+ long totalLatencyNanos,
+ int totalAttempts,
+ List latencies
+ ) {
+ List sortedLatencies = new ArrayList<>(latencies);
+ sortedLatencies.sort(Double::compareTo);
+
+ int totalRequests = successCount + errorCount;
+ double avgLatency = totalRequests > 0 ?
+ totalLatencyNanos / 1_000_000_000.0 / totalRequests : 0.0;
+ double avgAttempts = successCount > 0 ?
+ (double)totalAttempts / successCount : 0.0;
+
+ return new SloTestResult(
+ successCount,
+ errorCount,
+ totalRequests,
+ avgLatency,
+ avgAttempts,
+ getPercentile(sortedLatencies, 0.50),
+ getPercentile(sortedLatencies, 0.95),
+ getPercentile(sortedLatencies, 0.99),
+ totalRequests > 0 ? (double)successCount / totalRequests * 100.0 : 0.0
+ );
+ }
+
+ private double getPercentile(List sortedValues, double percentile) {
+ if (sortedValues.isEmpty()) return 0.0;
+ int index = (int) Math.ceil(sortedValues.size() * percentile) - 1;
+ index = Math.max(0, Math.min(index, sortedValues.size() - 1));
+ return sortedValues.get(index);
+ }
+
+ private void validateSloResults(SloTestResult result) {
+ assertTrue(result.p50Latency * 1000 <= MAX_P50_LATENCY_MS,
+ String.format("P50 latency %.2fms exceeds threshold %.0fms",
+ result.p50Latency * 1000, MAX_P50_LATENCY_MS));
+
+ assertTrue(result.p95Latency * 1000 <= MAX_P95_LATENCY_MS,
+ String.format("P95 latency %.2fms exceeds threshold %.0fms",
+ result.p95Latency * 1000, MAX_P95_LATENCY_MS));
+
+ assertTrue(result.p99Latency * 1000 <= MAX_P99_LATENCY_MS,
+ String.format("P99 latency %.2fms exceeds threshold %.0fms",
+ result.p99Latency * 1000, MAX_P99_LATENCY_MS));
+
+ assertTrue(result.successRate >= MIN_SUCCESS_RATE,
+ String.format("Success rate %.2f%% below threshold %.1f%%",
+ result.successRate, MIN_SUCCESS_RATE));
+ }
+
+ static class SloTestResult {
+ final int successCount;
+ final int errorCount;
+ final int totalRequests;
+ final double avgLatencySeconds;
+ final double avgAttempts;
+ final double p50Latency;
+ final double p95Latency;
+ final double p99Latency;
+ final double successRate;
+
+ SloTestResult(int successCount, int errorCount, int totalRequests,
+ double avgLatencySeconds, double avgAttempts,
+ double p50, double p95, double p99, double successRate) {
+ this.successCount = successCount;
+ this.errorCount = errorCount;
+ this.totalRequests = totalRequests;
+ this.avgLatencySeconds = avgLatencySeconds;
+ this.avgAttempts = avgAttempts;
+ this.p50Latency = p50;
+ this.p95Latency = p95;
+ this.p99Latency = p99;
+ this.successRate = successRate;
+ }
+ }
+}
\ No newline at end of file
diff --git a/slo/simple-jdbc-test/src/test/java/tech/ydb/slo/JdbcSmokeTest.java b/slo/simple-jdbc-test/src/test/java/tech/ydb/slo/JdbcSmokeTest.java
new file mode 100644
index 000000000..d2239509d
--- /dev/null
+++ b/slo/simple-jdbc-test/src/test/java/tech/ydb/slo/JdbcSmokeTest.java
@@ -0,0 +1,48 @@
+package tech.ydb.slo;
+
+import org.junit.jupiter.api.Test;
+import org.slf4j.Logger;
+import org.slf4j.LoggerFactory;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.boot.test.context.SpringBootTest;
+import org.springframework.jdbc.core.JdbcTemplate;
+
+import static org.junit.jupiter.api.Assertions.assertEquals;
+
+@SpringBootTest(classes = SimpleJdbcConfig.class)
+class JdbcSmokeTest {
+ private static final Logger log = LoggerFactory.getLogger(JdbcSmokeTest.class);
+
+ @Autowired
+ JdbcTemplate jdbc;
+
+ @Test
+ void selectOneWorks() {
+ String promPgw = System.getenv().getOrDefault("PROM_PGW", "http://localhost:9091");
+ MetricsReporter metrics = new MetricsReporter(promPgw, "jdbc-smoke-test");
+
+ double latencySeconds = 0;
+
+ try {
+ long startTime = System.nanoTime();
+
+ Integer value = jdbc.queryForObject("SELECT 1", Integer.class);
+
+ long endTime = System.nanoTime();
+ latencySeconds = (endTime - startTime) / 1_000_000_000.0;
+
+ log.info("value={}, latency={}ms", value, latencySeconds * 1000);
+ assertEquals(1, value);
+
+ metrics.recordSuccess("select_one", latencySeconds);
+
+ } catch (Exception e) {
+ log.error("Test failed", e);
+ metrics.recordError("select_one", e.getClass().getSimpleName());
+ throw e;
+ } finally {
+ metrics.push();
+ metrics.saveToFile("target/test-metrics.txt", latencySeconds);
+ }
+ }
+}
\ No newline at end of file
diff --git a/slo/simple-jdbc-test/src/test/java/tech/ydb/slo/MetricsReporter.java b/slo/simple-jdbc-test/src/test/java/tech/ydb/slo/MetricsReporter.java
new file mode 100644
index 000000000..b3a0d5fe6
--- /dev/null
+++ b/slo/simple-jdbc-test/src/test/java/tech/ydb/slo/MetricsReporter.java
@@ -0,0 +1,167 @@
+package tech.ydb.slo;
+
+import io.prometheus.client.CollectorRegistry;
+import io.prometheus.client.Counter;
+import io.prometheus.client.Gauge;
+import io.prometheus.client.Histogram;
+import io.prometheus.client.exporter.PushGateway;
+import org.slf4j.Logger;
+import org.slf4j.LoggerFactory;
+
+import java.io.FileWriter;
+import java.io.IOException;
+import java.io.PrintWriter;
+import java.net.URI;
+import java.net.URL;
+import java.util.Map;
+
+public class MetricsReporter {
+ private static final Logger log = LoggerFactory.getLogger(MetricsReporter.class);
+
+ private final CollectorRegistry registry = new CollectorRegistry();
+ private final PushGateway pushGateway;
+ private final String jobName;
+ private final String javaVersion;
+
+ private final Counter operationsTotal;
+ private final Counter operationsSuccessTotal;
+ private final Histogram operationLatencySeconds;
+ private final Gauge pendingOperations;
+
+ private int totalSuccess = 0;
+ private int totalErrors = 0;
+
+ public MetricsReporter(String promPgwUrl, String jobName) {
+ this.jobName = jobName;
+ this.javaVersion = System.getProperty("java.version");
+
+ try {
+ URL url = URI.create(promPgwUrl).toURL();
+ this.pushGateway = new PushGateway(url);
+ } catch (Exception e) {
+ throw new RuntimeException("Failed to initialize PushGateway: " + promPgwUrl, e);
+ }
+
+ // Total operations (including errors)
+ this.operationsTotal = Counter.build()
+ .name("sdk_operations_total")
+ .labelNames("operation_type", "sdk", "sdk_version", "workload", "workload_version")
+ .help("Total number of operations performed by the SDK")
+ .register(registry);
+
+ // Successful operations only
+ this.operationsSuccessTotal = Counter.build()
+ .name("sdk_operations_success_total")
+ .labelNames("operation_type", "sdk", "sdk_version", "workload", "workload_version")
+ .help("Total number of successful operations")
+ .register(registry);
+
+ // Operation latency
+ this.operationLatencySeconds = Histogram.build()
+ .name("sdk_operation_latency_seconds")
+ .labelNames("operation_type", "operation_status", "sdk", "sdk_version", "workload", "workload_version")
+ .help("Operation latency in seconds")
+ .buckets(0.001, 0.002, 0.003, 0.004, 0.005, 0.0075, 0.010, 0.020, 0.050, 0.100, 0.200, 0.500, 1.000)
+ .register(registry);
+
+ // Pending operations gauge
+ this.pendingOperations = Gauge.build()
+ .name("sdk_pending_operations")
+ .labelNames("operation_type", "sdk", "sdk_version", "workload", "workload_version")
+ .help("Current number of pending operations")
+ .register(registry);
+ }
+
+ /**
+ * Record successful operation
+ */
+ public void recordSuccess(String operation, double latencySeconds) {
+ // Increment total operations
+ operationsTotal.labels(operation, "java", javaVersion, jobName, "0.0.0").inc();
+
+ // Increment successful operations
+ operationsSuccessTotal.labels(operation, "java", javaVersion, jobName, "0.0.0").inc();
+
+ // Record latency
+ operationLatencySeconds.labels(operation, "success", "java", javaVersion, jobName, "0.0.0")
+ .observe(latencySeconds);
+
+ totalSuccess++;
+
+ // Log every 100 operations
+ if (totalSuccess % 100 == 0) {
+ System.out.printf("✅ [%s] Success #%d, latency: %.3f ms%n",
+ operation, totalSuccess, latencySeconds * 1000);
+ }
+ }
+
+ /**
+ * Record failed operation
+ */
+ public void recordError(String operation, String errorType) {
+ // Increment total operations (errors are also operations)
+ operationsTotal.labels(operation, "java", javaVersion, jobName, "0.0.0").inc();
+
+ // Note: We could add error latency here if we tracked it
+ // For now, we just count the error
+
+ totalErrors++;
+
+ // Log errors
+ System.out.printf("❌ [%s] Error #%d, type: %s%n",
+ operation, totalErrors, errorType);
+ }
+
+ /**
+ * Set pending operations count
+ */
+ public void setPendingOperations(String operationType, int count) {
+ pendingOperations.labels(operationType, "java", javaVersion, jobName, "0.0.0").set(count);
+ }
+
+ /**
+ * Push metrics to Prometheus Push Gateway
+ */
+ public void push() {
+ try {
+ pushGateway.pushAdd(
+ registry,
+ jobName,
+ Map.of(
+ "workload", jobName,
+ "instance", "jdbc"
+ )
+ );
+
+ System.out.println("📤 Metrics pushed to Prometheus");
+ System.out.println(" Success total: " + totalSuccess);
+ System.out.println(" Errors total: " + totalErrors);
+
+ log.debug("Metrics pushed to Prometheus");
+ } catch (IOException e) {
+ System.err.println("❌ Failed to push metrics: " + e.getMessage());
+ log.error("Failed to push metrics", e);
+ }
+ }
+
+ /**
+ * Save metrics summary to file
+ */
+ public void saveToFile(String filename, double latencySeconds) {
+ try (PrintWriter writer = new PrintWriter(new FileWriter(filename))) {
+ writer.println("SUCCESS_COUNT=" + totalSuccess);
+ writer.println("ERROR_COUNT=" + totalErrors);
+ writer.println("LATENCY_MS=" + String.format("%.2f", latencySeconds * 1000));
+ writer.println("PENDING_OPERATIONS=0");
+
+ System.out.println("💾 Metrics saved to file:");
+ System.out.println(" Success: " + totalSuccess);
+ System.out.println(" Errors: " + totalErrors);
+ System.out.println(" Latency: " + String.format("%.2f ms", latencySeconds * 1000));
+
+ log.info("Metrics saved to {}", filename);
+ } catch (IOException e) {
+ log.error("Failed to save metrics to file", e);
+ }
+ }
+}
\ No newline at end of file
diff --git a/slo/simple-jdbc-test/src/test/java/tech/ydb/slo/SimpleJdbcConfig.java b/slo/simple-jdbc-test/src/test/java/tech/ydb/slo/SimpleJdbcConfig.java
new file mode 100644
index 000000000..4f649237e
--- /dev/null
+++ b/slo/simple-jdbc-test/src/test/java/tech/ydb/slo/SimpleJdbcConfig.java
@@ -0,0 +1,32 @@
+package tech.ydb.slo;
+
+import org.springframework.beans.factory.annotation.Value;
+import org.springframework.context.annotation.Bean;
+import org.springframework.context.annotation.Configuration;
+import org.springframework.jdbc.core.JdbcTemplate;
+import org.springframework.jdbc.datasource.DriverManagerDataSource;
+
+import javax.sql.DataSource;
+
+@Configuration
+public class SimpleJdbcConfig {
+
+ @Value("${spring.datasource.url}")
+ private String jdbcUrl;
+
+ @Value("${spring.datasource.driver-class-name}")
+ private String driverClassName;
+
+ @Bean
+ public DataSource dataSource() {
+ DriverManagerDataSource ds = new DriverManagerDataSource();
+ ds.setDriverClassName(driverClassName);
+ ds.setUrl(jdbcUrl);
+ return ds;
+ }
+
+ @Bean
+ public JdbcTemplate jdbcTemplate(DataSource ds) {
+ return new JdbcTemplate(ds);
+ }
+}
diff --git a/slo/simple-jdbc-test/src/test/resources/application.yaml b/slo/simple-jdbc-test/src/test/resources/application.yaml
new file mode 100644
index 000000000..df03a3bf8
--- /dev/null
+++ b/slo/simple-jdbc-test/src/test/resources/application.yaml
@@ -0,0 +1,4 @@
+spring:
+ datasource:
+ driver-class-name: tech.ydb.jdbc.YdbDriver
+ url: ${YDB_JDBC_URL:jdbc:ydb:grpc://localhost:2136/Root/testdb}