Skip to content

Commit bbff6e6

Browse files
authored
Merge pull request #28 from browserstack/snakeyaml_add
Added snakeyaml dependency
2 parents 15fa7fc + 779f42e commit bbff6e6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<applicationUrl>http://www.google.com</applicationUrl>
1717
<selenium.version>4.1.0</selenium.version>
1818
<testng.version>7.4.0</testng.version>
19+
<snakeyaml.version>2.2</snakeyaml.version>
1920
<maven.compiler.source>1.8</maven.compiler.source>
2021
<maven.compiler.target>1.8</maven.compiler.target>
2122
<config.file>config/sample.testng.xml</config.file>
@@ -43,6 +44,11 @@
4344
<version>6.7.2</version>
4445
<scope>test</scope>
4546
</dependency>
47+
<dependency>
48+
<groupId>org.yaml</groupId>
49+
<artifactId>snakeyaml</artifactId>
50+
<version>${snakeyaml.version}</version>
51+
</dependency>
4652
<dependency>
4753
<groupId>com.browserstack</groupId>
4854
<artifactId>browserstack-java-sdk</artifactId>

0 commit comments

Comments
 (0)