Skip to content

Commit

Permalink
Removed unneeded dependencies from the POM
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Nov 22, 2023
1 parent de32a8f commit d1d3a05
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,19 +110,6 @@
<version>${log4j2.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>${log4j2.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.7</version>
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-nop</artifactId>
Expand All @@ -134,7 +121,7 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>7.7.1</version>
<version>7.8.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit d1d3a05

Please sign in to comment.