Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

java.lang.ClassNotFoundException: scala.$less$colon$less #178

Open
@coperator

Description

@coperator

I get this error java.lang.ClassNotFoundException: scala.$less$colon$less at
S3Mock api = new S3Mock.Builder().withPort(8001).withInMemoryBackend().build();

My pom.xml:

    <dependency>
        <groupId>io.findify</groupId>
        <artifactId>s3mock_2.13</artifactId>
        <version>0.2.6</version>
        <scope>test</scope>
    </dependency>

What could be the reason?

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