Skip to content

Commit a842dd0

Browse files
committed
Adding HtmlUnit dependency - still experimenting
1 parent fda59bc commit a842dd0

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

pom.xml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@
101101
<version>1.7</version>
102102
<scope>test</scope>
103103
</dependency>
104+
<dependency>
105+
<groupId>net.sourceforge.htmlunit</groupId>
106+
<artifactId>htmlunit</artifactId>
107+
<version>2.13</version>
108+
<scope>test</scope>
109+
</dependency>
104110
<dependency>
105111
<groupId>rhino</groupId>
106112
<artifactId>js</artifactId>
@@ -119,12 +125,12 @@
119125
<version>1.3.5</version>
120126
<scope>test</scope>
121127
</dependency>
122-
<dependency>
128+
<!-- <dependency>
123129
<groupId>org.apache.httpcomponents</groupId>
124130
<artifactId>httpclient</artifactId>
125131
<version>4.2.1</version>
126132
<scope>test</scope>
127-
</dependency>
133+
</dependency>-->
128134
</dependencies>
129135
<pluginRepositories>
130136
<pluginRepository>
@@ -468,6 +474,16 @@
468474
</build>
469475
</profile>
470476
</profiles>
477+
478+
<reporting>
479+
<plugins>
480+
<plugin>
481+
<groupId>org.apache.maven.plugins</groupId>
482+
<artifactId>maven-surefire-report-plugin</artifactId>
483+
<version>2.16</version>
484+
</plugin>
485+
</plugins>
486+
</reporting>
471487

472488
<modules>
473489
<module>batch</module>

0 commit comments

Comments
 (0)