[intellij project configuration] don't add jetbrains-annotation-java5 to the classpath of IntelliJ IDEA

This isn't needed since production migrated to use the modern variant of the library (IDEA-329910).

GitOrigin-RevId: 83c90e3408a7f91d733b302d2e30740d502f9766
This commit is contained in:
Nikolay Chashnikov
2023-08-16 18:03:46 +02:00
committed by intellij-monorepo-bot
parent 8d77f4bc8c
commit 07372fdc76

View File

@@ -15,7 +15,6 @@
<orderEntry type="module" module-name="intellij.ant" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.platform.boot" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.platform.bootstrap" scope="RUNTIME" />
<orderEntry type="library" scope="RUNTIME" name="jetbrains-annotations-java5" level="project" />
<orderEntry type="module" module-name="intellij.java.compiler.impl" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.compiler" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.debugger.impl" scope="RUNTIME" />