Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pnatashap authored Aug 30, 2023
1 parent bda8dbb commit 133214f
Showing 1 changed file with 7 additions and 34 deletions.
41 changes: 7 additions & 34 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,14 @@
<properties>
<driver>chrome</driver>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<aspectj.version>1.9.7</aspectj.version>
<aspectj.version>1.9.20</aspectj.version>
<domain>https://jdi-testing.github.io/jdi-light/</domain>
<testng.version>7.5.1</testng.version>
<allure.testng>2.17.2</allure.testng>
<allure.maven>2.10.0</allure.maven>
<jetty.version>9.4.12.RC2</jetty.version>
<testng.version>7.8.0</testng.version>
<allure.testng>2.23.0</allure.testng>
<allure.maven>2.12.0</allure.maven>
<jdi.version>LATEST</jdi.version>
<domain>https://jdi-testing.github.io/jdi-light/</domain>
<driver.remote.url/>
<log4j2.version>2.17.1</log4j2.version>
<!-- - - add-opens java.base/java.lang=ALL-UNNAMED is needed for JDK 16+ -->
<aspectj.args></aspectj.args>
</properties>
Expand Down Expand Up @@ -70,39 +68,17 @@
<version>${testng.version}</version>
<scope>test</scope>
</dependency>

<!-- Any logger can be used -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>${log4j2.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${log4j2.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>${log4j2.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-1.2-api</artifactId>
<version>${log4j2.version}</version>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.11.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>11</source>
<target>11</target>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -133,9 +109,6 @@
<groupId>io.qameta.allure</groupId>
<artifactId>allure-maven</artifactId>
<version>${allure.maven}</version>
<configuration>
<reportVersion>2.10.0</reportVersion>
</configuration>
</plugin>
</plugins>

Expand Down

0 comments on commit 133214f

Please sign in to comment.