This repository has been archived by the owner on Dec 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 107
java.lang.ClassNotFoundException: scala.$less$colon$less #178
Comments
Can you show your other dependencies? Looks like you have a scala 2.12 somewhere in your classpath. You can try using a |
I also get the error after upgrading my springboot application from OpenJKD8 to OpenJDK11 and Springboot 2.2.4.RELEASE to 2.4.5. As these were must upgrades i have to do so even going to lower version |
I am receiving the same issue. please provide some solution. |
with below dependencies I am getting same error while running simple hello world program from read me file
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I get this error
java.lang.ClassNotFoundException: scala.$less$colon$less
atS3Mock api = new S3Mock.Builder().withPort(8001).withInMemoryBackend().build();
My pom.xml:
What could be the reason?
The text was updated successfully, but these errors were encountered: