Skip to content

Commit d18aedb

Browse files
committed
[jsscripting] Minor POM comment improvements
Signed-off-by: Florian Hotze <[email protected]>
1 parent c5cfed5 commit d18aedb

File tree

1 file changed

+2
-1
lines changed
  • bundles/org.openhab.automation.jsscripting

1 file changed

+2
-1
lines changed

bundles/org.openhab.automation.jsscripting/pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929

3030
<build>
3131
<plugins>
32+
<!-- exclude META-INF/services/com.oracle.truffle.api.TruffleLanguage$Provider when unpacking dependencies -->
3233
<plugin>
3334
<groupId>org.apache.maven.plugins</groupId>
3435
<artifactId>maven-dependency-plugin</artifactId>
@@ -149,7 +150,7 @@
149150
<artifactId>regex</artifactId>
150151
<version>${graal.version}</version>
151152
</dependency>
152-
<!-- Graal JavaScript engine -->
153+
<!-- Graal JavaScript engine (depends on Graal TRegex engine, must be added after it) -->
153154
<dependency>
154155
<groupId>org.graalvm.js</groupId>
155156
<artifactId>js</artifactId>

0 commit comments

Comments
 (0)