diff --git a/mongo-java-driver-r3.2.1/bson/pom.xml b/mongo-java-driver-r3.2.1/bson/pom.xml index 4cc39e1..ee387fe 100644 --- a/mongo-java-driver-r3.2.1/bson/pom.xml +++ b/mongo-java-driver-r3.2.1/bson/pom.xml @@ -2,12 +2,18 @@ 4.0.0 + + org.mongodb + aggregator-project + 3.2.1 + org.mongodb bson 3.2.1 BSON The BSON library http://bsonspec.org + bundle The Apache Software License, Version 2.0 @@ -61,6 +67,24 @@ + + org.apache.felix + maven-bundle-plugin + true + + + Red Hat, Inc. + org.mongodb.bson + org.bson,org.bson.* + + javax.xml.bind.*, + org.slf4j;resolution:=optional, + + + <_nouses>true + + + diff --git a/mongo-java-driver-r3.2.1/driver-async/pom.xml b/mongo-java-driver-r3.2.1/driver-async/pom.xml index b960af9..9478ee4 100644 --- a/mongo-java-driver-r3.2.1/driver-async/pom.xml +++ b/mongo-java-driver-r3.2.1/driver-async/pom.xml @@ -2,12 +2,19 @@ 4.0.0 + + org.mongodb + aggregator-project + 3.2.1 + + org.mongodb mongodb-driver-async 3.2.1 MongoDB Asynchronous Driver The MongoDB Asynchronous Driver http://www.mongodb.org + bundle The Apache Software License, Version 2.0 @@ -61,6 +68,33 @@ 1.7 + + org.apache.felix + maven-bundle-plugin + true + + + Red Hat, Inc. + org.mongodb.driver-async + com.mongodb.* + + org.bson.*, + javax.crypto.*, + javax.crypto.spec.*, + javax.management.*, + javax.net.*, + javax.net.ssl.*, + javax.security.sasl.*, + javax.security.auth.callback.*, + org.ietf.jgss.*, + io.netty.*;resolution:=optional, + org.slf4j;resolution:=optional, + + + <_nouses>true + + + diff --git a/mongo-java-driver-r3.2.1/driver-core/pom.xml b/mongo-java-driver-r3.2.1/driver-core/pom.xml index 271265d..3f5826b 100644 --- a/mongo-java-driver-r3.2.1/driver-core/pom.xml +++ b/mongo-java-driver-r3.2.1/driver-core/pom.xml @@ -2,6 +2,11 @@ 4.0.0 + + org.mongodb + aggregator-project + 3.2.1 + org.mongodb mongodb-driver-core 3.2.1 @@ -9,6 +14,7 @@ The Java operations layer for the MongoDB Java Driver. Third parties can ' + 'wrap this layer to provide custom higher-level APIs http://www.mongodb.org + bundle The Apache Software License, Version 2.0 @@ -82,6 +88,33 @@ 1.7 + + org.apache.felix + maven-bundle-plugin + true + + + Red Hat, Inc. + org.mongodb.driver-core + com.mongodb.* + + org.bson.*, + javax.crypto.*, + javax.crypto.spec.*, + javax.management.*, + javax.net.*, + javax.net.ssl.*, + javax.security.sasl.*, + javax.security.auth.callback.*, + org.ietf.jgss.*, + io.netty.*;resolution:=optional, + org.slf4j;resolution:=optional, + + + <_nouses>true + + + diff --git a/mongo-java-driver-r3.2.1/driver/pom.xml b/mongo-java-driver-r3.2.1/driver/pom.xml index 27dde69..7793c7a 100644 --- a/mongo-java-driver-r3.2.1/driver/pom.xml +++ b/mongo-java-driver-r3.2.1/driver/pom.xml @@ -2,6 +2,11 @@ 4.0.0 + + org.mongodb + aggregator-project + 3.2.1 + org.mongodb mongodb-driver 3.2.1 diff --git a/mongo-java-driver-r3.2.1/mongo-java-driver/pom.xml b/mongo-java-driver-r3.2.1/mongo-java-driver/pom.xml index 844fcd8..342218e 100644 --- a/mongo-java-driver-r3.2.1/mongo-java-driver/pom.xml +++ b/mongo-java-driver-r3.2.1/mongo-java-driver/pom.xml @@ -2,12 +2,18 @@ 4.0.0 + + org.mongodb + aggregator-project + 3.2.1 + org.mongodb mongo-java-driver 3.2.1 MongoDB Java Driver The MongoDB Java Driver uber-artifact, containing mongodb-driver, mongodb-driver-core, and bson http://www.mongodb.org + bundle The Apache Software License, Version 2.0 @@ -91,6 +97,34 @@ + + org.apache.felix + maven-bundle-plugin + true + + + Red Hat, Inc. + org.mongodb.mongo-java-driver + + com.mongodb.*, + org.bson.*, + + + javax.xml.bind.*, + javax.crypto.*, + javax.management.*, + javax.net.*, + javax.security.sasl.*, + javax.security.auth.callback.*, + org.ietf.jgss.*, + io.netty.*;resolution:=optional, + org.slf4j;resolution:=optional, + + + <_nouses>true + + + diff --git a/mongo-java-driver-r3.2.1/pom.xml b/mongo-java-driver-r3.2.1/pom.xml index 64f1e56..eb97e32 100644 --- a/mongo-java-driver-r3.2.1/pom.xml +++ b/mongo-java-driver-r3.2.1/pom.xml @@ -13,4 +13,15 @@ driver-async driver + + + + + org.apache.felix + maven-bundle-plugin + 1.4.0 + + + +