fix component-libraries.yml miss component:rest-high-level-client (#3859)
* fix component-libraries.yml miss component:rest-high-level-client * Update component-libraries.yml Add mapping.
This commit is contained in:
parent
a0306ca18b
commit
db0b7486a5
|
|
@ -230,6 +230,9 @@ Ehcache:
|
|||
SocketIO:
|
||||
id: 76
|
||||
languages: Java
|
||||
rest-high-level-client:
|
||||
id: 77
|
||||
languages: Java
|
||||
|
||||
# .NET/.NET Core components
|
||||
# [3000, 4000) for C#/.NET only
|
||||
|
|
@ -327,5 +330,6 @@ Component-Server-Mappings:
|
|||
Pomelo.EntityFrameworkCore.MySql: Mysql
|
||||
Npgsql.EntityFrameworkCore.PostgreSQL: PostgreSQL
|
||||
transport-client: Elasticsearch
|
||||
rest-high-level-client: Elasticsearch
|
||||
SolrJ: Solr
|
||||
cassandra-java-driver: Cassandra
|
||||
cassandra-java-driver: Cassandra
|
||||
|
|
|
|||
Loading…
Reference in New Issue