You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/07/24 12:15:41 UTC

[camel] 01/02: Also need atlassian repo due camel-jira is via camel-allcomponents

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

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

commit 38f20af1be005cf3a2f902e217f74c09160fa8fc
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Jul 24 14:12:17 2023 +0200

    Also need atlassian repo due camel-jira is via camel-allcomponents
---
 apache-camel/pom.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index aef50b6108d..ab7334c0fd5 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -41,6 +41,20 @@
         <tarLongFileMode>gnu</tarLongFileMode>
     </properties>
 
+    <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>
 
         <!-- camel core -->