|
112 | 112 | <dependency> |
113 | 113 | <groupId>org.apache.maven.surefire</groupId> |
114 | 114 | <artifactId>surefire-junit4</artifactId> |
115 | | - <version>2.16</version> |
| 115 | + <version>2.18</version> |
116 | 116 | </dependency> |
117 | 117 | <dependency> |
118 | 118 | <groupId>org.apache.maven.surefire</groupId> |
119 | 119 | <artifactId>surefire-testng</artifactId> |
120 | | - <version>2.16</version> |
| 120 | + <version>2.18</version> |
121 | 121 | </dependency> |
122 | 122 | </dependencies> |
123 | 123 | <configuration> |
|
127 | 127 | <include>**/*Test.java</include> |
128 | 128 | <include>**/*Should.java</include> |
129 | 129 | <include>**/*Spec.java</include> |
130 | | - </includes> |
131 | | - </configuration> |
132 | | - </plugin> |
133 | | - <plugin> |
134 | | - <groupId>org.apache.maven.plugins</groupId> |
135 | | - <artifactId>maven-failsafe-plugin</artifactId> |
136 | | - <version>2.16</version> |
137 | | - <configuration> |
138 | | - <encoding>UTF-8</encoding> |
139 | | - <redirectTestOutputToFile>true</redirectTestOutputToFile> |
140 | | - <includes> |
141 | | - <include>**/*IT.java</include> |
142 | 130 | <include>**/*AT.java</include> |
| 131 | + <include>**/*IT.java</include> |
143 | 132 | </includes> |
144 | 133 | </configuration> |
145 | | - <executions> |
146 | | - <execution> |
147 | | - <goals> |
148 | | - <goal>integration-test</goal> |
149 | | - <goal>verify</goal> |
150 | | - </goals> |
151 | | - <configuration> |
152 | | - <testNGArtifactName>none:none</testNGArtifactName> |
153 | | - </configuration> |
154 | | - </execution> |
155 | | - <execution> |
156 | | - <id>integration-test-testng</id> |
157 | | - <goals> |
158 | | - <goal>integration-test</goal> |
159 | | - <goal>verify</goal> |
160 | | - </goals> |
161 | | - <configuration> |
162 | | - <junitArtifactName>none:none</junitArtifactName> |
163 | | - </configuration> |
164 | | - </execution> |
165 | | - </executions> |
166 | 134 | </plugin> |
167 | 135 | <plugin> |
168 | 136 | <groupId>org.codehaus.mojo</groupId> |
|
261 | 229 | <groupId>org.codehaus.mojo</groupId> |
262 | 230 | <artifactId>cobertura-maven-plugin</artifactId> |
263 | 231 | <version>2.6</version> |
| 232 | + <configuration> |
| 233 | + <format>xml</format> |
| 234 | + <maxmem>256m</maxmem> |
| 235 | + <aggregate>true</aggregate> |
| 236 | + <check/> |
| 237 | + </configuration> |
264 | 238 | <executions> |
265 | 239 | <execution> |
266 | 240 | <goals> |
|
323 | 297 | </pluginManagement> |
324 | 298 | </build> |
325 | 299 |
|
| 300 | + <dependencyManagement> |
| 301 | + <dependencies> |
| 302 | + <dependency> |
| 303 | + <groupId>com.ibm.icu</groupId> |
| 304 | + <artifactId>icu4j</artifactId> |
| 305 | + <version>3.4.4</version> |
| 306 | + </dependency> |
| 307 | + </dependencies> |
| 308 | + </dependencyManagement> |
| 309 | + |
326 | 310 | <dependencies> |
327 | 311 | <dependency> |
328 | 312 | <groupId>org.slf4j</groupId> |
|
0 commit comments