diff --git a/commons-datastore/commons-datastore-core/pom.xml b/commons-datastore/commons-datastore-core/pom.xml
index 66beaec1..cdb526d9 100644
--- a/commons-datastore/commons-datastore-core/pom.xml
+++ b/commons-datastore/commons-datastore-core/pom.xml
@@ -14,6 +14,10 @@
jar
+
+ com.fasterxml.jackson.core
+ jackson-core
+
com.fasterxml.jackson.core
jackson-databind
@@ -22,19 +26,23 @@
org.apache.commons
commons-lang3
-
- org.slf4j
- slf4j-api
-
junit
junit
test
+
+
+
+ org.slf4j
+ slf4j-api
+
org.slf4j
slf4j-simple
test
+
-
\ No newline at end of file
+
+
diff --git a/commons-datastore/commons-datastore-mongodb/pom.xml b/commons-datastore/commons-datastore-mongodb/pom.xml
index f38d3e44..730f8253 100644
--- a/commons-datastore/commons-datastore-mongodb/pom.xml
+++ b/commons-datastore/commons-datastore-mongodb/pom.xml
@@ -19,16 +19,45 @@
commons-datastore-core
+
+ org.mongodb
+ mongodb-driver-core
+
org.mongodb
mongodb-driver-sync
- 4.8.2
+
+
+ org.mongodb
+ bson
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+
+
+ org.apache.commons
+ commons-lang3
+
+
+ org.slf4j
+ slf4j-api
+
+
+ org.hamcrest
+ hamcrest-core
+ test
junit
junit
test
+
org.slf4j
slf4j-simple
@@ -36,4 +65,4 @@
-
\ No newline at end of file
+
diff --git a/commons-datastore/commons-datastore-solr/pom.xml b/commons-datastore/commons-datastore-solr/pom.xml
index 129eb839..0b6d2c71 100644
--- a/commons-datastore/commons-datastore-solr/pom.xml
+++ b/commons-datastore/commons-datastore-solr/pom.xml
@@ -38,17 +38,19 @@
org.apache.solr
solr-solrj
- 8.8.2
- junit
- junit
- test
+ com.fasterxml.jackson.core
+ jackson-databind
+
+
+ org.apache.commons
+ commons-lang3
org.slf4j
- slf4j-simple
- test
+ slf4j-api
+
diff --git a/commons-datastore/pom.xml b/commons-datastore/pom.xml
index 41de001c..74a0f9fc 100644
--- a/commons-datastore/pom.xml
+++ b/commons-datastore/pom.xml
@@ -18,14 +18,17 @@
commons-datastore-mongodb
commons-datastore-solr
-
-
-
-
- org.opencb.commons
- commons-datastore-core
- ${project.parent.version}
-
-
-
+
+
+
+ org.slf4j
+ slf4j-simple
+ test
+
+
+ junit
+ junit
+ test
+
+
diff --git a/commons-lib/pom.xml b/commons-lib/pom.xml
index 9b563c3a..30be49f9 100644
--- a/commons-lib/pom.xml
+++ b/commons-lib/pom.xml
@@ -17,17 +17,25 @@
org.opencb.commons
commons-datastore-core
- ${project.parent.version}
- compile
+
com.beust
jcommander
- 1.69
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ test
com.fasterxml.jackson.core
jackson-databind
+ test
+
+
+ org.apache.commons
+ commons-lang3
org.slf4j
@@ -37,29 +45,29 @@
org.apache.avro
avro
-
- org.apache.commons
- commons-lang3
-
org.apache.ant
ant
- 1.10.12
org.fusesource.jansi
jansi
- 2.4.0
junit
junit
provided
+
org.slf4j
slf4j-simple
test
+
+ com.fasterxml.jackson.core
+ jackson-databind
+ test
+
diff --git a/pom.xml b/pom.xml
index 0bdb264f..ca1b12b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,12 +18,21 @@
commons-datastore
-
+
2.11.4
3.12.0
1.7.32
1.7.7
+ 4.8.2
+ 8.8.2
+ 1.69
+ 1.10.12
+ 2.4.0
+ 1.3
+ 4.13.2
+
+
opencb
https://sonarcloud.io
1.8
@@ -82,11 +91,6 @@
Joaquin
joaquintarraga@gmail.com
-
- julie-sullivan
- Julie
- julie.sullivan@gmail.com
-
juanfeSanahuja
Juanfe
@@ -104,6 +108,19 @@
+
+
+ org.opencb.commons
+ commons-datastore-core
+ ${project.version}
+
+
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ ${jackson.version}
+
com.fasterxml.jackson.core
jackson-databind
@@ -131,10 +148,53 @@
avro
${avro.version}
+
+ org.mongodb
+ mongodb-driver-core
+ ${mongodb.version}
+
+
+ org.mongodb
+ mongodb-driver-sync
+ ${mongodb.version}
+
+
+ org.mongodb
+ bson
+ ${mongodb.version}
+
+
+ org.apache.solr
+ solr-solrj
+ ${solr.version}
+
+
+ com.beust
+ jcommander
+ ${jcommander.version}
+
+
+ org.apache.ant
+ ant
+ ${ant.version}
+
+
+ org.fusesource.jansi
+ jansi
+ ${jansi.version}
+
+
+
+
+ org.hamcrest
+ hamcrest-core
+ ${hamcrest.version}
+ test
+
junit
junit
- 4.13.2
+ ${junit.version}
test
@@ -222,6 +282,25 @@
+
+ org.apache.maven.plugins
+ maven-dependency-plugin
+ 3.6.0
+
+
+ analyze
+
+ analyze-only
+
+
+ true
+
+ *
+
+
+
+
+