You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "MoonLord (Jira)" <ji...@apache.org> on 2022/07/24 19:59:00 UTC

[jira] [Created] (GROOVY-10703) The groovy-bom.pom file does not contain groovy-indy version

MoonLord created GROOVY-10703:
---------------------------------

             Summary: The groovy-bom.pom file does not contain groovy-indy version
                 Key: GROOVY-10703
                 URL: https://issues.apache.org/jira/browse/GROOVY-10703
             Project: Groovy
          Issue Type: Bug
            Reporter: MoonLord


 

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

It only contains the normal version.

This makes the [groovy-bom] useless.
{code:java}
<!-- 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> {code}
 

 
{code:java}
<!-- 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> {code}
 

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)