File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 7272 <dependency >
7373 <groupId >com.microsoft.playwright</groupId >
7474 <artifactId >driver-bundle</artifactId >
75- <scope >test</scope >
7675 </dependency >
7776 <dependency >
7877 <groupId >org.java-websocket</groupId >
Original file line number Diff line number Diff line change 4444
4545 <properties >
4646 <compiler .version>1.8</compiler .version>
47- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4847 <gson .version>2.8.6</gson .version>
4948 <junit .version>5.7.0</junit .version>
49+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
50+ <websocket .version>1.5.1</websocket .version>
5051 </properties >
5152
5253 <dependencyManagement >
6162 <artifactId >driver-bundle</artifactId >
6263 <version >${project.version} </version >
6364 </dependency >
64-
6565 <dependency >
6666 <groupId >com.google.code.gson</groupId >
6767 <artifactId >gson</artifactId >
7676 <dependency >
7777 <groupId >org.java-websocket</groupId >
7878 <artifactId >Java-WebSocket</artifactId >
79- <version >1.5.1 </version >
79+ <version >${websocket.version} </version >
8080 <scope >test</scope >
8181 </dependency >
8282 </dependencies >
You can’t perform that action at this time.
0 commit comments