-
Couldn't load subscription status.
- Fork 41.6k
Closed
Labels
type: bugA general bugA general bug
Milestone
Description
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
Labels
type: bugA general bugA general bug