From 321de7f0da4453d27edabbeb43d003658cf79d0b Mon Sep 17 00:00:00 2001 From: Deepthi V V Date: Wed, 8 Jan 2014 22:04:45 +0530 Subject: [PATCH] Bug 267: Upgraded maven-bundle-plugin to 2.4.0 While trying to fetch augmentation code, ClassNotFoundException is thrown for certain classes due to missing imports in Manifest.mf of model bundles. These classes were used as type parameters in Augmentation. maven-bundle-plugin 2.4.0 fixes the issue of missing imports for generics. Signed-off-by: Deepthi V V Change-Id: If917e687a3815ad730a26bd46efbd057bd6e2243 --- opendaylight/md-sal/model/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opendaylight/md-sal/model/pom.xml b/opendaylight/md-sal/model/pom.xml index 1fc9b50b3f..571e9d8df2 100644 --- a/opendaylight/md-sal/model/pom.xml +++ b/opendaylight/md-sal/model/pom.xml @@ -19,7 +19,7 @@ UTF-8 - 2.3.7 + 2.4.0 @@ -40,7 +40,7 @@ ${project.groupId}.${project.artifactId} - *,org.opendaylight.yangtools.yang.binding.annotations + org.opendaylight.yangtools.yang.binding.annotations, * -- 2.36.6