Skip to content

Commit 0f33d4c

Browse files
author
Bernd Weigel
committed
[#272] pom cleanup
1 parent 29f0031 commit 0f33d4c

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

pom.xml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<allure.version>2.26.0</allure.version>
5252
<selenide.version>7.4.0</selenide.version>
5353
<cucumber.version>6.9.1</cucumber.version>
54-
<browserup.version>2.1.2</browserup.version>
54+
<browserup.version>2.2.17</browserup.version>
5555
<log4j.version>2.23.1</log4j.version>
5656
<junit.version>4.13.1</junit.version>
5757
<junit.jupiter.version>5.8.0</junit.jupiter.version>
@@ -259,12 +259,6 @@
259259
</reporting>
260260

261261
<dependencies>
262-
<!-- <dependency>
263-
<groupId>org.littleshoot</groupId>
264-
<artifactId>littleproxy</artifactId>
265-
<version>1.1.2</version>
266-
</dependency>
267-
--> <!-- https://mvnrepository.com/artifact/xyz.rogfam/littleproxy -->
268262
<dependency>
269263
<groupId>xyz.rogfam</groupId>
270264
<artifactId>littleproxy</artifactId>
@@ -274,7 +268,7 @@
274268
<dependency>
275269
<groupId>com.github.valfirst.browserup-proxy</groupId>
276270
<artifactId>browserup-proxy-mitm</artifactId>
277-
<version>2.2.17</version>
271+
<version>${browserup.version}</version>
278272
<exclusions>
279273
<exclusion>
280274
<groupId>org.seleniumhq.selenium</groupId>

0 commit comments

Comments
 (0)