From: Madhu Venugopal Date: Thu, 4 Sep 2014 13:26:01 +0000 (+0000) Subject: Merge "Fix build issue due to implicit addition of unneccessary Import-Package" X-Git-Tag: release/helium~149 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=737ce4f787f3265a91316b45f8efe55779ad1e09;hp=3a8636987a20a584ad25af7aba11ffcade21ebe3 Merge "Fix build issue due to implicit addition of unneccessary Import-Package" --- 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;