File tree 1 file changed +6
-1
lines changed
spring-data-relational/src/test/java/org/springframework/data/relational/degraph
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 19
19
import static org .hamcrest .MatcherAssert .*;
20
20
21
21
import de .schauderhaft .degraph .check .JCheck ;
22
- import org .junit .jupiter .api .Test ;
23
22
import scala .runtime .AbstractFunction1 ;
24
23
24
+ import org .junit .jupiter .api .Test ;
25
+ import org .springframework .data .relational .core .dialect .RenderContextFactory ;
26
+ import org .springframework .data .relational .core .sql .render .SelectRenderContext ;
27
+
25
28
/**
26
29
* Test package dependencies for violations.
27
30
*
@@ -37,6 +40,8 @@ public void cycleFree() {
37
40
classpath () //
38
41
.noJars () //
39
42
.including ("org.springframework.data.relational.**" ) //
43
+ .excluding (SelectRenderContext .class .getName ()) //
44
+ .excluding (RenderContextFactory .class .getName () + "*" ) //
40
45
.filterClasspath ("*target/classes" ) // exclude test code
41
46
.printOnFailure ("degraph-relational.graphml" ),
42
47
JCheck .violationFree ());
You can’t perform that action at this time.
0 commit comments