mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
[fus] IJPL-172537 Count plugin API usage
(cherry picked from commit 9efd1832da8119adbe16a935d4e7ed9a1da290d0) IJ-CR-150399 GitOrigin-RevId: ea557c9635f5cc447efa8fa87c6fd808b7cb8f60
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ffbe2f59c3
commit
1f5c4b9204
@@ -94,6 +94,7 @@
|
||||
<technology name="http4k" class="org.http4k.core.Uri"/>
|
||||
<technology name="http4s" class="org.http4s.Http"/>
|
||||
<technology name="hystrix" class="com.netflix.hystrix.HystrixCommand"/>
|
||||
<technology name="intellij-api" class="com.intellij.openapi.actionSystem.AnAction"/>
|
||||
<technology name="jackson" class="com.fasterxml.jackson.core.JsonParser"/>
|
||||
<technology name="jaeger" class="io.jaegertracing.Configuration"/>
|
||||
<technology name="jakarta-batch" class="jakarta.batch.api.BatchProperty"/>
|
||||
|
||||
@@ -148,6 +148,8 @@
|
||||
<technology name="http4s" root="org.http4s"/>
|
||||
<technology name="hystrix" root="com.netflix.hystrix"/>
|
||||
<technology name="infinispan" root="org.infinispan"/>
|
||||
<technology name="intellij-api" root="com.intellij.openapi"/>
|
||||
<technology name="intellij-psi" root="com.intellij.psi"/>
|
||||
<technology name="itextpdf" root="com.itextpdf"/>
|
||||
<technology name="jackson" root="com.fasterxml.jackson"/>
|
||||
<technology name="jaegertracing" root="io.jaegertracing"/>
|
||||
|
||||
Reference in New Issue
Block a user