Skip to content

Commit f9e366a

Browse files
develarintellij-monorepo-bot
authored andcommitted
IJ-MR-162467 don't export intellij.platform.jps.model
GitOrigin-RevId: ebaebc90d514e5f3046fe2b973647da4bf156625
1 parent 03163ee commit f9e366a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jvm_library(
2323
"@community//platform/ide-core-impl",
2424
"@community//platform/platform-impl:ide-impl",
2525
"@community//platform/platform-impl:ide-impl_test_lib",
26+
"@community//jps/model-api:model",
2627
"@community//platform/usageView",
2728
"@community//xml/xml-parser:parser",
2829
"@community//platform/lang-api:lang",

tests/intellij.graphql.tests.iml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<orderEntry type="module" module-name="intellij.platform.ide" scope="TEST" />
1313
<orderEntry type="module" module-name="intellij.platform.ide.core.impl" scope="TEST" />
1414
<orderEntry type="module" module-name="intellij.platform.ide.impl" scope="TEST" />
15+
<orderEntry type="module" module-name="intellij.platform.jps.model" scope="TEST" />
1516
<orderEntry type="module" module-name="intellij.platform.usageView" scope="TEST" />
1617
<orderEntry type="module" module-name="intellij.xml.parser" scope="TEST" />
1718
<orderEntry type="module" module-name="intellij.platform.lang" scope="TEST" />

0 commit comments

Comments
 (0)