Skip to content

Problem with 4.8.181: module not found: io.github.classgraph #923

@jbaiter

Description

@jbaiter

I'm using classgraph in a Java project with JMS. When updating to classgraph 4.8.181, I am no longer able to compile my application, javac quits with this error message:

src/main/java/module-info.java:27:23
java: module not found: io.github.classgraph

My module-info simply has require io.github.classgraph, classgraph is a regular dependency in the projects Maven pom.xml (i.e. with compile scope).

Downgrading to 4.8.180 fixes the problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions