soap-api-bdd
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.nishadchayanakhawa</groupId>
<artifactId>soap-api-bdd</artifactId>
<version>2.2.1</version>
</dependency><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>io.github.nishadchayanakhawa</groupId>
<artifactId>testing-interface</artifactId>
<version>2.2.1</version>
</parent>
<artifactId>soap-api-bdd</artifactId>
<name>SOAP API BDD</name>
<description>SOAP API BDD Testing Interface</description>
<dependencies>
<!-- Internal dependencies -->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>logging</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>file-handling</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>testng-customization</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>soap-api</artifactId>
</dependency>
<!-- https://mvnrepository.com/artifact/io.cucumber/cucumber-java -->
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-java</artifactId>
</dependency>
<!-- https://mvnrepository.com/artifact/io.cucumber/cucumber-testng -->
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-testng</artifactId>
</dependency>
</dependencies>
</project>