1 <project> 2 <modelVersion>4.0.0</modelVersion> 3 <groupId>commons-logging</groupId> 4 <artifactId>commons-logging</artifactId> 5 <name>Logging</name> 6 <version>1.0.3</version> 7 <description>Commons Logging</description> 8 <url>http://jakarta.apache.org/commons/logging/</url> 9 <inceptionYear>2001</inceptionYear> 10 <build /> 11 <dependencies> 12 <dependency> 13 <groupId>log4j</groupId> 14 <artifactId>log4j</artifactId> 15 <version>1.2.6</version> 16 <optional>true</optional> 17 </dependency> 18 <dependency> 19 <groupId>logkit</groupId> 20 <artifactId>logkit</artifactId> 21 <version>1.0.1</version> 22 <optional>true</optional> 23 </dependency> 24 <dependency> 25 <groupId>junit</groupId> 26 <artifactId>junit</artifactId> 27 <version>3.7</version> 28 <scope>test</scope> 29 </dependency> 30 </dependencies> 31 </project> 32