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/23 19:55:08 UTC

[camel] branch cdsl created (now 463a9cf4bae)

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

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


      at 463a9cf4bae camel-jira: Atlassian repo is needed for camel-componentdsl (its already for camel-endpointdsl)

This branch includes the following new commits:

     new 463a9cf4bae camel-jira: Atlassian repo is needed for camel-componentdsl (its already for camel-endpointdsl)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel] 01/01: camel-jira: Atlassian repo is needed for camel-componentdsl (its already for camel-endpointdsl)

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 463a9cf4bae881fccb24def415c77862cc885bf7
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Jul 23 21:54:26 2023 +0200

    camel-jira: Atlassian repo is needed for camel-componentdsl (its already for camel-endpointdsl)
---
 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>