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


##########
.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:
   rah I hate these spaces indentation, they are never the same between 
projects. i will update.
   
   ah yes, need to add to dependabot, I forgot that we are using an allow-list 
in camel-quarkus
   
   



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