Add mongo-java-driver
This commit is contained in:
parent
a518904a2d
commit
d724f3cf52
1 changed files with 8 additions and 0 deletions
|
|
@ -37,10 +37,12 @@ data:
|
|||
client:
|
||||
rpms:
|
||||
- mongodb
|
||||
- mongo-tools
|
||||
api:
|
||||
rpms:
|
||||
- mongodb
|
||||
- mongodb-server
|
||||
- mongo-tools
|
||||
filter:
|
||||
rpms:
|
||||
- mongo-tools-devel
|
||||
|
|
@ -48,6 +50,8 @@ data:
|
|||
rpms:
|
||||
macros: |
|
||||
%with_bundled 1
|
||||
%_with_xmvn_javadoc 1
|
||||
%_with_jp_minimal 1
|
||||
components:
|
||||
rpms:
|
||||
mongodb:
|
||||
|
|
@ -62,3 +66,7 @@ data:
|
|||
rationale: MongoDB tools.
|
||||
ref: 3.6
|
||||
buildorder: 2
|
||||
mongo-java-driver:
|
||||
rationale: Java driver for MongoDB.
|
||||
ref: 3.6
|
||||
buildorder: 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue