<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>gj-gui</groupId>
  <artifactId>gj-gui</artifactId>
  <name>GenJava-GUI</name>
  <version>0.1</version>
  <description>AWT/Swing Components</description>
  <inceptionYear>2002</inceptionYear>
  <dependencies>
    <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>
    <dependency>
      <groupId>genjava</groupId>
      <artifactId>gj-core</artifactId>
      <version>3.0</version>
    </dependency>
    <dependency>
      <groupId>genjava</groupId>
      <artifactId>gj-beans</artifactId>
      <version>1.0</version>
    </dependency>
  </dependencies>
</project>