gitlab-notification/bot-context/pom.xml

42 lines
1.3 KiB
XML
Raw Normal View History

2020-10-31 03:48:19 +03:00
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
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>
2022-01-26 10:56:18 +03:00
<version>3.1.0</version>
2020-10-31 03:48:19 +03:00
</parent>
2021-01-13 20:39:37 +03:00
<artifactId>bot-context</artifactId>
<version>${gitlab.context.version}</version>
2020-10-31 03:48:19 +03:00
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
<dependency>
2022-01-26 10:56:18 +03:00
<groupId>dev.struchkov.haiti</groupId>
<artifactId>haiti-context</artifactId>
</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>
<groupId>javax.persistence</groupId>
<artifactId>javax.persistence-api</artifactId>
</dependency>
<dependency>
<groupId>org.hibernate.orm</groupId>
<artifactId>hibernate-jpamodelgen</artifactId>
</dependency>
</dependencies>
</project>