add jetbrains-annotations lib (the transitive dependency is not handled correctly by Bazel for some reason, anyway, it's better to explicitly specify all required dependencies

GitOrigin-RevId: ad37ac3335307c530597344f1fa9f7d54ae19c6b
This commit is contained in:
Vladimir Krivosheev
2024-09-19 12:57:54 +02:00
committed by intellij-monorepo-bot
parent cbb0841bf3
commit e49ab50c9b
2 changed files with 2 additions and 0 deletions

View File

@@ -73,6 +73,7 @@
<orderEntry type="library" scope="PROVIDED" name="kotlin-stdlib" level="project" />
<orderEntry type="library" name="hash4j" level="project" />
<orderEntry type="library" name="netty-codec-protobuf" level="project" />
<orderEntry type="library" name="jetbrains-annotations" level="project" />
<orderEntry type="library" name="mvstore" level="project" />
</component>
</module>

View File

@@ -35,5 +35,6 @@
<orderEntry type="library" name="ASM" level="project" />
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
<orderEntry type="library" name="kotlin-stdlib" level="project" />
<orderEntry type="library" name="jetbrains-annotations" level="project" />
</component>
</module>