Author: tchemit Date: 2009-08-26 22:10:33 +0200 (Wed, 26 Aug 2009) New Revision: 265 Modified: trunk/pom.xml Log: use common-loggin Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-08-26 20:10:08 UTC (rev 264) +++ trunk/pom.xml 2009-08-26 20:10:33 UTC (rev 265) @@ -9,7 +9,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>1.0.0</version> + <version>1.0.1</version> </parent> <artifactId>processor</artifactId> @@ -24,6 +24,13 @@ <dependencies> <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + <version>1.1.1</version> + <scope>compile</scope> + </dependency> + + <dependency> <groupId>org.nuiton</groupId> <artifactId>maven-helper-plugin</artifactId> <version>${helper.version}</version>