File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed
Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments