Skip to content

Avoid unnecessary dependency on scala-{compiler,reflect}.jar #54

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

Merged
merged 2 commits into from
Aug 31, 2015

Conversation

retronym
Copy link
Member

These are only needed for the code generator sub project.

Fixes #53

These are only needed for the code generator sub project.

Fixes scala#53
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
@retronym retronym added this to the 0.7.0 milestone Aug 29, 2015
retronym added a commit that referenced this pull request Aug 31, 2015
Avoid unnecessary dependency on scala-{compiler,reflect}.jar
@retronym retronym merged commit f331d11 into scala:master Aug 31, 2015
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 this pull request may close these issues.

1 participant