<?xml version="1.0"?>
<project>
  <parent>
    <artifactId>jcaptcha-home</artifactId>
    <groupId>com.octo.captcha</groupId>
    <version>1.0</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.octo.captcha</groupId>
  <artifactId>jcaptcha</artifactId>
  <name>JCaptcha</name>
  <version>1.0-all</version>
  <description>&lt;b>JCAPTCHA&lt;/b>, for &lt;b>J&lt;/b>ava &lt;b>C&lt;/b>ompletely &lt;b>A&lt;/b>utomated &lt;b>P&lt;/b>ublic &lt;b>T&lt;/b>est to tell &lt;b>C&lt;/b>omputers and &lt;b>H&lt;/b>umans &lt;b>A&lt;/b>part
&lt;br/>The open source java framework for captcha definition and integration
&lt;br/>

 A captcha is a simple captcha container that contains a question, a challenge, and a response validation routine.&lt;BR/>
 A captcha can only be built by a captcha factory that provides methods to build localized captchas.&lt;br/>
 This jar aims to provide interfaces and implementation of generic and typed captcha and captcha factories.&lt;BR/>
 It uses the word generator, types sub packages (image and sound) components (word to image, word to sound)
 to build typed captchas captchas.</description>
  <issueManagement>
    <system>Jira</system>
    <url>http://forge.octo.com/jcaptcha/jira/browse/FWK</url>
  </issueManagement>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-assembly-plugin</artifactId>
        <configuration>
          <descriptors>
            <descriptor>src/assembly/uber-jar.xml</descriptor>
          </descriptors>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>com.octo.captcha</groupId>
      <artifactId>jcaptcha-api</artifactId>
      <version>1.0</version>
    </dependency>
    <dependency>
      <groupId>com.octo.captcha</groupId>
      <artifactId>jcaptcha-common-test</artifactId>
      <version>1.0</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.jhlabs</groupId>
      <artifactId>imaging</artifactId>
      <version>01012005</version>
    </dependency>
    <dependency>
      <groupId>commons-logging</groupId>
      <artifactId>commons-logging</artifactId>
      <version>1.0.4</version>
    </dependency>
    <dependency>
      <groupId>commons-collections</groupId>
      <artifactId>commons-collections</artifactId>
      <version>3.2</version>
    </dependency>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>servlet-api</artifactId>
      <version>2.3</version>
    </dependency>
  </dependencies>
</project>
