@Test
public void matchByDependencyId() throws InvalidSyntaxException {
Dictionary<String, ?> dictionary = DependencyProperties.getDependencyProperties(dependency);
Filter filter = new FilterImpl("(dependency.id=foo)");
assertThat(filter.match(dictionary));
}