<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <artifactId>modeshape</artifactId>
    <groupId>org.modeshape</groupId>
    <version>1.0.0.Beta1</version>
    <relativePath>../..</relativePath>
  </parent>
  <!-- The groupId and version values are inherited from parent -->
  <artifactId>modeshape-sequencer-mp3</artifactId>
  <packaging>jar</packaging>
  <name>ModeShape MP3 Sequencer</name>
  <description>ModeShape Sequencer that processes MP3 audio files</description>
  <url>http://www.modeshape.org</url>
  <dependencies>
    <dependency>
      <groupId>org.modeshape</groupId>
      <artifactId>modeshape-common</artifactId>
    </dependency>
    <dependency>
      <groupId>org.modeshape</groupId>
      <artifactId>modeshape-graph</artifactId>
    </dependency>
    <dependency>
      <groupId>org.jaudiotagger</groupId>
      <artifactId>jaudiotagger</artifactId>
      <version>1.0.8</version>
   </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
    </dependency>
  </dependencies>
</project>
