Uploaded image for project: 'Groovy'
  1. Groovy
  2. GROOVY-10703

The groovy-bom.pom file does not contain groovy-indy version

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Do
    • None
    • None
    • None
    • None
    • Important

    Description

      The [groovy-bom] pom file does not contain groovy-indy version.

      It only contains the normal version.

      This makes the [groovy-bom] useless in some cases.

       

      <!-- https://mvnrepository.com/artifact/org.codehaus.groovy/groovy-bom -->
      <dependency>
          <groupId>org.codehaus.groovy</groupId>
          <artifactId>groovy-bom</artifactId>
          <version>3.0.12</version>
          <type>pom</type>
          <scope>import</scope>
      </dependency> 

       

      <!-- https://mvnrepository.com/artifact/org.codehaus.groovy/groovy -->
      <dependency>
          <groupId>org.codehaus.groovy</groupId>
          <artifactId>groovy</artifactId>
          <version>3.0.12</version>
      </dependency>
      
      <!-- https://mvnrepository.com/artifact/org.codehaus.groovy/groovy -->
      <dependency>
          <groupId>org.codehaus.groovy</groupId>
          <artifactId>groovy</artifactId>
          <version>3.0.12</version>
          <classifier>indy</classifier>
      </dependency> 

       

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              Lord MoonLord
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: