Open jyriand opened 9 years ago
I had it too and got it fixed by doing that
<dependency>
<groupId>org.datanucleus</groupId>
<artifactId>datanucleus-accessplatform-jdo-rdbms</artifactId>
<version>4.1.0-m1</version>
<!-- <version>3.3.0-release</version> -->
<type>pom</type>
</dependency>
Now I got another problem and I'm not sure if this solution was the best one.
I get this error:
[ERROR] Exception in thread "main" Plugin (Bundle) "org.datanucleus" is already registered. Ensure you dont have multiple JAR versions of the same plugin in the classpath. The URL "file:/Users/jyria/.m2/repository/org/datanucleus/datanucleus-core/3.2.5/datanucleus-core-3.2.5.jar" is already registered, and you are trying to register an identical plugin located at URL "file:/Users/jyria/.m2/repository/org/datanucleus/datanucleus-core/4.1.0-m1/datanucleus-core-4.1.0-m1.jar." org.datanucleus.exceptions.NucleusException: Plugin (Bundle) "org.datanucleus" is already registered. Ensure you dont have multiple JAR versions of the same plugin in the classpath. The URL "file:/Users/jyria/.m2/repository/org/datanucleus/datanucleus-core/3.2.5/datanucleus-core-3.2.5.jar" is already registered, and you are trying to register an identical plugin located at URL "file:/Users/jyria/.m2/repository/org/datanucleus/datanucleus-core/4.1.0-m1/datanucleus-core-4.1.0-m1.jar."