From: Stephen Kitt Date: Tue, 29 Mar 2016 08:14:30 +0000 (+0200) Subject: Upgrade Aries Proxy 1.0.4 -> 1.0.5 X-Git-Tag: release/boron~270 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=8fefdf8981eaef2a8192238699011ac662152a1c Upgrade Aries Proxy 1.0.4 -> 1.0.5 Karaf 3.0.3 ships with Aries Proxy 1.0.4, but we need the fixes in version 1.0.5. This patch adds Aries Proxy 1.0.5 to our Karaf distributions and overrides the version in startup.properties. Change-Id: Ibe77bc14404e30ea571e46589c983d2e2c47dde5 Signed-off-by: Stephen Kitt --- diff --git a/karaf/karaf-parent/pom.xml b/karaf/karaf-parent/pom.xml index 64616ae569..433ae823ac 100644 --- a/karaf/karaf-parent/pom.xml +++ b/karaf/karaf-parent/pom.xml @@ -49,6 +49,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.apache.sshd sshd-core + + + org.apache.aries.proxy + org.apache.aries.proxy.impl + @@ -61,7 +66,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ${karaf.version} xml features - runtime @@ -84,6 +88,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html opendaylight-karaf-resources ${karaf.resources.version} + + + + + org.apache.aries.proxy + org.apache.aries.proxy.impl + 1.0.5 + @@ -350,6 +362,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html + + + + diff --git a/karaf/opendaylight-karaf-empty/pom.xml b/karaf/opendaylight-karaf-empty/pom.xml index 557f61c8e1..266fc870c4 100644 --- a/karaf/opendaylight-karaf-empty/pom.xml +++ b/karaf/opendaylight-karaf-empty/pom.xml @@ -7,9 +7,7 @@ ../karaf-parent 4.0.0 - org.opendaylight.controller opendaylight-karaf-empty - 1.7.0-SNAPSHOT ${project.artifactId} pom diff --git a/karaf/opendaylight-karaf/pom.xml b/karaf/opendaylight-karaf/pom.xml index f2d217c518..a34361970d 100644 --- a/karaf/opendaylight-karaf/pom.xml +++ b/karaf/opendaylight-karaf/pom.xml @@ -43,6 +43,14 @@ xml + + + + org.apache.aries.proxy + org.apache.aries.proxy.impl + 1.0.5 + + @@ -255,6 +260,23 @@ false + + copy-dependencies + prepare-package + + copy-dependencies + + + ${project.build.directory}/assembly/system + distribution.vtn-coordinator + false + true + true + true + true + true + + @@ -279,6 +301,12 @@ + + + +