Skip to content

Commit 241c2cd

Browse files
committed
use internal impl fix fix
1 parent d1ec23f commit 241c2cd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

debugger/cdt-debugger-impl/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
</dependency>
6262

6363
<dependency>
64-
<groupId>com.github.kklisura.cdt</groupId>
64+
<groupId>consulo.internal.com.github.kklisura.cdt</groupId>
6565
<artifactId>cdt-java-client</artifactId>
66-
<version>2.1.0</version>
66+
<version>4.0.0</version>
6767
<exclusions>
6868
<exclusion>
6969
<groupId>org.javassist</groupId>

plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,9 @@
179179
</dependency>
180180

181181
<dependency>
182-
<groupId>com.github.kklisura.cdt</groupId>
182+
<groupId>consulo.internal.com.github.kklisura.cdt</groupId>
183183
<artifactId>cdt-java-client</artifactId>
184-
<version>2.1.0</version>
184+
<version>4.0.0</version>
185185
<exclusions>
186186
<exclusion>
187187
<groupId>org.javassist</groupId>

0 commit comments

Comments
 (0)