Skip to content

Commit

Permalink
remove groovy library from api module dependencies
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 2f926458e4aed7c5a0ea881b0a8d5d4dca1058a3
  • Loading branch information
cdracm authored and intellij-monorepo-bot committed Jul 21, 2021
1 parent 4dfadb7 commit 0c5f5ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions java/testFramework/intellij.java.testFramework.iml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<orderEntry type="module" module-name="intellij.platform.codeStyle.impl" />
<orderEntry type="module" module-name="intellij.platform.ide.util.io" />
<orderEntry type="library" name="ASM" level="project" />
<orderEntry type="library" name="org.codehaus.groovy:groovy" level="project" />
</component>
<component name="copyright">
<Base>
Expand Down
2 changes: 1 addition & 1 deletion platform/testFramework/intellij.platform.testFramework.iml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<orderEntry type="module" module-name="intellij.tools.testsBootstrap" />
<orderEntry type="module" module-name="intellij.java.resources.en" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.java.rt" exported="" />
<orderEntry type="library" exported="" name="org.codehaus.groovy:groovy" level="project" />
<orderEntry type="library" name="org.codehaus.groovy:groovy" level="project" />
<orderEntry type="module" module-name="intellij.platform.resources" exported="" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.xml.dom.impl" exported="" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.platform.images" exported="" scope="RUNTIME" />
Expand Down

0 comments on commit 0c5f5ae

Please sign in to comment.