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
Description
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
Labels
No labels