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
- is related to
-
GROOVY-8697 Groovy 2.5 all indy pom should be available
- Closed