Parse ID3v2 tag from MP3 streams.
[sonitus.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index b78f4ba..d4fff91 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <artifactId>jlayer</artifactId>
                        <version>1.0.1</version>
                </dependency>
+               <dependency>
+                       <groupId>org.blinkenlights.jid3</groupId>
+                       <artifactId>JID3</artifactId>
+                       <version>0.46</version>
+               </dependency>
        </dependencies>
 
        <properties>