[fus] IJPL-172537 Count plugin API usage

(cherry picked from commit 9efd1832da8119adbe16a935d4e7ed9a1da290d0)

IJ-CR-150399

GitOrigin-RevId: ea557c9635f5cc447efa8fa87c6fd808b7cb8f60
This commit is contained in:
Yuriy Artamonov
2024-11-28 00:43:04 +01:00
committed by intellij-monorepo-bot
parent ffbe2f59c3
commit 1f5c4b9204
2 changed files with 3 additions and 0 deletions

View File

@@ -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"/>

View File

@@ -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"/>