Uploaded image for project: 'Quarkus'
  1. Quarkus
  2. QUARKUS-1577

GradleProjectBuildFile.getDependencies() should be returning direct dependencies instead of all of them

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 2.2.5.GA
    • None
    • team/eng
    • None

      Apparently,

      ````
      quarkus create --gradle -x quarkus-amazon-lambda-http
      cd code-with-quarkus/
      ./gradlew addExtension --extensions=jackson

      > Task :addExtension
      👍 Extension io.quarkus:quarkus-jackson was already installed
      ````

      Although `quarkus-jackson` isn't a direct dependency in the build script but a transitive one.

      @glefloch could you please review this one? This code isn't exactly correct, because I couldn't get to the actual artifacts. I guess I would need to actually resolve the configuration to get them, which is unfortunate.

            Unassigned Unassigned
            probinso_jira Quarkus JIRA Bot (Inactive)
            Fedor Dudinskii Fedor Dudinskii
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: