Skip to content

Commit

Permalink
Merge pull request #56 from shirish87/snakeyaml_add
Browse files Browse the repository at this point in the history
Added snakeyaml dependency
  • Loading branch information
yashdsaraf authored May 8, 2024
2 parents 1700e8b + e2e76cb commit 6eb990b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions junit-4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<surefire.version>3.0.0-M5</surefire.version>
<config.file>default</config.file>
<snakeyaml.version>2.2</snakeyaml.version>

<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand All @@ -40,6 +41,11 @@
<artifactId>json-simple</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>${snakeyaml.version}</version>
</dependency>
<dependency>
<groupId>com.browserstack</groupId>
<artifactId>browserstack-java-sdk</artifactId>
Expand Down
6 changes: 6 additions & 0 deletions junit-5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<selenium-java>4.1.4</selenium-java>
<maven-surefire-plugin>3.0.0-M5</maven-surefire-plugin>
<httpclient>4.5.13</httpclient>
<snakeyaml.version>2.2</snakeyaml.version>
<tests.single>**/tests.BStackSampleTest.java</tests.single>
<tests.local>**/tests.BStackLocalTest.java</tests.local>
</properties>
Expand Down Expand Up @@ -50,6 +51,11 @@
<artifactId>httpclient</artifactId>
<version>${httpclient}</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>${snakeyaml.version}</version>
</dependency>
<dependency>
<groupId>com.browserstack</groupId>
<artifactId>browserstack-java-sdk</artifactId>
Expand Down

0 comments on commit 6eb990b

Please sign in to comment.