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 2020/02/04 10:58:16 UTC

[camel] 01/02: Added 3rd party repo needed by camel-jira

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

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

commit 8e19b4515fa1cb869fecc7c9b6a2560717fe3c34
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Feb 4 11:53:06 2020 +0100

    Added 3rd party repo needed by camel-jira
---
 core/camel-componentdsl/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/core/camel-componentdsl/pom.xml b/core/camel-componentdsl/pom.xml
index 10d3f85..016b43f 100644
--- a/core/camel-componentdsl/pom.xml
+++ b/core/camel-componentdsl/pom.xml
@@ -1623,4 +1623,12 @@
         </dependency>
     </dependencies>
 
+    <!-- camel-jira -->
+    <repositories>
+        <repository>
+            <id>atlassian-public</id>
+            <url>https://packages.atlassian.com/maven-external</url>
+        </repository>
+    </repositories>
+
 </project>
\ No newline at end of file