lfurman commented on code in PR #3005:
URL: https://github.com/apache/james-project/pull/3005#discussion_r3077038222


##########
examples/pom.xml:
##########
@@ -48,12 +48,94 @@
     <james.groupId>org.apache.james</james.groupId>
     <james.baseVersion>${project.version}</james.baseVersion>
     
<james.protocols.groupId>${james.groupId}.protocols</james.protocols.groupId>
+    <jetty.version>12.0.32</jetty.version>
+    <netty.version>4.1.129.Final</netty.version>

Review Comment:
   Thank you for the guidance! I have updated the PR with the following changes:
   
   - Reverted the Netty version bump. This will be addressed in a separate PR 
after refactory-netty library is upgraded along with S3 driver and Cassandra 
driver.
   - Reverted all individual Jetty dependencyManagement entries.
   - Reverted all examples/pom.xml changes.
   - Upgraded spark-core from 3.0.2 to 3.0.4 which naturally pulls in Jetty 
12.1.7 as a transitive dependency.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to