From cb42c1960fafa822c961b9b7bf4c53911a67632e Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Wed, 17 Jun 2015 16:32:39 -0600 Subject: [PATCH] Fix overlooked repo in the upgrade from karaf 3.0.1 to 3.0.3 It turns out that a new repo was added to the defaults for karaf 3.0.3 that is needed for certain stock features to work. This adds it. Change-Id: I63bbc2df5d9c405c168b0758ac86c6113c46d423 Signed-off-by: Ed Warnicke (cherry picked from commit 7065389406f82fd012c95a44da3ac97e29dedeae) --- .../karaf/src/main/assembly/etc/org.ops4j.pax.url.mvn.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/distributions/karaf/src/main/assembly/etc/org.ops4j.pax.url.mvn.cfg b/distributions/karaf/src/main/assembly/etc/org.ops4j.pax.url.mvn.cfg index 9ee45e4d..630c0f95 100644 --- a/distributions/karaf/src/main/assembly/etc/org.ops4j.pax.url.mvn.cfg +++ b/distributions/karaf/src/main/assembly/etc/org.ops4j.pax.url.mvn.cfg @@ -90,7 +90,7 @@ org.ops4j.pax.url.mvn.defaultLocalRepoAsRemote=false # A repository url can be appended with zero or more of the following flags: # @snapshots : the repository contains snaphots # @noreleases : the repository does not contain any released artifacts -# @id=reponid : the id for the repository, just like in the settings.xml this is optional but recomendet +# @id=reponid : the id for the repository, just like in the settings.xml this is optional but recomendet # # The default list doesn't contain any repository containing snapshots as it can impact the artifacts resolution. # You may want to add the following repositories containing snapshots: @@ -103,4 +103,5 @@ org.ops4j.pax.url.mvn.repositories= \ file:${karaf.data}/kar@id=kar.repository@multi, \ http://repo1.maven.org/maven2@id=central, \ http://repository.springsource.com/maven/bundles/release@id=spring.ebr.release, \ - http://repository.springsource.com/maven/bundles/external@id=spring.ebr.external + http://repository.springsource.com/maven/bundles/external@id=spring.ebr.external, \ + http://zodiac.springsource.com/maven/bundles/release@id=gemini -- 2.36.6