Skip to content

Commit

Permalink
Merge pull request #670 from bci-oss/bugfix/663-samm-validate-not-wor…
Browse files Browse the repository at this point in the history
…king-with-samm-cli-on-macos

Add org.graalvm.js:js dependency is missing in the fat jar
  • Loading branch information
Yauhenikapl authored Nov 5, 2024
2 parents 6a5fa29 + bebf226 commit 87be831
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion core/esmf-aspect-model-validator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js</artifactId>
<type>pom</type>
<type>jar</type>
<version>${graalvm-version}</version>
</dependency>
<dependency>
<groupId>org.graalvm.js</groupId>
Expand Down
9 changes: 8 additions & 1 deletion tools/samm-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,14 @@
<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js</artifactId>
<type>pom</type>
<type>jar</type>
<version>${graalvm-version}</version>
</dependency>
<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js-scriptengine</artifactId>
<type>jar</type>
<version>${graalvm-version}</version>
</dependency>

<!-- Test dependencies -->
Expand Down

0 comments on commit 87be831

Please sign in to comment.