File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
utbot-intellij/src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 5
5
<name >UnitTestBot</name >
6
6
<vendor >utbot.org</vendor >
7
7
<depends >com.intellij.modules.platform</depends >
8
- <depends >org.jetbrains.idea.maven</depends >
9
8
10
9
<depends optional =" true" config-file =" withJava.xml" >com.intellij.modules.java</depends >
11
10
<depends optional =" true" config-file =" withKotlin.xml" >org.jetbrains.kotlin</depends >
12
11
<depends optional =" true" config-file =" withPython.xml" >com.intellij.modules.python</depends >
13
12
<depends optional =" true" config-file =" withAndroid.xml" >org.jetbrains.android</depends >
13
+ <depends optional =" true" config-file =" withIdeaMaven.xml" >org.jetbrains.idea.maven</depends >
14
14
15
15
<actions >
16
16
<action id =" org.utbot.intellij.plugin.ui.actions.GenerateTestsAction"
Original file line number Diff line number Diff line change
1
+ <!-- Optional dependency on org.jetbrains.idea.maven-->
2
+ <extensions defaultExtensionNs =" org.jetbrains.idea.maven" >
3
+ </extensions >
You can’t perform that action at this time.
0 commit comments