This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


The following commit(s) were added to refs/heads/main by this push:
     new d4e72cf  Cleanup
d4e72cf is described below

commit d4e72cfd83f19da81814bb6418aaa7be41778be1
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue May 4 08:30:03 2021 +0200

    Cleanup
---
 library/camel-kamelets-catalog/pom.xml | 11 +++++------
 pom.xml                                |  1 +
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/library/camel-kamelets-catalog/pom.xml 
b/library/camel-kamelets-catalog/pom.xml
index 75175a5..f5f13ee 100644
--- a/library/camel-kamelets-catalog/pom.xml
+++ b/library/camel-kamelets-catalog/pom.xml
@@ -85,12 +85,11 @@
             <scope>test</scope>
             <version>${junit.jupiter.version}</version>
         </dependency>
-<!-- https://mvnrepository.com/artifact/io.github.classgraph/classgraph -->
-<dependency>
-    <groupId>io.github.classgraph</groupId>
-    <artifactId>classgraph</artifactId>
-    <version>4.8.105</version>
-</dependency>
+        <dependency>
+            <groupId>io.github.classgraph</groupId>
+            <artifactId>classgraph</artifactId>
+            <version>${classgraph.version}</version>
+        </dependency>
 
 
     </dependencies>
diff --git a/pom.xml b/pom.xml
index 9e005f2..45f49c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,6 +56,7 @@
         <camel.k.extension.version>5.3.1</camel.k.extension.version>
         <commons.io.version>2.8.0</commons.io.version>
         <junit.jupiter.version>5.7.1</junit.jupiter.version>
+        <classgraph.version>4.8.105</classgraph.version>
     </properties>
 
     <developers>

Reply via email to