[fus] Update library usage statistics for database access

Adds FUS checker for JDBC and Apache Torque. #IDEA-360703


(cherry picked from commit c037be615b2aba230fa8f254bf5526e8a9508cd3)

IJ-CR-148348

GitOrigin-RevId: aa59a60bd7adde67aca11f41aa30ababe24ff164
This commit is contained in:
Bart van Helvert
2024-10-30 09:45:46 +01:00
committed by intellij-monorepo-bot
parent 208e6c32fe
commit c08cc6ef0f
2 changed files with 3 additions and 0 deletions

View File

@@ -254,6 +254,7 @@
<technology name="testng" class="org.testng.annotations.Test"/>
<technology name="thymeleaf" class="org.thymeleaf.dialect.IDialect"/>
<technology name="tornadofx" class="tornadofx.App"/>
<technology name="torque" class="org.apache.torque"/>
<technology name="truth" class="com.google.common.truth.Truth"/>
<technology name="twitter-util" class="com.twitter.util.Future"/>
<technology name="unfiltered" class="unfiltered.response.ResponseString"/>

View File

@@ -172,6 +172,7 @@
<technology name="javax-websocket" root="javax.websocket"/>
<technology name="jbehave" root="org.jbehave"/>
<technology name="jbpm" root="org.kie.api"/>
<technology name="jdbc" root="java.sql"/>
<technology name="jdbi" root="org.jdbi.v3"/>
<technology name="jdi-light" root="com.epam.jdi.light"/>
<technology name="jeecg-boot" root="org.jeecg"/>
@@ -376,6 +377,7 @@
<technology name="testng" root="org.testng"/>
<technology name="thymeleaf" root="org.thymeleaf"/>
<technology name="tornadofx" root="tornadofx"/>
<technology name="torque" root="org.apache.torque"/>
<technology name="truth" root="com.google.common.truth"/>
<technology name="twitter-server" root="com.twitter.server"/>
<technology name="twitter-util" root="com.twitter.util"/>