<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>gj-beans</groupId>
  <artifactId>gj-beans</artifactId>
  <name>GenJava-Beans</name>
  <version>1.0</version>
  <description>BeanViewer. Similar to Jakarta BeanUtils and thus deprecated in favour of that code.</description>
  <inceptionYear>2002</inceptionYear>
  <dependencies>
    <dependency>
      <groupId>genjava</groupId>
      <artifactId>gj-core</artifactId>
      <version>3.0</version>
    </dependency>
    <dependency>
      <groupId>commons-lang</groupId>
      <artifactId>commons-lang</artifactId>
      <version>2.0</version>
    </dependency>
    <dependency>
      <groupId>commons-collections</groupId>
      <artifactId>commons-collections</artifactId>
      <version>2.1</version>
    </dependency>
  </dependencies>
</project>