From: Moiz Raja Date: Thu, 4 Sep 2014 11:41:48 +0000 (-0700) Subject: Fix build issue due to implicit addition of unneccessary Import-Package X-Git-Tag: release/helium~149^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=2aa22bd64226e77ba51997e4e499e5d758021859 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 --- 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;