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

rewrite-java has still compile dependency to kotlin #1738

Closed
murdos opened this issue Apr 30, 2022 · 0 comments
Closed

rewrite-java has still compile dependency to kotlin #1738

murdos opened this issue Apr 30, 2022 · 0 comments
Assignees
Labels
bug Something isn't working dependencies
Milestone

Comments

@murdos
Copy link
Contributor

murdos commented Apr 30, 2022

As far as I understand #1722, the goal was to remove runtime/compile dependency to kotlin, but version 7.22.0 still has a compile dependency to kotlin-stdlib-jdk8 : https://repo1.maven.org/maven2/org/openrewrite/rewrite-java/7.22.0/rewrite-java-7.22.0.pom :

<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.6.21</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
<groupId>com.google.errorprone</groupId>
</exclusion>
</exclusions>
</dependency>
@tkvangorder tkvangorder added bug Something isn't working dependencies labels May 1, 2022
@tkvangorder tkvangorder self-assigned this May 5, 2022
@tkvangorder tkvangorder added this to the 7.23.0 milestone May 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies
Projects
Archived in project
Development

No branches or pull requests

2 participants