uncomment classes in core-java (#1777)

* uncomment classes in core-java

* Add content to guide to JDO
This commit is contained in:
Jesus Boadas
2017-05-04 06:22:25 -04:00
committed by maibin
parent 5f02c64c95
commit 3e50b39fed
6 changed files with 233 additions and 8 deletions
+5
View File
@@ -251,6 +251,11 @@
<artifactId>h2</artifactId>
<version>1.4.194</version>
</dependency>
<dependency>
<groupId>org.datanucleus</groupId>
<artifactId>datanucleus-xml</artifactId>
<version>5.0.0-release</version>
</dependency>
</dependencies>
<properties>