This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/master by this push:
new 5b6685c Fix #716 Move the Atlassian Maven repository to the Jira
runtime module
5b6685c is described below
commit 5b6685c09457ec665c698703b039ff00e553c5d4
Author: Peter Palaga <[email protected]>
AuthorDate: Fri Feb 14 08:44:02 2020 +0100
Fix #716 Move the Atlassian Maven repository to the Jira runtime module
---
extensions/jira/runtime/pom.xml | 16 ++++++++++++++++
pom.xml | 12 ------------
2 files changed, 16 insertions(+), 12 deletions(-)
diff --git a/extensions/jira/runtime/pom.xml b/extensions/jira/runtime/pom.xml
index 2be8ea1..bfd3b3a 100644
--- a/extensions/jira/runtime/pom.xml
+++ b/extensions/jira/runtime/pom.xml
@@ -35,6 +35,22 @@
<firstVersion>1.1.0</firstVersion>
</properties>
+ <repositories>
+ <repository>
+ <!--for com.atlassian.jira-->
+ <id>atlassian</id>
+ <url>https://packages.atlassian.com/maven-external/</url>
+ <name>atlassian exteranl repo</name>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ </repository>
+ </repositories>
+
+
<dependencyManagement>
<dependencies>
<dependency>
diff --git a/pom.xml b/pom.xml
index 7659111..6e9e878 100644
--- a/pom.xml
+++ b/pom.xml
@@ -175,18 +175,6 @@
<enabled>false</enabled>
</releases>
</repository>
- <repository>
- <!--for com.atlassian.jira-->
- <id>atlassian</id>
- <url>https://packages.atlassian.com/maven-external/</url>
- <name>atlassian exteranl repo</name>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
</repositories>
<pluginRepositories>
<pluginRepository>