gitlab-notification/teamcity/teamcity-sdk/pom.xml

29 lines
963 B
XML
Raw Normal View History

2020-09-22 14:35:27 +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">
<parent>
<groupId>org.sadtech.bot.bitbucketbot</groupId>
<artifactId>teamcity</artifactId>
2020-10-24 12:56:24 +03:00
<version>3.0.0-RELEASE</version>
2020-09-22 14:35:27 +03:00
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teamcity-sdk</artifactId>
2020-11-15 20:39:35 +03:00
<version>${sadtech.bitbucketbot.teamcity.sdk.version}</version>
2020-09-22 14:35:27 +03:00
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
</dependencies>
</project>