hasValue(Path path) {
return new PathMatcher(path, notNullValue());
}
- @Factory
public static Matcher hasValue(Path path, Matcher super P> matcher) {
return new PathMatcher(path, matcher);
}
diff --git a/querydsl-examples/querydsl-example-jpa-guice/pom.xml b/querydsl-examples/querydsl-example-jpa-guice/pom.xml
index fed9f2b6a..2c0ad3533 100644
--- a/querydsl-examples/querydsl-example-jpa-guice/pom.xml
+++ b/querydsl-examples/querydsl-example-jpa-guice/pom.xml
@@ -144,11 +144,6 @@
4.8.1
test
-
- org.hamcrest
- hamcrest-all
- test
-
diff --git a/querydsl-examples/querydsl-example-sql-guice/pom.xml b/querydsl-examples/querydsl-example-sql-guice/pom.xml
index dc8e18806..09f1d9762 100644
--- a/querydsl-examples/querydsl-example-sql-guice/pom.xml
+++ b/querydsl-examples/querydsl-example-sql-guice/pom.xml
@@ -73,11 +73,6 @@
4.8.1
test
-
- org.hamcrest
- hamcrest-all
- test
-