Author: ggregory Date: Wed Nov 9 23:09:47 2011 New Revision: 1200026 URL: http://svn.apache.org/viewvc?rev=1200026&view=rev Log: Format.
Modified: commons/proper/vfs/trunk/pom.xml Modified: commons/proper/vfs/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1200026&r1=1200025&r2=1200026&view=diff ============================================================================== --- commons/proper/vfs/trunk/pom.xml (original) +++ commons/proper/vfs/trunk/pom.xml Wed Nov 9 23:09:47 2011 @@ -393,12 +393,12 @@ <version>1.46</version> <scope>test</scope> </dependency> - <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - <version>2.1</version> - <scope>test</scope> - </dependency> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>2.1</version> + <scope>test</scope> + </dependency> </dependencies> </dependencyManagement>