diff --git a/playwright/pom.xml b/playwright/pom.xml index 8f0b9d99..1b0fe589 100644 --- a/playwright/pom.xml +++ b/playwright/pom.xml @@ -26,7 +26,7 @@ maven-javadoc-plugin com.microsoft.playwright - com.microsoft.playwright.impl + com.microsoft.playwright.impl,com.microsoft.playwright.junit.impl diff --git a/pom.xml b/pom.xml index 39586726..5914e6c1 100644 --- a/pom.xml +++ b/pom.xml @@ -135,6 +135,8 @@ --allow-script-in-comments false + + 11