Skip to content

Commit e06fe36

Browse files
committed
remove impl usage
1 parent da2c5b7 commit e06fe36

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

plugin/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,6 @@
137137
<scope>runtime</scope>
138138
</dependency>
139139

140-
<dependency>
141-
<groupId>consulo</groupId>
142-
<artifactId>consulo-ide-impl</artifactId>
143-
<version>${project.version}</version>
144-
<scope>provided</scope>
145-
</dependency>
146-
147140
<dependency>
148141
<groupId>${project.groupId}</groupId>
149142
<artifactId>com.intellij.spellchecker</artifactId>

plugin/src/main/java/module-info.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,4 @@
66
requires consulo.ide.api;
77
requires consulo.python.language.api;
88
requires consulo.python.impl;
9-
10-
// TODO remove in future
11-
requires consulo.ide.impl;
129
}

0 commit comments

Comments
 (0)