<project>
  <parent>
    <artifactId>plexus-components</artifactId>
    <groupId>plexus</groupId>
    <version>1.0</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>plexus</groupId>
  <artifactId>plexus-input-handler</artifactId>
  <name>Plexus Password Store Component</name>
  <version>1.0-alpha-2</version>
  <dependencies>
    <dependency>
      <groupId>jline</groupId>
      <artifactId>jline</artifactId>
      <version>0.9.1</version>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-plexus-plugin</artifactId>
        <version>1.0-20050512.085822-5</version>
      </plugin>
    </plugins>
  </build>
</project>