<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
    <parent>
        <artifactId>chameleon-parent</artifactId>
        <groupId>com.github.muff1nman.chameleon</groupId>
        <version>1.2.1-RELEASE</version>
        <relativePath>../../</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <packaging>jar</packaging>

    <artifactId>playlist-all</artifactId>

    <dependencies>
        <dependency>
            <groupId>com.github.muff1nman.chameleon</groupId>
            <artifactId>playlist-asx</artifactId>
            <scope>runtime</scope>
        </dependency>

        <dependency>
            <groupId>com.github.muff1nman.chameleon</groupId>
            <artifactId>playlist-atom</artifactId>
            <scope>runtime</scope>
        </dependency>

        <dependency>
            <groupId>com.github.muff1nman.chameleon</groupId>
            <artifactId>playlist-b4s</artifactId>
            <scope>runtime</scope>
        </dependency>

        <dependency>
            <groupId>com.github.muff1nman.chameleon</groupId>
            <artifactId>playlist-hypetape</artifactId>
            <scope>runtime</scope>
        </dependency>

        <dependency>
            <groupId>com.github.muff1nman.chameleon</groupId>
            <artifactId>playlist-kpl</artifactId>
            <scope>runtime</scope>
        </dependency>

        <dependency>
            <groupId>com.github.muff1nman.chameleon</groupId>
            <artifactId>playlist-m3u</artifactId>
            <scope>runtime</scope>
        </dependency>

        <dependency>
            <groupId>com.github.muff1nman.chameleon</groupId>
            <artifactId>playlist-mpcpl</artifactId>
            <scope>runtime</scope>
        </dependency>

        <dependency>
            <groupId>com.github.muff1nman.chameleon</groupId>
            <artifactId>playlist-pla</artifactId>
            <scope>runtime</scope>
        </dependency>

        <dependency>
            <groupId>com.github.muff1nman.chameleon</groupId>
            <artifactId>playlist-plist</artifactId>
            <scope>runtime</scope>
        </dependency>

        <dependency>
            <groupId>com.github.muff1nman.chameleon</groupId>
            <artifactId>playlist-plp</artifactId>
            <scope>runtime</scope>
        </dependency>

        <dependency>
            <groupId>com.github.muff1nman.chameleon</groupId>
            <artifactId>playlist-pls</artifactId>
            <scope>runtime</scope>
        </dependency>

        <dependency>
            <groupId>com.github.muff1nman.chameleon</groupId>
            <artifactId>playlist-rmp</artifactId>
            <scope>runtime</scope>
        </dependency>

        <dependency>
            <groupId>com.github.muff1nman.chameleon</groupId>
            <artifactId>playlist-rss</artifactId>
            <scope>runtime</scope>
        </dependency>

        <dependency>
            <groupId>com.github.muff1nman.chameleon</groupId>
            <artifactId>playlist-smil</artifactId>
            <scope>runtime</scope>
        </dependency>

        <dependency>
            <groupId>com.github.muff1nman.chameleon</groupId>
            <artifactId>playlist-wpl</artifactId>
            <scope>runtime</scope>
        </dependency>

        <dependency>
            <groupId>com.github.muff1nman.chameleon</groupId>
            <artifactId>playlist-xspf</artifactId>
            <scope>runtime</scope>
        </dependency>
    </dependencies>

</project>