jamesnetherton commented on code in PR #8903:
URL: https://github.com/apache/camel-quarkus/pull/8903#discussion_r3629481685


##########
.mvn/extensions.xml:
##########
@@ -1,8 +1,17 @@
-<?xml version="1.0" encoding="UTF-8"?>
 <extensions>
-    <extension>
-        <groupId>eu.maveniverse.maven.scalpel</groupId>
-        <artifactId>extension</artifactId>
-        <version>0.3.7</version>
-    </extension>
+  <extension>
+    <groupId>eu.maveniverse.maven.scalpel</groupId>
+    <artifactId>extension</artifactId>
+    <version>0.3.7</version>
+  </extension>
+  <extension>
+    <groupId>com.gradle</groupId>
+    <artifactId>develocity-maven-extension</artifactId>
+    <version>2.5.0</version>
+  </extension>
+  <extension>
+    <groupId>com.gradle</groupId>
+    <artifactId>common-custom-user-data-maven-extension</artifactId>
+    <version>2.3.0</version>
+  </extension>

Review Comment:
   Should we add these to the Dependabot config?
   
   Also nitpick - not sure if we want to preserve the original file indentation.



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