[intellij project configuration] use the modern variant of the 'jetbrains-annotations' library

There is no need to use java5 variant since these modules now require Java 8 anyway. Also, this is needed to ensure that the old variant of the library isn't included into distribution (IDEA-329910).

GitOrigin-RevId: 2dc5d60e989b140d7401ea7929309321d3d8f0bf
This commit is contained in:
Nikolay Chashnikov
2023-08-16 18:02:13 +02:00
committed by intellij-monorepo-bot
parent 2514615c69
commit 8d77f4bc8c
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="jetbrains-annotations-java5" level="project" />
<orderEntry type="library" name="jetbrains-annotations" level="project" />
<orderEntry type="library" exported="" name="http-client" level="project" />
<orderEntry type="library" exported="" name="commons-logging" level="project" />
<orderEntry type="library" exported="" name="Slf4j" level="project" />