Skip to content

Commit

Permalink
fix: make lemminx-vespa depend on config-model so necessary files are…
Browse files Browse the repository at this point in the history
… generated
  • Loading branch information
Mangern committed Oct 25, 2024
1 parent db84d85 commit 0cc4427
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions integration/schema-language-server/lemminx-vespa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
<version>0.28.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>config-model</artifactId>
<version>8-SNAPSHOT</version>
</dependency>
</dependencies>
<repositories>
<repository>
Expand Down

0 comments on commit 0cc4427

Please sign in to comment.