mirror of
https://github.com/Example-uPagge/debugger.git
synced 2024-06-14 11:22:32 +03:00
Убрал лишние зависимости
This commit is contained in:
parent
a5bc59b03f
commit
2bd2859412
8
pom.xml
8
pom.xml
@ -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>
|
@ -35,7 +35,7 @@ public class PersonService {
|
||||
2L, new Person(2L, "Никита", "Иванов"),
|
||||
3L, new Person(3L, "Иван", "Сизов"),
|
||||
4L, new Person(4L, "Михаил", "Иванов"),
|
||||
5L, new Person(5L, "Ксения", "Cкорцова")
|
||||
5L, new Person(5L, "Ксения", "Скворцова")
|
||||
)
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user