We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5cfed5 commit d18aedbCopy full SHA for d18aedb
bundles/org.openhab.automation.jsscripting/pom.xml
@@ -29,6 +29,7 @@
29
30
<build>
31
<plugins>
32
+ <!-- exclude META-INF/services/com.oracle.truffle.api.TruffleLanguage$Provider when unpacking dependencies -->
33
<plugin>
34
<groupId>org.apache.maven.plugins</groupId>
35
<artifactId>maven-dependency-plugin</artifactId>
@@ -149,7 +150,7 @@
149
150
<artifactId>regex</artifactId>
151
<version>${graal.version}</version>
152
</dependency>
- <!-- Graal JavaScript engine -->
153
+ <!-- Graal JavaScript engine (depends on Graal TRegex engine, must be added after it) -->
154
<dependency>
155
<groupId>org.graalvm.js</groupId>
156
<artifactId>js</artifactId>
0 commit comments