Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gs-jp1 authored Oct 22, 2024
1 parent 767ff0f commit f83b079
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@
<!-- PURE -->

<!-- ENGINE -->
<dependency>
<groupId>org.finos.legend.engine</groupId>
<artifactId>legend-engine-language-pure-grammar</artifactId>
</dependency>
<dependency>
<groupId>org.finos.legend.engine</groupId>
<artifactId>legend-engine-pure-code-core-extension</artifactId>
Expand Down Expand Up @@ -167,10 +163,15 @@
<artifactId>legend-engine-xt-dataquality-pure-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.finos.legend.engine</groupId>
<artifactId>legend-engine-language-pure-grammart</artifactId>
<scope>test</scope>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.finos.legend.engine</groupId>
<artifactId>legend-engine-pure-runtime-java-extension-compiled-functions-legendCompiler</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>
<!-- TEST -->
Expand Down

0 comments on commit f83b079

Please sign in to comment.