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

version 0.6.0 is published with a dependency to unpublished "fngen" artifact #52

Closed
rkuhn opened this issue Aug 29, 2015 · 0 comments
Closed
Milestone

Comments

@rkuhn
Copy link
Contributor

rkuhn commented Aug 29, 2015

The code generation strategy is not immediately obvious to me, but it looks like fngen is not actually a runtime dependency of the main artifact.

@retronym retronym added this to the 0.7.0 milestone Aug 29, 2015
Ichoran pushed a commit to Ichoran/scala-java8-compat that referenced this issue Sep 27, 2015
After this change:

```
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.11.7</version>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.11</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-lang3</artifactId>
            <version>3.4</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.novocode</groupId>
            <artifactId>junit-interface</artifactId>
            <version>0.10</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
```

Fixes scala#52
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

No branches or pull requests

2 participants