META-INF.maven.io.github.selcukes.selcukes-notifier.pom.xml Maven / Gradle / Ivy
<?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> <artifactId>selcukes-parent</artifactId> <groupId>io.github.selcukes</groupId> <version>2.1.6</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>selcukes-notifier</artifactId> <name>selcukes-notifier</name> <description>Selcukes Notifier to send test status notifications using Slack and Microsoft teams.</description> <dependencyManagement> <dependencies> <dependency> <groupId>io.github.selcukes</groupId> <artifactId>selcukes-bom</artifactId> <version>${project.version}</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>io.github.selcukes</groupId> <artifactId>selcukes-commons</artifactId> </dependency> <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <scope>provided</scope> </dependency> </dependencies> </project>