Skip to content

Commit

Permalink
Revert "Merge remote-tracking branch 'origin/#319_update_Allure_Cucum…
Browse files Browse the repository at this point in the history
…ber_jvm' into #330-improvement-stabilize-unit-tests"

This reverts commit 77e0cb2, reversing
changes made to 19c6a57.
  • Loading branch information
oomelianchuk committed Dec 23, 2024
1 parent 1d3948d commit 5cca259
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 18 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,3 @@ temp-*.properties
embeddedLocalProxySelfSignedRootCertificate.p12
/bin/
/allure-results/

# intellij project directory
.idea
30 changes: 15 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.xceptance</groupId>
<artifactId>neodymium-library</artifactId>
<version>5.1.2</version>
<version>5.1.1</version>

<name>neodymium-library</name>
<url>https://github.com/Xceptance/neodymium-library</url>
Expand Down Expand Up @@ -250,19 +250,19 @@

<dependencies>
<dependency>
<groupId>com.assertthat</groupId>
<artifactId>selenium-shutterbug</artifactId>
<version>1.6</version>
<exclusions>
<exclusion>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<groupId>com.assertthat</groupId>
<artifactId>selenium-shutterbug</artifactId>
<version>1.6</version>
<exclusions>
<exclusion>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
</exclusion>
</exclusions>
<exclusion>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>xyz.rogfam</groupId>
Expand Down Expand Up @@ -337,8 +337,8 @@
</dependency>
<dependency>
<groupId>io.qameta.allure</groupId>
<artifactId>allure-cucumber7-jvm</artifactId>
<version>2.29.1</version>
<artifactId>allure-cucumber6-jvm</artifactId>
<version>2.13.6</version>
</dependency>
<dependency>
<groupId>io.qameta.allure</groupId>
Expand Down

0 comments on commit 5cca259

Please sign in to comment.