Fixed indentation

This commit is contained in:
Trustin Lee 2011-04-18 17:50:29 +09:00
parent 39a6baf380
commit a722f64991

10
pom.xml
View File

@ -178,11 +178,11 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jmock</groupId>
<artifactId>jmock-junit4</artifactId>
<version>2.5.1</version>
<scope>test</scope>
</dependency>
<groupId>org.jmock</groupId>
<artifactId>jmock-junit4</artifactId>
<version>2.5.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>