We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d58a1b commit ef2ada4Copy full SHA for ef2ada4
1 file changed
pom.xml
@@ -229,6 +229,12 @@
229
<version>${hierarchical-junit-runner-version}</version>
230
<scope>test</scope>
231
</dependency>
232
+ <dependency>
233
+ <groupId>net.sourceforge.htmlunit</groupId>
234
+ <artifactId>htmlunit</artifactId>
235
+ <version>${htmlunit.version}</version>
236
+ <scope>test</scope>
237
+ </dependency>
238
</dependencies>
239
</dependencyManagement>
240
0 commit comments