Skip to content

Commit 082d269

Browse files
committed
add dep - missed
1 parent 555fefb commit 082d269

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

csharp-impl/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,11 @@
142142
<artifactId>consulo.csharp-csharp.editor.api</artifactId>
143143
<version>${project.version}</version>
144144
</dependency>
145+
<dependency>
146+
<groupId>${project.groupId}</groupId>
147+
<artifactId>consulo.csharp.project.view.api</artifactId>
148+
<version>${project.version}</version>
149+
</dependency>
145150
<dependency>
146151
<groupId>consulo.internal</groupId>
147152
<artifactId>gnu.jel</artifactId>

0 commit comments

Comments
 (0)