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

Remove scoverage dependency from POMs #980

Closed
mpilquist opened this issue Apr 14, 2016 · 2 comments
Closed

Remove scoverage dependency from POMs #980

mpilquist opened this issue Apr 14, 2016 · 2 comments
Assignees
Labels
Milestone

Comments

@mpilquist
Copy link
Member

The cats-core 0.4.1 POM has the following entries:

        <dependency>
            <groupId>org.scoverage</groupId>
            <artifactId>scalac-scoverage-runtime_2.11</artifactId>
            <version>1.1.0</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.scoverage</groupId>
            <artifactId>scalac-scoverage-plugin_2.11</artifactId>
            <version>1.1.0</version>
            <scope>provided</scope>
        </dependency>

These should be removed, via pomPostProcess perhaps.

@ceedubs ceedubs added the build label May 14, 2016
@alexandru
Copy link
Member

See the commit of this guy: rozza/mongo-spark@21eab20

ceedubs added a commit to ceedubs/cats that referenced this issue Jun 20, 2016
@ceedubs ceedubs added this to the cats-1.0.0 milestone Jun 20, 2016
@ceedubs ceedubs self-assigned this Jun 20, 2016
@non non closed this as completed in #1154 Jun 21, 2016
@non non removed the in progress label Jun 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants