We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 555fefb commit 082d269Copy full SHA for 082d269
1 file changed
csharp-impl/pom.xml
@@ -142,6 +142,11 @@
142
<artifactId>consulo.csharp-csharp.editor.api</artifactId>
143
<version>${project.version}</version>
144
</dependency>
145
+ <dependency>
146
+ <groupId>${project.groupId}</groupId>
147
+ <artifactId>consulo.csharp.project.view.api</artifactId>
148
+ <version>${project.version}</version>
149
+ </dependency>
150
<dependency>
151
<groupId>consulo.internal</groupId>
152
<artifactId>gnu.jel</artifactId>
0 commit comments