Repository: camel
Updated Branches:
  refs/heads/master 18ff4f536 -> f6a9bde97


CAMEL-10925: adding atlassian repo to fix camel-jira in spring-boot CI tests


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/f6a9bde9
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/f6a9bde9
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/f6a9bde9

Branch: refs/heads/master
Commit: f6a9bde97a91a24d96fd4462b97f44c861bb28f1
Parents: 18ff4f5
Author: Nicola Ferraro <ni.ferr...@gmail.com>
Authored: Wed Apr 5 11:31:12 2017 +0200
Committer: Nicola Ferraro <ni.ferr...@gmail.com>
Committed: Wed Apr 5 11:31:36 2017 +0200

----------------------------------------------------------------------
 .../src/test/resources/application-pom.xml               | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/f6a9bde9/tests/camel-itest-spring-boot/src/test/resources/application-pom.xml
----------------------------------------------------------------------
diff --git 
a/tests/camel-itest-spring-boot/src/test/resources/application-pom.xml 
b/tests/camel-itest-spring-boot/src/test/resources/application-pom.xml
index 4570a02..a7a2047 100644
--- a/tests/camel-itest-spring-boot/src/test/resources/application-pom.xml
+++ b/tests/camel-itest-spring-boot/src/test/resources/application-pom.xml
@@ -89,6 +89,17 @@
                 <enabled>true</enabled>
             </snapshots>
         </repository>
+        <repository>
+            <id>atlassian-public</id>
+            <name>Atlassian Public</name>
+            <url>https://maven.atlassian.com/repository/public</url>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+        </repository>
     </repositories>
 
 </project>

Reply via email to