46 lines
1.5 KiB
XML
46 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<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">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<groupId>dev.struchkov.godfather</groupId>
|
|
<artifactId>godfather-bot</artifactId>
|
|
<version>0.0.17</version>
|
|
</parent>
|
|
|
|
<artifactId>bot-context</artifactId>
|
|
|
|
<name>Bot Context</name>
|
|
<description>Доменные сущности, интерфейсы, для библиотеки Godfather</description>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>dev.struchkov</groupId>
|
|
<artifactId>autoresponder</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>dev.struchkov.haiti</groupId>
|
|
<artifactId>haiti-utils</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>javax.persistence</groupId>
|
|
<artifactId>javax.persistence-api</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>javax.validation</groupId>
|
|
<artifactId>validation-api</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.slf4j</groupId>
|
|
<artifactId>slf4j-api</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.jetbrains</groupId>
|
|
<artifactId>annotations</artifactId>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
</project> |