gitlab-notification/pom.xml

279 lines
11 KiB
XML
Raw Normal View History

<?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>
2020-09-22 14:35:27 +03:00
<module>teamcity</module>
2020-10-31 03:48:19 +03:00
<module>bitbucketbot-core</module>
<module>bitbucketbot-context</module>
<module>bitbucketbot-data</module>
</modules>
2020-09-16 06:58:53 +03:00
2020-06-01 09:08:12 +03:00
<groupId>org.sadtech.bot.bitbucketbot</groupId>
<artifactId>bitbucketbot</artifactId>
2020-10-24 12:56:24 +03:00
<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>
2020-11-15 20:39:35 +03:00
<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>
2020-11-15 20:39:35 +03:00
<!-- абстракции -->
<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>
2020-11-15 20:39:35 +03:00
<artifactId>bitbucketbot-core</artifactId>
<version>${sadtech.bitbucketbot.core.version}</version>
</dependency>
<dependency>
<groupId>org.sadtech.bot.bitbucketbot</groupId>
2020-11-15 20:39:35 +03:00
<artifactId>bot-rest</artifactId>
<version>${sadtech.bitbucketbot.rest.version}</version>
</dependency>
<dependency>
<groupId>org.sadtech.bot.bitbucketbot</groupId>
<artifactId>bot-core</artifactId>
2020-11-15 20:39:35 +03:00
<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>
2020-11-15 20:39:35 +03:00
<version>${sadtech.bitbucketbot.teamcity.sdk.version}</version>
</dependency>
<dependency>
<groupId>org.sadtech.bot.bitbucketbot</groupId>
<artifactId>bitbucketbot-context</artifactId>
2020-11-15 20:39:35 +03:00
<version>${sadtech.bitbucketbot.context.version}</version>
</dependency>
<dependency>
<groupId>org.sadtech.bot.bitbucketbot</groupId>
<artifactId>bitbucket-sdk</artifactId>
2020-11-15 20:39:35 +03:00
<version>${sadtech.bitbucketbot.bitbucket.sdk.version}</version>
</dependency>
<dependency>
<groupId>org.sadtech.bot.bitbucketbot</groupId>
<artifactId>teamcity-core</artifactId>
2020-11-15 20:39:35 +03:00
<version>${sadtech.bitbucketbot.teamcity.core.version}</version>
</dependency>
<dependency>
2020-11-15 20:39:35 +03:00
<groupId>org.sadtech.bot.bitbucketbot</groupId>
<artifactId>bitbucketbot-data</artifactId>
<version>${sadtech.bitbucketbot.data.version}</version>
</dependency>
2020-11-15 20:39:35 +03:00
<!-- /модули проекта -->
<!-- SADTECH -->
<dependency>
2020-11-15 20:39:35 +03:00
<groupId>org.sadtech.haiti.data</groupId>
<artifactId>haiti-database</artifactId>
2020-11-15 20:39:35 +03:00
<version>${haiti.database.version}</version>
</dependency>
<dependency>
2020-11-15 20:39:35 +03:00
<groupId>org.sadtech.bot.godfather</groupId>
<artifactId>telegram-bot</artifactId>
2020-11-15 20:39:35 +03:00
<version>0.0.1-RELEASE</version>
</dependency>
<dependency>
<groupId>org.sadtech.haiti</groupId>
<artifactId>haiti-context</artifactId>
2020-11-15 20:39:35 +03:00
<version>${haiti.context.version}</version>
</dependency>
<dependency>
<groupId>org.sadtech.haiti.filter</groupId>
2020-11-15 20:39:35 +03:00
<artifactId>haiti-filter-criteria</artifactId>
<version>${haiti.filter.criteria.version}</version>
</dependency>
2020-11-15 20:39:35 +03:00
<!-- /SADTECH -->
<!-- БД -->
<dependency>
<groupId>org.hibernate.orm</groupId>
<artifactId>hibernate-jpamodelgen</artifactId>
<version>${hibernate.jpa-modelgen.version}</version>
</dependency>
<dependency>
2020-11-15 20:39:35 +03:00
<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>
2020-11-15 20:39:35 +03:00
<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>
2020-11-15 20:39:35 +03:00
<!-- /утилиты -->
<!-- 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>
2020-11-15 20:39:35 +03:00
<!-- /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>
2020-11-15 20:39:35 +03:00
<!-- /http -->
2020-09-22 14:35:27 +03:00
</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>
2020-03-28 06:15:14 +03:00
<developers>
<developer>
<id>uPagge</id>
<name>Struchkov Mark</name>
2020-11-15 20:39:35 +03:00
<email>upagge@ya.ru</email>
<organization>SADTECH</organization>
2020-03-28 06:15:14 +03:00
</developer>
</developers>
</project>