I have a problem that I couldn't fix it by myself. It is about JDO 3.0 and Maven. I'm follow this Tutorial however it don't explain nothing about how should I setup the POM.xml. I did a few researches on the internet to setup the pom.xml and you can see the result bellow, however oblivious is not working and have no idea how to setup. Please can you help me? Thanks
<!-- JDO 3.0.1 -->
<dependency>
<groupId>javax.jdo</groupId>
<artifactId>jdo-api</artifactId>
<version>3.0.1</version>
</dependency>
<!-- Datanucleus 3.1.3 -->
<dependency>
<groupId>org.datanucleus</groupId>
<artifactId>datanucleus-api-jdo</artifactId>
<version>3.1.3</version>
</dependency>
<dependency>
<groupId>org.datanucleus</groupId>
<artifactId>datanucleus-core</artifactId>
<version>3.1.3</version>
</dependency>
<dependency>
<groupId>org.datanucleus</groupId>
<artifactId>datanucleus-enhancer</artifactId>
<version>3.1.1</version>
</dependency>
<!-- Datanucleus Appengine 2.1.2 -->
<dependency>
<groupId>com.google.appengine.orm</groupId>
<artifactId>datanucleus-appengine</artifactId>
<version>2.1.2</version>
</dependency>