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 06:48:23 UTC

[camel] branch main updated: camel-jira: Atlassian repo is needed for camel-componentdsl (its already for camel-endpointdsl) (#10793)

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


The following commit(s) were added to refs/heads/main by this push:
     new 84ad5bfe02c camel-jira: Atlassian repo is needed for camel-componentdsl (its already for camel-endpointdsl) (#10793)
84ad5bfe02c is described below

commit 84ad5bfe02c39b46bb0ac5383ac85474e9dd0a64
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Jul 24 08:48:18 2023 +0200

    camel-jira: Atlassian repo is needed for camel-componentdsl (its already for camel-endpointdsl) (#10793)
---
 dsl/camel-componentdsl/pom.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/dsl/camel-componentdsl/pom.xml b/dsl/camel-componentdsl/pom.xml
index 2c06a878e09..8a6a9ec8bc0 100644
--- a/dsl/camel-componentdsl/pom.xml
+++ b/dsl/camel-componentdsl/pom.xml
@@ -38,6 +38,20 @@
         <label>dsl</label>
     </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>
 
         <dependency>