File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/test/java/org/jabref/architecture Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -211,8 +211,8 @@ dependencies {
211211 testImplementation ' org.mockito:mockito-core:4.8.0'
212212 testImplementation ' org.xmlunit:xmlunit-core:2.9.0'
213213 testImplementation ' org.xmlunit:xmlunit-matchers:2.9.0'
214- testRuntimeOnly ' com.tngtech.archunit:archunit-junit5-engine:0.23.1 '
215- testImplementation ' com.tngtech.archunit:archunit-junit5-api:0.23.1 '
214+ testRuntimeOnly ' com.tngtech.archunit:archunit-junit5-engine:1.0.0 '
215+ testImplementation ' com.tngtech.archunit:archunit-junit5-api:1.0.0 '
216216 testImplementation " org.testfx:testfx-core:4.0.16-alpha"
217217 testImplementation " org.testfx:testfx-junit5:4.0.16-alpha"
218218 testImplementation " org.hamcrest:hamcrest-library:2.2"
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ public static void doNotUsePaths(JavaClasses classes) {
7272 @ ArchIgnore
7373 // Fails currently
7474 public static void respectLayeredArchitecture (JavaClasses classes ) {
75- layeredArchitecture ()
75+ layeredArchitecture (). consideringOnlyDependenciesInLayers ()
7676 .layer ("Gui" ).definedBy (PACKAGE_ORG_JABREF_GUI )
7777 .layer ("Logic" ).definedBy (PACKAGE_ORG_JABREF_LOGIC )
7878 .layer ("Model" ).definedBy (PACKAGE_ORG_JABREF_MODEL )
You can’t perform that action at this time.
0 commit comments