2020-10-31 03:48:19 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2023-03-06 02:59:06 +03:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
2022-01-26 10:56:18 +03:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2020-10-31 03:48:19 +03:00
|
|
|
<parent>
|
2022-01-26 10:56:18 +03:00
|
|
|
<groupId>dev.struchkov.bot.gitlab</groupId>
|
2021-01-13 20:39:37 +03:00
|
|
|
<artifactId>gitlab-bot</artifactId>
|
2024-08-23 20:26:20 +03:00
|
|
|
<version>2.0.0-SNAPSHOT</version>
|
2020-10-31 03:48:19 +03:00
|
|
|
</parent>
|
|
|
|
|
2021-01-13 20:39:37 +03:00
|
|
|
<artifactId>bot-context</artifactId>
|
2020-10-31 03:48:19 +03:00
|
|
|
|
|
|
|
<dependencies>
|
2022-12-03 12:39:19 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>dev.struchkov.haiti.utils</groupId>
|
|
|
|
<artifactId>haiti-utils-field-constants</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.data</groupId>
|
|
|
|
<artifactId>spring-data-jpa</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
2020-10-31 03:48:19 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
|
<artifactId>lombok</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
2022-01-26 10:56:18 +03:00
|
|
|
<groupId>dev.struchkov.haiti</groupId>
|
2022-12-03 12:39:19 +03:00
|
|
|
<artifactId>haiti-utils</artifactId>
|
2020-11-09 21:49:02 +03:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
2022-01-26 10:56:18 +03:00
|
|
|
<groupId>dev.struchkov.haiti.filter</groupId>
|
2020-11-15 20:39:35 +03:00
|
|
|
<artifactId>haiti-filter-criteria</artifactId>
|
2020-10-31 03:48:19 +03:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
2023-01-16 22:37:41 +03:00
|
|
|
<groupId>jakarta.persistence</groupId>
|
|
|
|
<artifactId>jakarta.persistence-api</artifactId>
|
2020-10-31 03:48:19 +03:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
</project>
|