1<project>
2  <modelVersion>4.0.0</modelVersion>
3  <groupId>commons-beanutils</groupId>
4  <artifactId>commons-beanutils</artifactId>
5  <version>1.7.0</version>
6  <dependencies>
7    <dependency>
8      <groupId>commons-logging</groupId>
9      <artifactId>commons-logging</artifactId>
10      <version>1.0.3</version>
11    </dependency>
12  </dependencies>
13</project>