Maximvdw / MVdWPlaceholderAPI

MVdW Placeholder API
8 stars 15 forks source link

Using the outlined pom inclusions causes build failure due to 1.9 Spigot dependency #13

Open Narimm opened 5 years ago

Narimm commented 5 years ago

This dependency should have an exclusion clause to exlude the Spigot.jar dependency - these are generally not going to be resolvable because distributing spigot.jars breaches DCMA?

`

be.maximvdw
        <artifactId>MVdWUpdater</artifactId>
        <version>1.6.0-SNAPSHOT</version>
    </dependency>`
gw2princeps commented 5 years ago

In case anyone needs an interim fix:

      <dependency>
            <groupId>be.maximvdw</groupId>
            <artifactId>MVdWPlaceholderAPI</artifactId>
            <version>3.0.0-SNAPSHOT</version>
            <exclusions>
                <exclusion>
                    <groupId>org.spigotmc</groupId>
                    <artifactId>spigot</artifactId>
                </exclusion>
            </exclusions>
        </dependency>

Good job on providing an old documentation, different information scattered among places, and finally an API that dependencies are broken ... for month.

carolinaisslaying commented 4 years ago

Good job on providing an old documentation, different information scattered among places, and finally an API that dependencies are broken ... for month.

*7 months