Skip to content

Commit

Permalink
Remove proprietary modules from BOM (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Jan 14, 2025
1 parent 9c4b744 commit 4416cc6
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,44 +37,27 @@ dependencies {

api("org.openrewrite.meta:rewrite-analysis:$latest")

api("org.openrewrite.recipe:rewrite-ai-search:$latest")
api("org.openrewrite.recipe:rewrite-android:$latest")
api("org.openrewrite.recipe:rewrite-all:$latest")
api("org.openrewrite.recipe:rewrite-apache:$latest")
api("org.openrewrite.recipe:rewrite-circleci:$latest")
api("org.openrewrite.recipe:rewrite-codemods:$latest")
api("org.openrewrite.recipe:rewrite-codemods-ng:$latest")
api("org.openrewrite.recipe:rewrite-compiled-analysis:$latest")
api("org.openrewrite.recipe:rewrite-comprehension:$latest")
api("org.openrewrite.recipe:rewrite-concourse:$latest")
api("org.openrewrite.recipe:rewrite-cucumber-jvm:$latest")
api("org.openrewrite.recipe:rewrite-docker:$latest")
api("org.openrewrite.recipe:rewrite-dotnet:$latest")
api("org.openrewrite.recipe:rewrite-feature-flags:$latest")
api("org.openrewrite.recipe:rewrite-github-actions:$latest")
api("org.openrewrite.recipe:rewrite-gitlab:$latest")
api("org.openrewrite.recipe:rewrite-hibernate:$latest")
api("org.openrewrite.recipe:rewrite-jackson:$latest")
api("org.openrewrite.recipe:rewrite-java-dependencies:$latest")
api("org.openrewrite.recipe:rewrite-java-security:$latest")
api("org.openrewrite.recipe:rewrite-jenkins:$latest")
api("org.openrewrite.recipe:rewrite-kubernetes:$latest")
api("org.openrewrite.recipe:rewrite-liberty:$latest")
api("org.openrewrite.recipe:rewrite-logging-frameworks:$latest")
api("org.openrewrite.recipe:rewrite-micrometer:$latest")
api("org.openrewrite.recipe:rewrite-micronaut:$latest")
api("org.openrewrite.recipe:rewrite-migrate-java:$latest")
api("org.openrewrite.recipe:rewrite-nodejs:$latest")
api("org.openrewrite.recipe:rewrite-okhttp:$latest")
api("org.openrewrite.recipe:rewrite-openapi:$latest")
api("org.openrewrite.recipe:rewrite-quarkus:$latest")
api("org.openrewrite.recipe:rewrite-reactive-streams:$latest")
api("org.openrewrite.recipe:rewrite-recommendations:$latest")
api("org.openrewrite.recipe:rewrite-spring:$latest")
api("org.openrewrite.recipe:rewrite-sql:$latest")
api("org.openrewrite.recipe:rewrite-static-analysis:$latest")
api("org.openrewrite.recipe:rewrite-struts:$latest")
api("org.openrewrite.recipe:rewrite-terraform:$latest")
api("org.openrewrite.recipe:rewrite-testing-frameworks:$latest")
api("org.openrewrite.recipe:rewrite-third-party:$latest")
}
Expand Down

0 comments on commit 4416cc6

Please sign in to comment.