We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a664998 + 3aa5ed8 commit a39e325Copy full SHA for a39e325
CHANGELOG.md
@@ -1,2 +1,5 @@
1
+# 1.0.1
2
+* Correctly declare ``software.xdev:testcontainers-selenium`` as scope ``test``
3
+
4
# 1.0.0
5
_Initial release_
selenium-elements/pom.xml
@@ -94,7 +94,8 @@
94
<dependency>
95
<groupId>software.xdev</groupId>
96
<artifactId>testcontainers-selenium</artifactId>
97
- <version>1.2.2</version>
+ <version>1.2.3</version>
98
+ <scope>test</scope>
99
</dependency>
100
101
<groupId>org.seleniumhq.selenium</groupId>
0 commit comments