Skip to content

Commit

Permalink
Merge pull request #22 from zebrunner/develop
Browse files Browse the repository at this point in the history
1.2.5
  • Loading branch information
akamarouski authored Nov 10, 2023
2 parents 662624d + 7304a8e commit cdfbe81
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>11</java.version>
<carina-utils.version>1.1.5</carina-utils.version>
<carina-utils.version>1.2.6</carina-utils.version>
<carina-commons.version>1.0.2</carina-commons.version>
<slf4j.version>1.7.30</slf4j.version>
<azure-storage-blob.version>12.21.1</azure-storage-blob.version>
Expand Down Expand Up @@ -81,20 +81,6 @@
<groupId>com.zebrunner</groupId>
<artifactId>carina-utils</artifactId>
<version>${carina-utils.version}</version>
<exclusions>
<exclusion>
<groupId>org.testng</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>io.rest-assured</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.zebrunner</groupId>
Expand Down

0 comments on commit cdfbe81

Please sign in to comment.