Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pnatashap authored Oct 4, 2023
1 parent be4e2ce commit 2fe89ae
Showing 1 changed file with 14 additions and 30 deletions.
44 changes: 14 additions & 30 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@
<driver>chrome</driver>
<remote.type/>
<remote.url/>
<aspectj.version>1.9.7</aspectj.version>
<aspectj.version>1.9.20</aspectj.version>
<domain>https://jdi-testing.github.io/jdi-light/</domain>
<allure.testng>2.19.0</allure.testng>
<allure.maven>2.10.0</allure.maven>
<log4j2.version>2.17.1</log4j2.version>
<allure.testng>2.23.0</allure.testng>
<allure.maven>2.12.0</allure.maven>
<jetty.version>11.0.12</jetty.version>
<!-- <jdi.version>1.4.5</jdi.version>-->
<USERNAME>oauth-k.poltorykhin-158a6</USERNAME>
Expand All @@ -27,6 +26,15 @@
</properties>

<profiles>
<profile>
<id>jdk16</id>
<activation>
<jdk>[16, 20]</jdk>
</activation>
<properties>
<aspectj.args>--add-opens java.base/java.lang=ALL-UNNAMED</aspectj.args>
</properties>
</profile>
<profile>
<id>ci</id>
<activation>
Expand Down Expand Up @@ -58,31 +66,7 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>7.5.1</version>
</dependency>

<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>
<version>7.8.0</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -164,4 +148,4 @@
</plugin>
</plugins>
</reporting>
</project>
</project>

0 comments on commit 2fe89ae

Please sign in to comment.