279 lines
11 KiB
XML
279 lines
11 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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
<version>2.2.4.RELEASE</version>
|
|
<relativePath/> <!-- lookup parent from repository -->
|
|
</parent>
|
|
<modules>
|
|
<module>telegram-bot</module>
|
|
<module>bitbucket-sdk</module>
|
|
<module>bot-core</module>
|
|
<module>bitbucket-app</module>
|
|
<module>bot-rest</module>
|
|
<module>teamcity</module>
|
|
<module>bitbucketbot-core</module>
|
|
<module>bitbucketbot-context</module>
|
|
<module>bitbucketbot-data</module>
|
|
</modules>
|
|
|
|
<groupId>org.sadtech.bot.bitbucketbot</groupId>
|
|
<artifactId>bitbucketbot</artifactId>
|
|
<version>3.0.0-RELEASE</version>
|
|
<packaging>pom</packaging>
|
|
|
|
<properties>
|
|
<java.version>1.8</java.version>
|
|
<maven.compiler.source>1.8</maven.compiler.source>
|
|
<maven.compiler.target>1.8</maven.compiler.target>
|
|
|
|
<sadtech.bitbucketbot.core.version>3.0.0-RELEASE</sadtech.bitbucketbot.core.version>
|
|
<sadtech.bitbucketbot.app.version>3.0.0-RELEASE</sadtech.bitbucketbot.app.version>
|
|
<sadtech.bitbucketbot.teamcity.version>3.0.0-RELEASE</sadtech.bitbucketbot.teamcity.version>
|
|
<sadtech.bitbucketbot.teamcity.core.version>3.0.0-RELEASE</sadtech.bitbucketbot.teamcity.core.version>
|
|
<sadtech.bitbucketbot.teamcity.sdk.version>3.0.0-RELEASE</sadtech.bitbucketbot.teamcity.sdk.version>
|
|
<sadtech.bitbucketbot.bitbucket.sdk.version>3.0.0-RELEASE</sadtech.bitbucketbot.bitbucket.sdk.version>
|
|
<sadtech.bitbucketbot.context.version>3.0.0-RELEASE</sadtech.bitbucketbot.context.version>
|
|
<sadtech.bitbucketbot.data.version>3.0.0-RELEASE</sadtech.bitbucketbot.data.version>
|
|
<sadtech.bitbucketbot.rest.version>3.0.0-RELEASE</sadtech.bitbucketbot.rest.version>
|
|
<sadtech.bitbucketbot.telegram.version>3.0.0-RELEASE</sadtech.bitbucketbot.telegram.version>
|
|
<sadtech.bitbucketbot.core.version>3.0.0-RELEASE</sadtech.bitbucketbot.core.version>
|
|
|
|
<haiti.context.version>0.0.1-RELEASE</haiti.context.version>
|
|
<haiti.database.version>0.0.1-RELEASE</haiti.database.version>
|
|
<haiti.filter.criteria.version>0.0.1-RELEASE</haiti.filter.criteria.version>
|
|
<sadtech.bot.telegram.core.version>0.0.1-RELEASE</sadtech.bot.telegram.core.version>
|
|
<sadtech.bot.vsc.context.version>0.0.1-DEVELOP</sadtech.bot.vsc.context.version>
|
|
|
|
<javax.persistance.version>2.2</javax.persistance.version>
|
|
|
|
<hibernate.jpa-modelgen.version>6.0.0.Alpha5</hibernate.jpa-modelgen.version>
|
|
<google.guava.version>28.2-jre</google.guava.version>
|
|
</properties>
|
|
|
|
<dependencyManagement>
|
|
<dependencies>
|
|
|
|
<!-- абстракции -->
|
|
|
|
<dependency>
|
|
<groupId>org.sadtech.bot.vcs</groupId>
|
|
<artifactId>vcs-bot-context</artifactId>
|
|
<version>${sadtech.bot.vsc.context.version}</version>
|
|
</dependency>
|
|
|
|
<!-- /абстракции -->
|
|
<!-- модули проекта -->
|
|
|
|
<dependency>
|
|
<groupId>org.sadtech.bot.bitbucketbot</groupId>
|
|
<artifactId>bitbucketbot-core</artifactId>
|
|
<version>${sadtech.bitbucketbot.core.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.sadtech.bot.bitbucketbot</groupId>
|
|
<artifactId>bot-rest</artifactId>
|
|
<version>${sadtech.bitbucketbot.rest.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.sadtech.bot.bitbucketbot</groupId>
|
|
<artifactId>bot-core</artifactId>
|
|
<version>${sadtech.bitbucketbot.core.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.sadtech.bot.bitbucketbot</groupId>
|
|
<artifactId>telegram-bot</artifactId>
|
|
<version>${sadtech.bitbucketbot.telegram.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.sadtech.bot.bitbucketbot</groupId>
|
|
<artifactId>teamcity-sdk</artifactId>
|
|
<version>${sadtech.bitbucketbot.teamcity.sdk.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.sadtech.bot.bitbucketbot</groupId>
|
|
<artifactId>bitbucketbot-context</artifactId>
|
|
<version>${sadtech.bitbucketbot.context.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.sadtech.bot.bitbucketbot</groupId>
|
|
<artifactId>bitbucket-sdk</artifactId>
|
|
<version>${sadtech.bitbucketbot.bitbucket.sdk.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.sadtech.bot.bitbucketbot</groupId>
|
|
<artifactId>teamcity-core</artifactId>
|
|
<version>${sadtech.bitbucketbot.teamcity.core.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.sadtech.bot.bitbucketbot</groupId>
|
|
<artifactId>bitbucketbot-data</artifactId>
|
|
<version>${sadtech.bitbucketbot.data.version}</version>
|
|
</dependency>
|
|
|
|
<!-- /модули проекта -->
|
|
<!-- SADTECH -->
|
|
|
|
<dependency>
|
|
<groupId>org.sadtech.haiti.data</groupId>
|
|
<artifactId>haiti-database</artifactId>
|
|
<version>${haiti.database.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.sadtech.bot.godfather</groupId>
|
|
<artifactId>telegram-bot</artifactId>
|
|
<version>0.0.1-RELEASE</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.sadtech.haiti</groupId>
|
|
<artifactId>haiti-context</artifactId>
|
|
<version>${haiti.context.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.sadtech.haiti.filter</groupId>
|
|
<artifactId>haiti-filter-criteria</artifactId>
|
|
<version>${haiti.filter.criteria.version}</version>
|
|
</dependency>
|
|
|
|
<!-- /SADTECH -->
|
|
<!-- БД -->
|
|
|
|
<dependency>
|
|
<groupId>org.hibernate.orm</groupId>
|
|
<artifactId>hibernate-jpamodelgen</artifactId>
|
|
<version>${hibernate.jpa-modelgen.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.postgresql</groupId>
|
|
<artifactId>postgresql</artifactId>
|
|
<version>${postgresql.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.liquibase</groupId>
|
|
<artifactId>liquibase-core</artifactId>
|
|
<version>${liquibase.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>javax.persistence</groupId>
|
|
<artifactId>javax.persistence-api</artifactId>
|
|
<version>${javax.persistance.version}</version>
|
|
</dependency>
|
|
|
|
<!-- /БД -->
|
|
<!-- утилиты -->
|
|
|
|
<dependency>
|
|
<groupId>com.google.guava</groupId>
|
|
<artifactId>guava</artifactId>
|
|
<version>${google.guava.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.projectlombok</groupId>
|
|
<artifactId>lombok</artifactId>
|
|
<version>${lombok.version}</version>
|
|
</dependency>
|
|
|
|
<!-- /утилиты -->
|
|
<!-- spring -->
|
|
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
<version>2.2.4.RELEASE</version>
|
|
<exclusions>
|
|
<exclusion>
|
|
<groupId>ch.qos.logback</groupId>
|
|
<artifactId>logback-classic</artifactId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
|
|
<!-- /spring -->
|
|
<!-- http -->
|
|
|
|
<dependency>
|
|
<groupId>com.squareup.okhttp3</groupId>
|
|
<artifactId>okhttp</artifactId>
|
|
<version>${okhttp3.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
<artifactId>jackson-annotations</artifactId>
|
|
<version>${jackson.version}</version>
|
|
</dependency>
|
|
|
|
<!-- /http -->
|
|
|
|
</dependencies>
|
|
</dependencyManagement>
|
|
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
<version>3.8.0</version>
|
|
<configuration>
|
|
<source>8</source>
|
|
<target>8</target>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-source-plugin</artifactId>
|
|
<version>2.2.1</version>
|
|
<executions>
|
|
<execution>
|
|
<id>attach-sources</id>
|
|
<goals>
|
|
<goal>jar-no-fork</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
<version>2.9.1</version>
|
|
<executions>
|
|
<execution>
|
|
<id>attach-javadocs</id>
|
|
<goals>
|
|
<goal>jar</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
|
|
<developers>
|
|
<developer>
|
|
<id>uPagge</id>
|
|
<name>Struchkov Mark</name>
|
|
<email>upagge@ya.ru</email>
|
|
<organization>SADTECH</organization>
|
|
</developer>
|
|
</developers>
|
|
|
|
</project>
|