We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e8a342 commit 4c55032Copy full SHA for 4c55032
confluence-slack-integration/confluence-slack-server-integration-plugin/pom.xml
@@ -243,6 +243,12 @@
243
</exclusion>
244
</exclusions>
245
</dependency>
246
+ <dependency>
247
+ <groupId>com.atlassian.selenium</groupId>
248
+ <artifactId>atlassian-webdriver-core</artifactId>
249
+ <version>3.3.3</version>
250
+ <scope>test</scope>
251
+ </dependency>
252
<dependency>
253
<groupId>commons-lang</groupId>
254
<artifactId>commons-lang</artifactId>
0 commit comments