add optional alarm-contact to hosting-asset #64

Merged
hsh-michaelhoennig merged 5 commits from add-alarm-contact-to-hosting-asset into master 2024-06-21 12:02:07 +02:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit 9c43610e7c - Show all commits

View File

@ -58,6 +58,7 @@ public class ArchitectureTest {
"..hs.booking.project",
"..hs.booking.item",
"..hs.booking.item.validators",
"..hs.hosting.contact",
hsh-michaelhoennig marked this conversation as resolved Outdated

muss wieder raus

muss wieder raus
"..hs.hosting.asset",
"..hs.hosting.asset.validators",
"..errors",
@ -150,7 +151,8 @@ public class ArchitectureTest {
.should().onlyBeAccessed().byClassesThat()
.resideInAnyPackage(
"..hs.booking.(*)..",
"..hs.hosting.(*).."
"..hs.hosting.(*)..",
"..hs.validation" // TODO.impl: Some Validators need to be refactored to booking package.
);
@ArchTest