Skip to content

Commit

Permalink
Merge pull request #28 from Mahbub091/mahbubqa
Browse files Browse the repository at this point in the history
updated the dependencies
  • Loading branch information
mahbub2710 committed Feb 19, 2024
2 parents c485a27 + 88587a9 commit bc94b5a
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 12 deletions.
8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/selenium_java_showcase.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 6 additions & 7 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file.
6 changes: 1 addition & 5 deletions EcommerceDemo/pom.xml
Expand Up @@ -9,13 +9,12 @@
<name>EcommerceDemo</name>
<!-- FIXME change it to the project's website -->
<url>http://www.example.com</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<junit.version>3.8.1</junit.version>
<selenium.version>4.6.0</selenium.version>
<selenium.version>4.11.0</selenium.version>
<testng.version>7.7.0</testng.version>
<javafaker.version>0.15</javafaker.version>
<commons.version>2.11.0</commons.version>
Expand All @@ -27,7 +26,6 @@

</properties>


<dependencies>
<dependency>
<groupId>junit</groupId>
Expand Down Expand Up @@ -135,8 +133,6 @@
<artifactId>opencsv</artifactId>
<version>5.7.1</version>
</dependency>


</dependencies>
<build>
<sourceDirectory>src/main/java</sourceDirectory>
Expand Down

0 comments on commit bc94b5a

Please sign in to comment.