Hi Chetan, On Mon, 2016-10-03 at 10:59 +0000, [email protected] wrote: > + //Do not use constant name to keep dependency as optional > + > //filterProps.put(HttpWhiteboardConstants.HTTP_WHITEBOARD_FILTER_PATT > ERN, "/"); > + > //filterProps.put(HttpWhiteboardConstants.HTTP_WHITEBOARD_CONTEXT_SEL > ECT, > + // "(" + > HttpWhiteboardConstants.HTTP_WHITEBOARD_CONTEXT_NAME + "=*)");
AFAIK constants will be inlined by javac, so by referencing them bnd will not add imports to the packages. Robert
