From 823fe7754242bae184e2e1ac6e24eac90eefea03 Mon Sep 17 00:00:00 2001 From: Mathieu Lemay Date: Thu, 5 Jun 2014 10:55:26 -0400 Subject: [PATCH] Fixed missing javax.activation bundle in system folder of distribution Change-Id: I56b0d5c316db2236134affda4cf72ab3748894db Signed-off-by: Mathieu Lemay --- features/base/src/main/resources/features.xml | 1 + opendaylight/commons/opendaylight/pom.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/features/base/src/main/resources/features.xml b/features/base/src/main/resources/features.xml index e9118d04bd..23051f5a9a 100644 --- a/features/base/src/main/resources/features.xml +++ b/features/base/src/main/resources/features.xml @@ -51,6 +51,7 @@ mvn:com.eclipsesource.jaxrs/jersey-all/${jersey2.version} mvn:com.eclipsesource.jaxrs/publisher/${jersey2.publisher.version} mvn:javax.ws.rs/javax.ws.rs-api/${jsr311.v2.api.version} + mvn:javax.annotation/javax.annotation-api/${javax.annotation.version} mvn:com.fasterxml.jackson.core/jackson-annotations/${jackson.version} diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index 943bbb878c..80be29570d 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -88,6 +88,7 @@ 1.7 1.7 3.17.1-GA + 1.2 1.17 1.17 -- 2.36.6