ramackri commented on code in PR #1052:
URL: https://github.com/apache/ranger/pull/1052#discussion_r3551012847


##########
agents-common/pom.xml:
##########
@@ -182,6 +182,7 @@
             <groupId>org.graalvm.js</groupId>
             <artifactId>js</artifactId>
             <version>${graalvm.version}</version>
+            <type>pom</type>

Review Comment:
   **Keep `<type>pom</type>` — do not remove it.**
   
   At GraalVM 25.1.3, `org.graalvm.js:js` is published as a POM aggregator, not 
a JAR (`js-25.1.3.jar` does not exist on Maven Central). The `<type>pom</type>` 
declaration is required for Maven to resolve the dependency correctly and pull 
in `js-language` and `truffle-runtime` transitively.
   
   Without it, Maven defaults to `type=jar` and resolution will fail or behave 
incorrectly for 25.x.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to