diff --git a/cloud/model/model-system/pom.xml b/cloud/model/model-system/pom.xml index 8423466..31d53b6 100644 --- a/cloud/model/model-system/pom.xml +++ b/cloud/model/model-system/pom.xml @@ -10,12 +10,4 @@ model-system - - - - org.apache.maven.plugins - maven-compiler-plugin - - - \ No newline at end of file diff --git a/cloud/model/model-system/src/main/java/com/bgasol/model/system/department/mapstruct/DepartmentMapstruct.java b/cloud/model/model-system/src/main/java/com/bgasol/model/system/department/mapstruct/DepartmentMapstruct.java index 334647b..e489a60 100644 --- a/cloud/model/model-system/src/main/java/com/bgasol/model/system/department/mapstruct/DepartmentMapstruct.java +++ b/cloud/model/model-system/src/main/java/com/bgasol/model/system/department/mapstruct/DepartmentMapstruct.java @@ -14,4 +14,3 @@ public interface DepartmentMapstruct { DepartmentEntity toEntity(DepartmentUpdateDto dto); } -