DATAMONGO-910 - Upgraded to latest MongoDB Java driver 2.12.0.

Removed special mongo-osgi property as the driver version is now a valid OSGi version number.
This commit is contained in:
Oliver Gierke
2014-04-10 16:04:19 +02:00
parent 01012c1448
commit 6c214cbc37
4 changed files with 8 additions and 10 deletions

View File

@@ -5,5 +5,5 @@ Bundle-ManifestVersion: 2
Import-Package:
sun.reflect;version="0";resolution:=optional
Import-Template:
com.mongodb.*;version="${mongo-osgi:[=.=.=,+1.0.0)}",
com.mongodb.*;version="${mongo:[=.=.=,+1.0.0)}",
org.apache.log4j.*;version="${log4j:[=.=.=,+1.0.0)}"