|  | 
| 1 |  | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 
|  | 1 | +<project xmlns="http://maven.apache.org/POM/4.0.0" | 
|  | 2 | +	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 
| 2 | 3 | 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | 
| 3 | 4 | 	<modelVersion>4.0.0</modelVersion> | 
| 4 | 5 | 
 | 
|  | 
| 76 | 77 | 			<version>1.2.31</version> | 
| 77 | 78 | 		</dependency> | 
| 78 | 79 | 		<dependency> | 
| 79 |  | -		  <groupId>com.beust</groupId> | 
| 80 |  | -		  <artifactId>jcommander</artifactId> | 
| 81 |  | -		  <version>1.72</version> | 
|  | 80 | +			<groupId>com.beust</groupId> | 
|  | 81 | +			<artifactId>jcommander</artifactId> | 
|  | 82 | +			<version>1.72</version> | 
|  | 83 | +		</dependency> | 
|  | 84 | +		<dependency> | 
|  | 85 | +			<groupId>org.slf4j</groupId> | 
|  | 86 | +			<artifactId>slf4j-nop</artifactId> | 
|  | 87 | +			<version>1.6.3</version> | 
|  | 88 | +			<scope>test</scope> | 
| 82 | 89 | 		</dependency> | 
| 83 | 90 | 		<dependency> | 
| 84 | 91 | 			<groupId>junit</groupId> | 
|  | 
| 177 | 184 | 				<version>3.2</version> | 
| 178 | 185 | 			</plugin> | 
| 179 | 186 | 			<plugin> | 
| 180 |  | -			    <groupId>org.codehaus.mojo</groupId> | 
| 181 |  | -			    <artifactId>cobertura-maven-plugin</artifactId> | 
| 182 |  | -			    <version>2.7</version> | 
| 183 |  | -			    <configuration> | 
| 184 |  | -				<format>xml</format> | 
| 185 |  | -				<maxmem>256m</maxmem> | 
| 186 |  | -				<!-- aggregated reports for multi-module projects --> | 
| 187 |  | -				<aggregate>true</aggregate> | 
| 188 |  | -			    </configuration> | 
|  | 187 | +				<groupId>org.codehaus.mojo</groupId> | 
|  | 188 | +				<artifactId>cobertura-maven-plugin</artifactId> | 
|  | 189 | +				<version>2.7</version> | 
|  | 190 | +				<configuration> | 
|  | 191 | +					<format>xml</format> | 
|  | 192 | +					<maxmem>256m</maxmem> | 
|  | 193 | +					<!-- aggregated reports for multi-module projects --> | 
|  | 194 | +					<aggregate>true</aggregate> | 
|  | 195 | +				</configuration> | 
| 189 | 196 | 			</plugin> | 
| 190 | 197 | 			<plugin> | 
| 191 |  | -			    <groupId>org.eluder.coveralls</groupId> | 
| 192 |  | -			    <artifactId>coveralls-maven-plugin</artifactId> | 
| 193 |  | -			    <version>4.3.0</version> | 
|  | 198 | +				<groupId>org.eluder.coveralls</groupId> | 
|  | 199 | +				<artifactId>coveralls-maven-plugin</artifactId> | 
|  | 200 | +				<version>4.3.0</version> | 
| 194 | 201 | 			</plugin> | 
| 195 | 202 | 		</plugins> | 
| 196 | 203 | 	</build> | 
|  | 
0 commit comments