Skip to content

Dependency management for Janino is incomplete #18225

@blacelle

Description

@blacelle

Janino is already in SpringBoot BOM.

      <dependency>
        <groupId>org.codehaus.janino</groupId>
        <artifactId>janino</artifactId>
        <version>${janino.version}</version>
      </dependency>

However, it may lack:

      <dependency>
        <groupId>org.codehaus.janino</groupId>
        <artifactId>commons-compiler</artifactId>
        <version>${janino.version}</version>
      </dependency>

which is itself a dependency of janino. In my case, I got janino in 3.0.15 while commons-compiler was stuck on 3.0.8, requiring to add commons-compiler in our own dependencyManagement section.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions