Убрал лишние зависимости

This commit is contained in:
Struchkov Mark 2022-07-23 11:08:04 +03:00
parent a5bc59b03f
commit 2bd2859412
2 changed files with 1 additions and 9 deletions

View File

@ -13,12 +13,4 @@
<maven.compiler.target>17</maven.compiler.target>
</properties>
<dependencies>
<dependency>
<groupId>dev.struchkov.haiti</groupId>
<artifactId>haiti-utils</artifactId>
<version>0.0.3</version>
</dependency>
</dependencies>
</project>

View File

@ -35,7 +35,7 @@ public class PersonService {
2L, new Person(2L, "Никита", "Иванов"),
3L, new Person(3L, "Иван", "Сизов"),
4L, new Person(4L, "Михаил", "Иванов"),
5L, new Person(5L, "Ксения", "орцова")
5L, new Person(5L, "Ксения", "Скворцова")
)
);
}