Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Narimm opened this issue May 8, 2019 · 2 comments

Comments

@Narimm
Copy link

Narimm commented May 8, 2019

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?

<dependency> <groupId>be.maximvdw</groupId> <artifactId>MVdWUpdater</artifactId> <version>1.6.0-SNAPSHOT</version> </dependency>

@gw2princeps
Copy link

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
Copy link

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

*7 months

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants