Skip to content

Commit

Permalink
add playwright dependency for javadoc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
ZheSun88 authored Nov 20, 2024
1 parent 7b08842 commit 441f6e3
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,13 @@
<version>1.4.1</version>
<scope>provided</scope>
</dependency>
<!-- dependency used in ui-tests -->
<dependency>
<groupId>com.microsoft.playwright</groupId>
<artifactId>playwright</artifactId>
<version>1.47.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit 441f6e3

Please sign in to comment.