From 2aa22bd64226e77ba51997e4e499e5d758021859 Mon Sep 17 00:00:00 2001 From: Moiz Raja Date: Thu, 4 Sep 2014 04:41:48 -0700 Subject: [PATCH] Fix build issue due to implicit addition of unneccessary Import-Package Explicitly excluded *jetty and *sun.security as these are not packages that remoterpc and distributed-datastore depend on Change-Id: Ia359f0e901f8c4f4207d157acf9955b0bb82a53d Signed-off-by: Moiz Raja --- opendaylight/md-sal/sal-distributed-datastore/pom.xml | 2 +- opendaylight/md-sal/sal-remoterpc-connector/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opendaylight/md-sal/sal-distributed-datastore/pom.xml b/opendaylight/md-sal/sal-distributed-datastore/pom.xml index 31b0bb80c0..dd5a7f2979 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/pom.xml +++ b/opendaylight/md-sal/sal-distributed-datastore/pom.xml @@ -177,7 +177,7 @@ ${project.groupId}.${project.artifactId} - !*snappy;!org.jboss.*;!com.jcraft.*;* + !*snappy;!org.jboss.*;!com.jcraft.*;!*jetty*;!sun.security.*;* sal-clustering-commons; sal-akka-raft; diff --git a/opendaylight/md-sal/sal-remoterpc-connector/pom.xml b/opendaylight/md-sal/sal-remoterpc-connector/pom.xml index 08450b3e78..41cdd59d6b 100644 --- a/opendaylight/md-sal/sal-remoterpc-connector/pom.xml +++ b/opendaylight/md-sal/sal-remoterpc-connector/pom.xml @@ -188,7 +188,7 @@ ${project.groupId}.${project.artifactId} - !org.iq80.*;!*snappy;!org.jboss.*;!com.jcraft.*;!org.fusesource.*;* + !org.iq80.*;!*snappy;!org.jboss.*;!com.jcraft.*;!org.fusesource.*;!*jetty*;!sun.security.*;* sal-clustering-commons; sal-akka-raft; -- 2.36.6