diff --git a/spring-data-jdbc/src/test/java/org/springframework/data/jdbc/degraph/DependencyTests.java b/spring-data-jdbc/src/test/java/org/springframework/data/jdbc/degraph/DependencyTests.java index fdebafa5..165c789b 100644 --- a/spring-data-jdbc/src/test/java/org/springframework/data/jdbc/degraph/DependencyTests.java +++ b/spring-data-jdbc/src/test/java/org/springframework/data/jdbc/degraph/DependencyTests.java @@ -57,8 +57,8 @@ public class DependencyTests { } }) // exclude test code .withSlicing("sub-modules", // sub-modules are defined by any of the following pattern. - "org.springframework.data.jdbc.(**).*", // - "org.springframework.data.(**).*") // + "org.springframework.data.jdbc.(*).**", // + "org.springframework.data.(*).**") // .printTo("degraph-across-modules.graphml"), // writes a graphml to this location JCheck.violationFree()); }