diff --git a/warehouse/assemble/webservice/pom.xml b/warehouse/assemble/webservice/pom.xml index 45ac1c41166..99fe73a8285 100644 --- a/warehouse/assemble/webservice/pom.xml +++ b/warehouse/assemble/webservice/pom.xml @@ -9,6 +9,10 @@ assemble-webservice ${project.artifactId} + + commons-configuration + commons-configuration + gov.nsa.datawave datawave-ingest-core diff --git a/warehouse/common/pom.xml b/warehouse/common/pom.xml index 2cfda769ef2..fa81fdd4685 100644 --- a/warehouse/common/pom.xml +++ b/warehouse/common/pom.xml @@ -17,6 +17,11 @@ commons-io commons-io + + net.sf.opencsv + opencsv + 2.3 + org.easymock easymock diff --git a/warehouse/core/pom.xml b/warehouse/core/pom.xml index 5cb03d11ea8..4902069bfd7 100644 --- a/warehouse/core/pom.xml +++ b/warehouse/core/pom.xml @@ -100,6 +100,11 @@ junit junit + + net.sf.opencsv + opencsv + 2.3 + org.apache.accumulo accumulo-core diff --git a/warehouse/ingest-csv/pom.xml b/warehouse/ingest-csv/pom.xml index 4507f504566..54a22c58e66 100644 --- a/warehouse/ingest-csv/pom.xml +++ b/warehouse/ingest-csv/pom.xml @@ -104,6 +104,11 @@ org.easymock easymock + + org.jboss.resteasy + jaxrs-api + 3.0.12.Final + org.powermock powermock-module-junit4 diff --git a/warehouse/ingest-json/pom.xml b/warehouse/ingest-json/pom.xml index 00cf433c0df..da56f05bf6e 100644 --- a/warehouse/ingest-json/pom.xml +++ b/warehouse/ingest-json/pom.xml @@ -69,6 +69,11 @@ org.easymock easymock + + org.jboss.resteasy + jaxrs-api + 3.0.12.Final + org.powermock powermock-api-easymock diff --git a/warehouse/metrics-core/pom.xml b/warehouse/metrics-core/pom.xml index 229b4ce5fd7..3659586e2db 100644 --- a/warehouse/metrics-core/pom.xml +++ b/warehouse/metrics-core/pom.xml @@ -22,6 +22,10 @@ commons-cli commons-cli + + commons-configuration + commons-configuration + commons-lang commons-lang diff --git a/web-services/accumulo/pom.xml b/web-services/accumulo/pom.xml index 61b379038fc..4113638efdd 100644 --- a/web-services/accumulo/pom.xml +++ b/web-services/accumulo/pom.xml @@ -18,6 +18,10 @@ com.google.guava guava + + commons-configuration + commons-configuration + commons-lang commons-lang diff --git a/web-services/client/pom.xml b/web-services/client/pom.xml index b3fdd61da2f..074b7cdc269 100644 --- a/web-services/client/pom.xml +++ b/web-services/client/pom.xml @@ -89,6 +89,10 @@ jakarta.xml.bind-api ${version.jakarta.xml.bind-api} + + java3d + vecmath + javax.ws.rs javax.ws.rs-api diff --git a/web-services/common-util/pom.xml b/web-services/common-util/pom.xml index a5e110cf43c..9563f8a66ab 100644 --- a/web-services/common-util/pom.xml +++ b/web-services/common-util/pom.xml @@ -10,6 +10,10 @@ jar ${project.artifactId} + + commons-configuration + commons-configuration + commons-lang commons-lang @@ -76,6 +80,10 @@ org.easymock easymock + + org.jboss.resteasy + resteasy-jaxb-provider + org.jboss.spec.javax.ejb jboss-ejb-api_3.2_spec diff --git a/web-services/common/pom.xml b/web-services/common/pom.xml index f1265693690..e1ecdd599f2 100644 --- a/web-services/common/pom.xml +++ b/web-services/common/pom.xml @@ -30,6 +30,10 @@ com.spotify dns + + commons-configuration + commons-configuration + commons-lang commons-lang diff --git a/web-services/map-reduce/pom.xml b/web-services/map-reduce/pom.xml index e9956c7f3c5..8c1e2f9736b 100644 --- a/web-services/map-reduce/pom.xml +++ b/web-services/map-reduce/pom.xml @@ -18,6 +18,10 @@ commons-codec commons-codec + + commons-configuration + commons-configuration + commons-lang commons-lang diff --git a/web-services/model/pom.xml b/web-services/model/pom.xml index ef3c6c13e15..25a481afb7a 100644 --- a/web-services/model/pom.xml +++ b/web-services/model/pom.xml @@ -18,6 +18,10 @@ com.google.guava guava + + commons-configuration + commons-configuration + commons-lang commons-lang diff --git a/web-services/query/pom.xml b/web-services/query/pom.xml index 680be657fd6..7c5f694ac50 100644 --- a/web-services/query/pom.xml +++ b/web-services/query/pom.xml @@ -41,6 +41,10 @@ commons-collections ${version.commons-collections} + + commons-configuration + commons-configuration + commons-lang commons-lang diff --git a/web-services/security/pom.xml b/web-services/security/pom.xml index 254b39f4044..028325cf840 100644 --- a/web-services/security/pom.xml +++ b/web-services/security/pom.xml @@ -24,6 +24,10 @@ guava compile + + commons-configuration + commons-configuration + gov.nsa.datawave datawave-core