-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update canMint and HSQLDB #219
Conversation
- almost all the unit tests are failing with this error:
"The error java.lang.SecurityException: sealing violation: package org.hsqldb.jdbc is sealed typically occurs when the same package is being loaded by two different JAR files, or the package is being defined multiple times in the classpath. The "sealed" part of the exception means that Java is enforcing the rule that a sealed package must not be split across multiple JAR files unless explicitly allowed." - when compiling the jar, i get the following warnings: [WARNING] maven-shared-utils-3.4.2.jar, surefire-shared-utils-3.2.5.jar define 2 overlapping resources: |
No description provided.