Updated H2 driver to 1.4.186
Change-Id: I64b2bf4804cf4ab4e982cee4951d6d8be3be99fc
Signed-off-by: Guillaume Garzone <guillaume.garzone@laas.fr>
diff --git a/org.eclipse.om2m.core/.classpath b/org.eclipse.om2m.core/.classpath
index b36a6bd..ad4d4da 100644
--- a/org.eclipse.om2m.core/.classpath
+++ b/org.eclipse.om2m.core/.classpath
@@ -2,9 +2,9 @@
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="src" path="src/main/java/"/>
+ <classpathentry kind="src" path="src/main/java"/>
<classpathentry exported="true" kind="lib" path="libs/eclipselink.jar"/>
<classpathentry exported="true" kind="lib" path="libs/javax.persistence.jar"/>
- <classpathentry exported="true" kind="lib" path="libs/h2-1.3.168.jar"/>
+ <classpathentry kind="lib" path="libs/h2-1.4.186.jar"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
diff --git a/org.eclipse.om2m.core/META-INF/MANIFEST.MF b/org.eclipse.om2m.core/META-INF/MANIFEST.MF
index b5dc8ec..b89a589 100644
--- a/org.eclipse.om2m.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.om2m.core/META-INF/MANIFEST.MF
@@ -15,5 +15,5 @@
Bundle-ClassPath: .,
libs/eclipselink.jar,
libs/javax.persistence.jar,
- libs/h2-1.3.168.jar
+ libs/h2-1.4.186.jar
Export-Package: org.eclipse.om2m.core.router
diff --git a/org.eclipse.om2m.core/build.properties b/org.eclipse.om2m.core/build.properties
index 2b96ced..807f2f0 100644
--- a/org.eclipse.om2m.core/build.properties
+++ b/org.eclipse.om2m.core/build.properties
@@ -4,4 +4,4 @@
.,\
libs/javax.persistence.jar,\
libs/eclipselink.jar,\
- libs/h2-1.3.168.jar
+ libs/h2-1.4.186.jar
diff --git a/org.eclipse.om2m.core/libs/h2-1.3.168.jar b/org.eclipse.om2m.core/libs/h2-1.3.168.jar
deleted file mode 100644
index 8cd981c..0000000
--- a/org.eclipse.om2m.core/libs/h2-1.3.168.jar
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.om2m.core/libs/h2-1.4.186.jar b/org.eclipse.om2m.core/libs/h2-1.4.186.jar
new file mode 100644
index 0000000..30224e5
--- /dev/null
+++ b/org.eclipse.om2m.core/libs/h2-1.4.186.jar
Binary files differ