gortiz commented on code in PR #13845:
URL: https://github.com/apache/pinot/pull/13845#discussion_r1722084800


##########
pinot-spi/pom.xml:
##########
@@ -73,6 +73,11 @@
       <artifactId>commons-codec</artifactId>
     </dependency>
 
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-classworlds</artifactId>
+      <version>2.8.0</version>
+    </dependency>

Review Comment:
   We are starting to declare all dependencies in the dependencyManagement 
section in the parent pom. Given your expertise... do you recommend to do so?



-- 
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: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to