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

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

commit c667c42e3095aa50cbcc05860203df90489ebae5
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Fri Jul 21 12:24:54 2023 +0200

    CAMEL-19628: Restrict downloading JARs from Atlassian Maven
---
 catalog/camel-allcomponents/pom.xml | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/catalog/camel-allcomponents/pom.xml 
b/catalog/camel-allcomponents/pom.xml
index ba36b12626d..9254c8ccba5 100644
--- a/catalog/camel-allcomponents/pom.xml
+++ b/catalog/camel-allcomponents/pom.xml
@@ -32,7 +32,21 @@
     <name>Camel :: All Components Sync point</name>
     <description>Depends on all components to ensure correct build 
ordering</description>
 
-       <dependencies>
+    <repositories>
+        <repository>
+            <id>atlassian</id>
+            <url>https://packages.atlassian.com/maven-external/</url>
+            <name>atlassian external repo</name>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+        </repository>
+    </repositories>
+
+    <dependencies>
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-activemq</artifactId>

Reply via email to