[json] Add missing test dependency for XML injection module

It is required for the injection tests to be properly run locally.

GitOrigin-RevId: b51a8714f632fb55d0804a332b215958d8ae9bb6
This commit is contained in:
Stanislav Utikeev
2024-02-15 12:43:00 +01:00
committed by intellij-monorepo-bot
parent 2f7b9cb607
commit f21b3dc627

View File

@@ -13,6 +13,7 @@
<orderEntry type="module" module-name="intellij.platform.ide" />
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
<orderEntry type="module" module-name="intellij.spellchecker" />
<orderEntry type="module" module-name="intellij.xml.langInjection" scope="TEST" />
<orderEntry type="library" name="Guava" level="project" />
<orderEntry type="library" name="gson" level="project" />
<orderEntry type="module" module-name="intellij.regexp" />