]> source.dussan.org Git - sonarqube.git/commit
BUILD-890 Do not store elasticsearch distribution in the repository.
authorMalena Ebert <63863184+malena-ebert-sonarsource@users.noreply.github.com>
Tue, 1 Jun 2021 07:52:20 +0000 (09:52 +0200)
committersonartech <sonartech@sonarsource.com>
Tue, 1 Jun 2021 20:51:23 +0000 (20:51 +0000)
commitec48ff5ed96425d649adae8920e23e2a35c311bf
tree48de5daecc18c4366f2e582b5e324ff8a57928b2
parenta332afa1b34f0b11b47ffd7e7c5cebd714830c97
BUILD-890 Do not store elasticsearch distribution in the repository.
487 files changed:
.cirrus.yml
build.gradle
gradle.properties
sonar-application/build.gradle
sonar-application/src/main/assembly/elasticsearch/LICENSE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/NOTICE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/README.asciidoc [deleted file]
sonar-application/src/main/assembly/elasticsearch/bin/elasticsearch [deleted file]
sonar-application/src/main/assembly/elasticsearch/bin/elasticsearch-certgen [deleted file]
sonar-application/src/main/assembly/elasticsearch/bin/elasticsearch-certutil [deleted file]
sonar-application/src/main/assembly/elasticsearch/bin/elasticsearch-cli [deleted file]
sonar-application/src/main/assembly/elasticsearch/bin/elasticsearch-croneval [deleted file]
sonar-application/src/main/assembly/elasticsearch/bin/elasticsearch-env [deleted file]
sonar-application/src/main/assembly/elasticsearch/bin/elasticsearch-env-from-file [deleted file]
sonar-application/src/main/assembly/elasticsearch/bin/elasticsearch-keystore [deleted file]
sonar-application/src/main/assembly/elasticsearch/bin/elasticsearch-migrate [deleted file]
sonar-application/src/main/assembly/elasticsearch/bin/elasticsearch-node [deleted file]
sonar-application/src/main/assembly/elasticsearch/bin/elasticsearch-plugin [deleted file]
sonar-application/src/main/assembly/elasticsearch/bin/elasticsearch-saml-metadata [deleted file]
sonar-application/src/main/assembly/elasticsearch/bin/elasticsearch-setup-passwords [deleted file]
sonar-application/src/main/assembly/elasticsearch/bin/elasticsearch-shard [deleted file]
sonar-application/src/main/assembly/elasticsearch/bin/elasticsearch-sql-cli [deleted file]
sonar-application/src/main/assembly/elasticsearch/bin/elasticsearch-sql-cli-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/bin/elasticsearch-syskeygen [deleted file]
sonar-application/src/main/assembly/elasticsearch/bin/elasticsearch-users [deleted file]
sonar-application/src/main/assembly/elasticsearch/bin/x-pack-env [deleted file]
sonar-application/src/main/assembly/elasticsearch/bin/x-pack-security-env [deleted file]
sonar-application/src/main/assembly/elasticsearch/bin/x-pack-watcher-env [deleted file]
sonar-application/src/main/assembly/elasticsearch/config/elasticsearch.yml [deleted file]
sonar-application/src/main/assembly/elasticsearch/config/jvm.options [deleted file]
sonar-application/src/main/assembly/elasticsearch/config/log4j2.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/config/role_mapping.yml [deleted file]
sonar-application/src/main/assembly/elasticsearch/config/roles.yml [deleted file]
sonar-application/src/main/assembly/elasticsearch/config/users [deleted file]
sonar-application/src/main/assembly/elasticsearch/config/users_roles [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/HdrHistogram-2.1.9.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-cli-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-core-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-geo-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-launchers-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-plugin-classloader-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-secure-sm-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/elasticsearch-x-content-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/hppc-0.8.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/jackson-core-2.10.4.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/jackson-dataformat-cbor-2.10.4.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/jackson-dataformat-smile-2.10.4.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/jackson-dataformat-yaml-2.10.4.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/java-version-checker-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/jna-5.7.0-1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/joda-time-2.10.4.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/jopt-simple-5.0.2.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/jts-core-1.15.0.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/log4j-api-2.11.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/log4j-core-2.11.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/lucene-analyzers-common-8.8.0.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/lucene-backward-codecs-8.8.0.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/lucene-core-8.8.0.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/lucene-grouping-8.8.0.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/lucene-highlighter-8.8.0.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/lucene-join-8.8.0.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/lucene-memory-8.8.0.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/lucene-misc-8.8.0.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/lucene-queries-8.8.0.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/lucene-queryparser-8.8.0.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/lucene-sandbox-8.8.0.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/lucene-spatial-extras-8.8.0.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/lucene-spatial3d-8.8.0.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/lucene-suggest-8.8.0.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/snakeyaml-1.26.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/spatial4j-0.7.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/t-digest-3.2.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/tools/keystore-cli/keystore-cli-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/tools/plugin-cli/bc-fips-1.0.2.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/tools/plugin-cli/bcpg-fips-1.0.4.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/tools/plugin-cli/elasticsearch-plugin-cli-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/tools/security-cli/bcpkix-jdk15on-1.64.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/tools/security-cli/bcprov-jdk15on-1.64.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/lib/tools/security-cli/elasticsearch-security-cli-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/aggs-matrix-stats/aggs-matrix-stats-client-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/aggs-matrix-stats/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/analysis-common/analysis-common-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/analysis-common/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/constant-keyword/LICENSE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/constant-keyword/NOTICE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/constant-keyword/constant-keyword-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/constant-keyword/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/flattened/LICENSE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/flattened/NOTICE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/flattened/flattened-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/flattened/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/frozen-indices/LICENSE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/frozen-indices/NOTICE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/frozen-indices/frozen-indices-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/frozen-indices/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/ingest-common/elasticsearch-dissect-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/ingest-common/elasticsearch-grok-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/ingest-common/ingest-common-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/ingest-common/jcodings-1.0.44.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/ingest-common/joni-2.1.29.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/ingest-common/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/ingest-geoip/GeoLite2-ASN.mmdb [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/ingest-geoip/GeoLite2-City.mmdb [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/ingest-geoip/GeoLite2-Country.mmdb [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/ingest-geoip/geoip2-2.13.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/ingest-geoip/ingest-geoip-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/ingest-geoip/jackson-annotations-2.10.4.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/ingest-geoip/jackson-databind-2.10.4.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/ingest-geoip/maxmind-db-1.3.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/ingest-geoip/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/ingest-geoip/plugin-security.policy [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/ingest-user-agent/ingest-user-agent-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/ingest-user-agent/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/kibana/commons-codec-1.11.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/kibana/commons-logging-1.1.3.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/kibana/elasticsearch-rest-client-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/kibana/elasticsearch-ssl-config-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/kibana/httpasyncclient-4.1.4.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/kibana/httpclient-4.5.10.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/kibana/httpcore-4.4.12.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/kibana/httpcore-nio-4.4.12.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/kibana/kibana-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/kibana/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/kibana/reindex-client-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/lang-expression/antlr4-runtime-4.5.1-1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/lang-expression/asm-5.0.4.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/lang-expression/asm-commons-5.0.4.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/lang-expression/asm-tree-5.0.4.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/lang-expression/lang-expression-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/lang-expression/lucene-expressions-8.8.0.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/lang-expression/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/lang-expression/plugin-security.policy [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/lang-mustache/compiler-0.9.6.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/lang-mustache/lang-mustache-client-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/lang-mustache/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/lang-mustache/plugin-security.policy [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/lang-painless/antlr4-runtime-4.5.3.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/lang-painless/asm-7.2.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/lang-painless/asm-analysis-7.2.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/lang-painless/asm-commons-7.2.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/lang-painless/asm-tree-7.2.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/lang-painless/asm-util-7.2.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/lang-painless/elasticsearch-scripting-painless-spi-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/lang-painless/lang-painless-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/lang-painless/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/lang-painless/plugin-security.policy [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/mapper-extras/mapper-extras-client-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/mapper-extras/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/mapper-version/LICENSE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/mapper-version/NOTICE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/mapper-version/mapper-version-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/mapper-version/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/parent-join/parent-join-client-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/parent-join/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/percolator/percolator-client-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/percolator/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/rank-eval/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/rank-eval/rank-eval-client-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/reindex/commons-codec-1.11.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/reindex/commons-logging-1.1.3.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/reindex/elasticsearch-rest-client-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/reindex/elasticsearch-ssl-config-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/reindex/httpasyncclient-4.1.4.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/reindex/httpclient-4.5.10.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/reindex/httpcore-4.4.12.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/reindex/httpcore-nio-4.4.12.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/reindex/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/reindex/plugin-security.policy [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/reindex/reindex-client-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/repositories-metering-api/LICENSE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/repositories-metering-api/NOTICE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/repositories-metering-api/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/repositories-metering-api/repositories-metering-api-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/repository-encrypted/LICENSE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/repository-encrypted/NOTICE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/repository-encrypted/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/repository-encrypted/plugin-security.policy [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/repository-encrypted/repository-encrypted-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/repository-url/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/repository-url/plugin-security.policy [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/repository-url/repository-url-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/search-business-rules/LICENSE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/search-business-rules/NOTICE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/search-business-rules/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/search-business-rules/search-business-rules-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/searchable-snapshots/LICENSE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/searchable-snapshots/NOTICE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/searchable-snapshots/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/searchable-snapshots/plugin-security.policy [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/searchable-snapshots/preallocate-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/searchable-snapshots/searchable-snapshots-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/snapshot-repo-test-kit/LICENSE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/snapshot-repo-test-kit/NOTICE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/snapshot-repo-test-kit/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/snapshot-repo-test-kit/snapshot-repo-test-kit-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/spatial/LICENSE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/spatial/NOTICE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/spatial/geo-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/spatial/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/spatial/spatial-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/transform/LICENSE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/transform/NOTICE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/transform/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/transform/transform-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/transport-netty4/netty-buffer-4.1.49.Final.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/transport-netty4/netty-codec-4.1.49.Final.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/transport-netty4/netty-codec-http-4.1.49.Final.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/transport-netty4/netty-common-4.1.49.Final.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/transport-netty4/netty-handler-4.1.49.Final.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/transport-netty4/netty-resolver-4.1.49.Final.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/transport-netty4/netty-transport-4.1.49.Final.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/transport-netty4/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/transport-netty4/plugin-security.policy [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/transport-netty4/transport-netty4-client-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/unsigned-long/LICENSE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/unsigned-long/NOTICE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/unsigned-long/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/unsigned-long/unsigned-long-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/vectors/LICENSE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/vectors/NOTICE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/vectors/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/vectors/vectors-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/wildcard/LICENSE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/wildcard/NOTICE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/wildcard/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/wildcard/wildcard-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-aggregate-metric/LICENSE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-aggregate-metric/NOTICE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-aggregate-metric/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-aggregate-metric/x-pack-aggregate-metric-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-analytics/LICENSE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-analytics/NOTICE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-analytics/commons-math3-3.2.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-analytics/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-analytics/plugin-security.policy [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-analytics/x-pack-analytics-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-async-search/LICENSE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-async-search/NOTICE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-async-search/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-async-search/plugin-security.policy [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-async-search/x-pack-async-search-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-async/LICENSE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-async/NOTICE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-async/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-async/plugin-security.policy [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-async/x-pack-async-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-autoscaling/LICENSE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-autoscaling/NOTICE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-autoscaling/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-autoscaling/x-pack-autoscaling-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ccr/LICENSE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ccr/NOTICE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ccr/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ccr/plugin-security.policy [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ccr/x-pack-ccr-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-core/LICENSE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-core/NOTICE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-core/commons-codec-1.11.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-core/commons-logging-1.1.3.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-core/elasticsearch-nio-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-core/elasticsearch-ssl-config-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-core/httpasyncclient-4.1.4.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-core/httpclient-4.5.10.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-core/httpcore-4.4.12.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-core/httpcore-nio-4.4.12.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-core/log4j-1.2-api-2.11.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-core/netty-buffer-4.1.49.Final.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-core/netty-codec-4.1.49.Final.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-core/netty-codec-http-4.1.49.Final.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-core/netty-common-4.1.49.Final.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-core/netty-handler-4.1.49.Final.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-core/netty-resolver-4.1.49.Final.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-core/netty-transport-4.1.49.Final.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-core/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-core/plugin-security.policy [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-core/transport-netty4-client-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-core/transport-nio-client-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-core/unboundid-ldapsdk-4.0.8.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-core/x-pack-core-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-data-streams/LICENSE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-data-streams/NOTICE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-data-streams/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-data-streams/x-pack-data-streams-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-deprecation/LICENSE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-deprecation/NOTICE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-deprecation/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-deprecation/plugin-security.policy [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-deprecation/x-pack-deprecation-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-enrich/LICENSE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-enrich/NOTICE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-enrich/elasticsearch-rest-client-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-enrich/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-enrich/reindex-client-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-enrich/x-pack-enrich-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-eql/LICENSE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-eql/NOTICE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-eql/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-eql/plugin-security.policy [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-eql/x-pack-eql-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-fleet/LICENSE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-fleet/NOTICE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-fleet/commons-codec-1.11.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-fleet/commons-logging-1.1.3.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-fleet/elasticsearch-rest-client-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-fleet/elasticsearch-ssl-config-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-fleet/httpasyncclient-4.1.4.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-fleet/httpclient-4.5.10.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-fleet/httpcore-4.4.12.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-fleet/httpcore-nio-4.4.12.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-fleet/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-fleet/reindex-client-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-fleet/x-pack-fleet-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-graph/LICENSE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-graph/NOTICE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-graph/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-graph/plugin-security.policy [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-graph/x-pack-graph-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-identity-provider/LICENSE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-identity-provider/NOTICE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-identity-provider/cryptacular-1.2.4.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-identity-provider/guava-19.0.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-identity-provider/httpclient-cache-4.5.10.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-identity-provider/java-support-7.5.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-identity-provider/log4j-slf4j-impl-2.11.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-identity-provider/metrics-core-3.2.2.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-identity-provider/opensaml-core-3.4.5.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-identity-provider/opensaml-messaging-api-3.4.5.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-identity-provider/opensaml-messaging-impl-3.4.5.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-identity-provider/opensaml-profile-api-3.4.5.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-identity-provider/opensaml-profile-impl-3.4.5.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-identity-provider/opensaml-saml-api-3.4.5.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-identity-provider/opensaml-saml-impl-3.4.5.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-identity-provider/opensaml-security-api-3.4.5.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-identity-provider/opensaml-security-impl-3.4.5.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-identity-provider/opensaml-soap-api-3.4.5.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-identity-provider/opensaml-soap-impl-3.4.5.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-identity-provider/opensaml-storage-api-3.4.5.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-identity-provider/opensaml-storage-impl-3.4.5.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-identity-provider/opensaml-xmlsec-api-3.4.5.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-identity-provider/opensaml-xmlsec-impl-3.4.5.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-identity-provider/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-identity-provider/plugin-security.policy [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-identity-provider/slf4j-api-1.6.2.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-identity-provider/x-pack-identity-provider-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-identity-provider/xmlsec-2.1.4.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ilm/LICENSE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ilm/NOTICE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ilm/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ilm/x-pack-ilm-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ingest/LICENSE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ingest/NOTICE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ingest/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ingest/x-pack-ingest-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-logstash/LICENSE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-logstash/NOTICE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-logstash/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-logstash/plugin-security.policy [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-logstash/x-pack-logstash-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ml/LICENSE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ml/NOTICE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ml/elasticsearch-grok-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ml/jcodings-1.0.44.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ml/joni-2.1.29.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/bin/autodetect [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/bin/categorize [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/bin/controller [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/bin/data_frame_analyzer [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/bin/normalize [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/lib/libMlApi.so [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/lib/libMlCore.so [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/lib/libMlMaths.so [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/lib/libMlModel.so [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/lib/libboost_atomic-gcc7-mt-x64-1_71.so.1.71.0 [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/lib/libboost_chrono-gcc7-mt-x64-1_71.so.1.71.0 [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/lib/libboost_date_time-gcc7-mt-x64-1_71.so.1.71.0 [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/lib/libboost_filesystem-gcc7-mt-x64-1_71.so.1.71.0 [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/lib/libboost_iostreams-gcc7-mt-x64-1_71.so.1.71.0 [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/lib/libboost_log-gcc7-mt-x64-1_71.so.1.71.0 [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/lib/libboost_log_setup-gcc7-mt-x64-1_71.so.1.71.0 [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/lib/libboost_program_options-gcc7-mt-x64-1_71.so.1.71.0 [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/lib/libboost_regex-gcc7-mt-x64-1_71.so.1.71.0 [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/lib/libboost_system-gcc7-mt-x64-1_71.so.1.71.0 [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/lib/libboost_thread-gcc7-mt-x64-1_71.so.1.71.0 [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/lib/libgcc_s.so.1 [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/lib/libstdc++.so.6 [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/lib/libxml2.so.2 [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/resources/ml-en.dict [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ml/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ml/plugin-security-test.policy [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ml/plugin-security.policy [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ml/super-csv-2.4.0.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ml/x-pack-ml-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-monitoring/LICENSE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-monitoring/NOTICE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-monitoring/elasticsearch-rest-client-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-monitoring/elasticsearch-rest-client-sniffer-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-monitoring/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-monitoring/plugin-security.policy [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-monitoring/x-pack-monitoring-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ql/LICENSE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ql/NOTICE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ql/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-ql/x-pack-ql-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-rollup/LICENSE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-rollup/NOTICE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-rollup/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-rollup/x-pack-rollup-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-runtime-fields/LICENSE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-runtime-fields/NOTICE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-runtime-fields/elasticsearch-dissect-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-runtime-fields/elasticsearch-grok-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-runtime-fields/jcodings-1.0.44.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-runtime-fields/joni-2.1.29.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-runtime-fields/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-runtime-fields/x-pack-runtime-fields-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-security/LICENSE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-security/NOTICE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-security/accessors-smart-1.2.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-security/asm-7.3.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-security/cryptacular-1.2.4.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-security/guava-19.0.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-security/httpclient-cache-4.5.10.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-security/jakarta.mail-1.6.3.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-security/java-support-7.5.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-security/jcip-annotations-1.0.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-security/json-smart-2.3.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-security/lang-tag-1.4.4.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-security/log4j-slf4j-impl-2.11.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-security/metrics-core-3.2.2.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-security/nimbus-jose-jwt-8.6.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-security/oauth2-oidc-sdk-7.0.2.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-security/opensaml-core-3.4.5.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-security/opensaml-messaging-api-3.4.5.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-security/opensaml-messaging-impl-3.4.5.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-security/opensaml-profile-api-3.4.5.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-security/opensaml-profile-impl-3.4.5.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-security/opensaml-saml-api-3.4.5.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-security/opensaml-saml-impl-3.4.5.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-security/opensaml-security-api-3.4.5.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-security/opensaml-security-impl-3.4.5.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-security/opensaml-soap-api-3.4.5.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-security/opensaml-soap-impl-3.4.5.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-security/opensaml-storage-api-3.4.5.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-security/opensaml-storage-impl-3.4.5.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-security/opensaml-xmlsec-api-3.4.5.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-security/opensaml-xmlsec-impl-3.4.5.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-security/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-security/plugin-security.policy [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-security/slf4j-api-1.6.2.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-security/x-pack-security-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-security/xmlsec-2.1.4.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-sql/LICENSE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-sql/NOTICE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-sql/aggs-matrix-stats-client-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-sql/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-sql/plugin-security.policy [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-sql/sql-action-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-sql/sql-proto-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-sql/x-pack-sql-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-stack/LICENSE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-stack/NOTICE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-stack/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-stack/x-pack-stack-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-text-structure/LICENSE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-text-structure/NOTICE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-text-structure/elasticsearch-grok-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-text-structure/icu4j-62.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-text-structure/jcodings-1.0.44.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-text-structure/joni-2.1.29.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-text-structure/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-text-structure/super-csv-2.4.0.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-text-structure/x-pack-text-structure-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-voting-only-node/LICENSE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-voting-only-node/NOTICE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-voting-only-node/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-voting-only-node/x-pack-voting-only-node-7.12.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-watcher/LICENSE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-watcher/NOTICE.txt [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-watcher/failureaccess-1.0.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-watcher/guava-27.1-jre.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-watcher/jakarta.activation-1.2.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-watcher/jakarta.mail-1.6.4.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-watcher/owasp-java-html-sanitizer-20191001.1.jar [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-watcher/plugin-descriptor.properties [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-watcher/plugin-security.policy [deleted file]
sonar-application/src/main/assembly/elasticsearch/modules/x-pack-watcher/x-pack-watcher-7.12.1.jar [deleted file]