diff --git a/core/utils/accumulo-utils b/core/utils/accumulo-utils deleted file mode 160000 index 5a087bc5bb0..00000000000 --- a/core/utils/accumulo-utils +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 5a087bc5bb08117c44ff70cacc637ad76dfa9528 diff --git a/core/utils/accumulo-utils/pom.xml b/core/utils/accumulo-utils/pom.xml new file mode 100644 index 00000000000..a1e905eac3b --- /dev/null +++ b/core/utils/accumulo-utils/pom.xml @@ -0,0 +1,241 @@ + + + 4.0.0 + + gov.nsa.datawave.microservice + datawave-microservice-parent + 3.0.3 + ../../../microservices/microservice-parent/pom.xml + + accumulo-utils + 3.0.2-SNAPSHOT + https://code.nsa.gov/datawave-accumulo-utils + + + The Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt + + + + scm:git:https://github.com/NationalSecurityAgency/datawave-accumulo-utils.git + scm:git:git@github.com:NationalSecurityAgency/datawave-accumulo-utils.git + HEAD + https://github.com/NationalSecurityAgency/datawave-accumulo-utils + + + 2.1.1 + 3.0.0 + 1.9.4 + 4.4 + 4.1.2 + 28.1-jre + 3.0.1 + 1.7.29 + + 1.1.7 + 5.3.5 + 3.8.4 + + + + + com.google.guava + guava + ${version.guava} + + + commons-beanutils + commons-beanutils + ${version.commons-beanutils} + + + gov.nsa.datawave.microservice + authorization-api + ${version.authorization-api} + + + io.dropwizard.metrics + metrics-core + ${version.dropwizard} + + + slf4j-api + org.slf4j + + + + + org.apache.accumulo + accumulo-core + ${version.accumulo} + + + * + org.eclipse.jetty + + + guava + com.google.guava + + + hadoop-mapreduce-client-app + org.apache.hadoop + + + hadoop-mapreduce-client-core + org.apache.hadoop + + + hadoop-mapreduce-client-jobclient + org.apache.hadoop + + + hadoop-yarn-api + org.apache.hadoop + + + * + org.slf4j + + + commons-logging + commons-logging + + + junit + junit + + + + + org.apache.accumulo + accumulo-trace + ${version.accumulo} + + + org.apache.commons + commons-collections4 + ${version.commons-collections} + + + org.apache.zookeeper + zookeeper + ${version.zookeeper} + + + slf4j-log4j12 + org.slf4j + + + log4j + log4j + + + + + org.xerial.snappy + snappy-java + ${version.snappy} + + + org.springframework + spring-framework-bom + ${version.spring} + pom + import + + + gov.nsa.datawave + datawave-in-memory-accumulo + ${version.in-memory-accumulo} + test + + + * + org.slf4j + + + commons-lang + commons-lang + + + + + org.slf4j + slf4j-simple + ${version.slf4j} + test + + + + + + com.google.guava + guava + + + commons-beanutils + commons-beanutils + + + gov.nsa.datawave.microservice + authorization-api + + + io.dropwizard.metrics + metrics-core + + + org.apache.accumulo + accumulo-core + + + org.apache.commons + commons-collections4 + + + org.apache.zookeeper + zookeeper + + + org.springframework + spring-context-support + + + org.xerial.snappy + snappy-java + + + org.springframework + spring-jcl + runtime + + + gov.nsa.datawave + datawave-in-memory-accumulo + test + + + org.junit.jupiter + junit-jupiter-engine + test + + + org.slf4j + slf4j-simple + test + + + + + + true + + + false + + github-datawave + https://maven.pkg.github.com/NationalSecurityAgency/datawave + + + diff --git a/microservices/services/accumulo b/microservices/services/accumulo deleted file mode 160000 index 090b5c72129..00000000000 --- a/microservices/services/accumulo +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 090b5c72129caee39234d007dc999afe99c9ff54 diff --git a/microservices/services/accumulo/service/pom.xml b/microservices/services/accumulo/service/pom.xml new file mode 100644 index 00000000000..d44d97668d6 --- /dev/null +++ b/microservices/services/accumulo/service/pom.xml @@ -0,0 +1,267 @@ + + + 4.0.0 + + gov.nsa.datawave.microservice + datawave-microservice-service-parent + 4.0.3 + ../../../microservice-service-parent/pom.xml + + accumulo-service + 3.0.1-SNAPSHOT + DATAWAVE Accumulo Microservice + https://code.nsa.gov/datawave-accumulo-service + + scm:git:https://github.com/NationalSecurityAgency/datawave-accumulo-service.git + scm:git:git@github.com:NationalSecurityAgency/datawave-accumulo-service.git + HEAD + https://github.com/NationalSecurityAgency/datawave-accumulo-service + + + datawave.microservice.accumulo.AccumuloService + 5.2.0 + 5.2.0 + 3.3.4 + 3.0.0 + 3.0.0 + 3.0.0 + 3.8.4 + + + + + gov.nsa.datawave.microservice + accumulo-api + ${version.microservice.accumulo-api} + + + * + log4j + + + * + org.slf4j + + + servlet-api + javax.servlet + + + + + gov.nsa.datawave.microservice + spring-boot-starter-datawave-audit + ${version.microservice.starter-datawave-audit} + + + org.apache.curator + curator-client + ${version.curator} + + + org.apache.zookeeper + zookeeper + + + + + org.apache.curator + curator-framework + ${version.curator} + + + org.apache.zookeeper + zookeeper + + + + + org.apache.curator + curator-recipes + ${version.curator} + + + org.apache.zookeeper + zookeeper + + + + + org.apache.zookeeper + zookeeper + ${version.zookeeper} + + + slf4j-log4j12 + org.slf4j + + + log4j + log4j + + + + + org.apache.hadoop + hadoop-auth + ${version.hadoop} + runtime + + + * + log4j + + + * + org.slf4j + + + + + xerces + xercesImpl + 2.12.2 + runtime + + + gov.nsa.datawave.microservice + spring-boot-starter-datawave + ${version.microservice.starter-datawave} + pom + import + + + org.apache.curator + curator-test + ${version.curator.test} + test + + + org.hamcrest + java-hamcrest + 2.0.0.0 + test + + + + + + gov.nsa.datawave + datawave-in-memory-accumulo + compile + + + servlet-api + javax.servlet + + + slf4j-reload4j + org.slf4j + + + + + gov.nsa.datawave.microservice + accumulo-api + + + gov.nsa.datawave.microservice + spring-boot-starter-datawave + ${version.microservice.starter-datawave} + + + gov.nsa.datawave.microservice + spring-boot-starter-datawave-audit + + + org.apache.accumulo + accumulo-core + + + guava + * + + + servlet-api + javax.servlet + + + slf4j-reload4j + org.slf4j + + + + + org.apache.curator + curator-client + + + org.apache.curator + curator-framework + + + org.apache.hadoop + hadoop-auth + + + org.hamcrest + java-hamcrest + + + xerces + xercesImpl + + + org.apache.curator + curator-test + test + + + org.junit.jupiter + junit-jupiter-engine + test + + + + + + true + + + false + + github-datawave + https://maven.pkg.github.com/NationalSecurityAgency/datawave + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + pl.project13.maven + git-commit-id-plugin + + + + + + docker + + + microservice-docker + + + + + + com.spotify + docker-maven-plugin + + + + + + diff --git a/microservices/services/audit b/microservices/services/audit deleted file mode 160000 index 4a158581eb4..00000000000 --- a/microservices/services/audit +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 4a158581eb477b6fa14740d89920e98410e6ee3f diff --git a/microservices/services/audit/service/pom.xml b/microservices/services/audit/service/pom.xml new file mode 100644 index 00000000000..0df00465a66 --- /dev/null +++ b/microservices/services/audit/service/pom.xml @@ -0,0 +1,228 @@ + + + 4.0.0 + + gov.nsa.datawave.microservice + datawave-microservice-service-parent + 4.0.3 + ../../../microservice-service-parent/pom.xml + + audit-service + 3.0.2-SNAPSHOT + DATAWAVE Auditing Microservice + https://code.nsa.gov/datawave-audit-service + + scm:git:https://github.com/NationalSecurityAgency/datawave-audit-service.git + scm:git:git@github.com:NationalSecurityAgency/datawave-audit-service.git + HEAD + https://github.com/NationalSecurityAgency/datawave-audit-service + + + 3.9 + 3.3.4 + 3.0.0 + 3.0.0 + 3.0.0 + 3.8.4 + + + + + gov.nsa.datawave.microservice + audit-api + ${version.microservice.audit-api} + + + gov.nsa.datawave.microservice + hazelcast-client + ${version.microservice.hazelcast-client} + + + gov.nsa.datawave.microservice + spring-boot-starter-datawave + ${version.microservice.starter} + + + org.apache.commons + commons-lang3 + ${version.commons} + + + org.apache.hadoop + hadoop-common + ${version.hadoop} + + + * + org.mortbay.jetty + + + * + org.eclipse.jetty + + + * + log4j + + + * + org.slf4j + + + * + org.codehaus.jackson + + + * + commons-logging + + + avro + org.apache.avro + + + + + org.apache.hadoop + hadoop-hdfs + ${version.hadoop} + + + * + org.mortbay.jetty + + + * + org.eclipse.jetty + + + * + io.netty + + + * + log4j + + + * + commons-logging + + + + + org.apache.zookeeper + zookeeper + ${version.zookeeper} + + + slf4j-log4j12 + org.slf4j + + + log4j + log4j + + + * + ch.qos.logback + + + netty-tcnative + io.netty + + + + + gov.nsa.datawave.microservice + spring-boot-starter-datawave + ${version.microservice.starter} + pom + import + + + + + + gov.nsa.datawave.microservice + audit-api + + + gov.nsa.datawave.microservice + hazelcast-client + + + gov.nsa.datawave.microservice + spring-boot-starter-datawave + + + org.apache.commons + commons-lang3 + + + org.apache.hadoop + hadoop-common + + + org.apache.hadoop + hadoop-hdfs + + + gov.nsa.datawave + datawave-in-memory-accumulo + test + + + * + org.slf4j + + + + + org.junit.jupiter + junit-jupiter-engine + test + + + + + + true + + + false + + github-datawave + https://maven.pkg.github.com/NationalSecurityAgency/datawave + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + pl.project13.maven + git-commit-id-plugin + + + + + + docker + + + microservice-docker + + + + + + com.spotify + docker-maven-plugin + + + + + + diff --git a/microservices/services/authorization b/microservices/services/authorization deleted file mode 160000 index 7c54c487c84..00000000000 --- a/microservices/services/authorization +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 7c54c487c841f7529dedc83dbcdad53e9e1ae8a8 diff --git a/microservices/services/authorization/service/pom.xml b/microservices/services/authorization/service/pom.xml new file mode 100644 index 00000000000..29d40b6cc82 --- /dev/null +++ b/microservices/services/authorization/service/pom.xml @@ -0,0 +1,137 @@ + + + 4.0.0 + + gov.nsa.datawave.microservice + datawave-microservice-service-parent + 4.0.3 + ../../../microservice-service-parent/pom.xml + + authorization-service + 3.0.1-SNAPSHOT + DATAWAVE Authorization Microservice + https://code.nsa.gov/datawave-authorization-service + + scm:git:https://github.com/NationalSecurityAgency/datawave-authorization-service.git + scm:git:git@github.com:NationalSecurityAgency/datawave-authorization-service.git + HEAD + https://github.com/NationalSecurityAgency/datawave-authorization-service + + + datawave.microservice.authorization.AuthorizationService + 3.0.0 + 2.3.3 + 3.0.0 + 3.0.0 + 3.8.4 + + + + + com.sun.xml.bind + jaxb-impl + ${version.jaxb} + + + gov.nsa.datawave.microservice + authorization-api + ${version.authorization-api} + + + gov.nsa.datawave.microservice + hazelcast-client + ${version.microservice.hazelcast-client} + + + gov.nsa.datawave.microservice + spring-boot-starter-datawave + ${version.microservice.starter} + + + jakarta.xml.bind + jakarta.xml.bind-api + ${version.jaxb} + + + org.apache.zookeeper + zookeeper + ${version.zookeeper} + + + slf4j-log4j12 + org.slf4j + + + log4j + log4j + + + + + + + + gov.nsa.datawave.microservice + authorization-api + + + gov.nsa.datawave.microservice + hazelcast-client + + + gov.nsa.datawave.microservice + spring-boot-starter-datawave + + + org.springframework.boot + spring-boot-starter-cache + + + org.junit.jupiter + junit-jupiter-engine + test + + + + + + true + + + false + + github-datawave + https://maven.pkg.github.com/NationalSecurityAgency/datawave + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + pl.project13.maven + git-commit-id-plugin + + + + + + docker + + + microservice-docker + + + + + + com.spotify + docker-maven-plugin + + + + + + diff --git a/microservices/services/dictionary b/microservices/services/dictionary deleted file mode 160000 index 728ca486c72..00000000000 --- a/microservices/services/dictionary +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 728ca486c7229ff7646c612b12e61418529e8131 diff --git a/microservices/services/dictionary/service/pom.xml b/microservices/services/dictionary/service/pom.xml new file mode 100644 index 00000000000..d30cc458c0c --- /dev/null +++ b/microservices/services/dictionary/service/pom.xml @@ -0,0 +1,266 @@ + + + 4.0.0 + + gov.nsa.datawave.microservice + datawave-microservice-service-parent + 4.0.3 + ../../../microservice-service-parent/pom.xml + + dictionary-service + 3.0.1-SNAPSHOT + DATAWAVE Dictionary Service + https://code.nsa.gov/datawave-dictionary-service + + scm:git:https://github.com/NationalSecurityAgency/datawave-dictionary-service.git + scm:git:git@github.com:NationalSecurityAgency/datawave-dictionary-service.git + HEAD + https://github.com/NationalSecurityAgency/datawave-dictionary-service + + + datawave.microservice.dictionary.DictionaryService + 2.1.1 + 5.2.0 + 3.0.1 + 3.0.0 + 3.0.0 + 2.0.0 + 1.11.4 + 3.6.0 + 0.50 + 3.8.4 + + + + + com.fasterxml.jackson.dataformat + jackson-dataformat-xml + ${version.jackson} + + + com.sun.xml.bind + jaxb-impl + 2.3.3 + + + gov.nsa.datawave + datawave-in-memory-accumulo + ${version.in-memory-accumulo} + compile + + + + + * + * + + + + + gov.nsa.datawave.microservice + dictionary-api + ${version.microservice.dictionary-api} + + + gov.nsa.datawave.microservice + spring-boot-starter-datawave + ${version.microservice.starter} + + + gov.nsa.datawave.microservice + spring-boot-starter-datawave-metadata + ${version.microservice.starter-metadata} + + + avro + org.apache.avro + + + + + org.apache.accumulo + accumulo-core + ${version.accumulo} + + + servlet-api + javax.servlet + + + slf4j-reload4j + org.slf4j + + + log4j + log4j + + + * + ch.qos.logback + + + netty-tcnative + io.netty + + + + + org.apache.curator + curator-client + ${version.curator} + + + org.apache.curator + curator-framework + ${version.curator} + + + org.apache.curator + curator-recipes + ${version.curator} + + + org.apache.zookeeper + zookeeper + ${version.zookeeper} + + + slf4j-log4j12 + org.slf4j + + + log4j + log4j + + + * + ch.qos.logback + + + netty-tcnative + io.netty + + + + + org.webjars + datatables + ${version.webjars.datatables} + + + org.webjars + jquery + ${version.webjars.jquery} + + + org.webjars + webjars-locator-core + ${version.webjars.locator} + + + gov.nsa.datawave.microservice + spring-boot-starter-datawave + ${version.microservice.starter} + pom + import + + + + + + com.fasterxml.jackson.dataformat + jackson-dataformat-xml + + + com.sun.xml.bind + jaxb-impl + + + gov.nsa.datawave + datawave-in-memory-accumulo + + + gov.nsa.datawave.microservice + dictionary-api + + + gov.nsa.datawave.microservice + spring-boot-starter-datawave + + + gov.nsa.datawave.microservice + spring-boot-starter-datawave-metadata + + + org.apache.accumulo + accumulo-core + + + org.webjars + datatables + + + org.webjars + jquery + + + org.webjars + webjars-locator-core + + + org.projectlombok + lombok + provided + + + org.junit.jupiter + junit-jupiter-engine + test + + + + + + true + + + false + + github-datawave + https://maven.pkg.github.com/NationalSecurityAgency/datawave + + + + + + maven-compiler-plugin + + + org.springframework.boot + spring-boot-maven-plugin + + + pl.project13.maven + git-commit-id-plugin + + + + + + docker + + + microservice-docker + + + + + + com.spotify + docker-maven-plugin + + + + + + diff --git a/microservices/services/hazelcast b/microservices/services/hazelcast deleted file mode 160000 index ec81bc3bb2e..00000000000 --- a/microservices/services/hazelcast +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ec81bc3bb2eb987796e65a73db3092eb67989a9e diff --git a/microservices/services/hazelcast/service/pom.xml b/microservices/services/hazelcast/service/pom.xml new file mode 100644 index 00000000000..37b9c745a6d --- /dev/null +++ b/microservices/services/hazelcast/service/pom.xml @@ -0,0 +1,111 @@ + + + 4.0.0 + + gov.nsa.datawave.microservice + datawave-microservice-service-parent + 4.0.3 + ../../../microservice-service-parent/pom.xml + + hazelcast-service + 3.0.1-SNAPSHOT + DATAWAVE Hazelcast Server + https://code.nsa.gov/datawave-hazelcast-service + + scm:git:https://github.com/NationalSecurityAgency/datawave-hazelcast-service.git + scm:git:git@github.com:NationalSecurityAgency/datawave-hazelcast-service.git + HEAD + https://github.com/NationalSecurityAgency/datawave-hazelcast-service + + + datawave.microservice.cached.server.HazelcastService + 2.2.3 + 3.0.0 + 3.8.4 + + + + + com.hazelcast + hazelcast-kubernetes + ${version.hazelcast-kubernetes} + + + gov.nsa.datawave.microservice + hazelcast-common + ${version.microservice.hazelcast-common} + + + org.apache.zookeeper + zookeeper + ${version.zookeeper} + + + slf4j-log4j12 + org.slf4j + + + log4j + log4j + + + + + + + + com.hazelcast + hazelcast-kubernetes + + + gov.nsa.datawave.microservice + hazelcast-common + + + org.springframework.boot + spring-boot-starter-cache + + + + + + true + + + false + + github-datawave + https://maven.pkg.github.com/NationalSecurityAgency/datawave + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + pl.project13.maven + git-commit-id-plugin + + + + + + docker + + + microservice-docker + + + + + + com.spotify + docker-maven-plugin + + + + + + diff --git a/microservices/services/query-metric b/microservices/services/query-metric deleted file mode 160000 index 0ba5287c32b..00000000000 --- a/microservices/services/query-metric +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 0ba5287c32bbbb307d736f7082a2ad078bc78f3c diff --git a/microservices/services/query-metric/service/pom.xml b/microservices/services/query-metric/service/pom.xml new file mode 100644 index 00000000000..e88c7cb226c --- /dev/null +++ b/microservices/services/query-metric/service/pom.xml @@ -0,0 +1,480 @@ + + + 4.0.0 + + gov.nsa.datawave.microservice + datawave-microservice-service-parent + 4.0.3 + ../../../microservice-service-parent/pom.xml + + query-metric-service + 3.0.9-SNAPSHOT + DATAWAVE Query Metric Microservice + https://code.nsa.gov/datawave-query-metric-service + + scm:git:https://github.com/NationalSecurityAgency/datawave-query-metric-service.git + scm:git:git@github.com:NationalSecurityAgency/datawave-query-metric-service.git + HEAD + https://github.com/NationalSecurityAgency/datawave-query-metric-service + + + ${basedir}/spotbugs-exclude.xml + datawave.microservice.querymetric.QueryMetricService + 3.0.1 + 3.0.0 + 1.1.1 + 6.0.0 + 2.2.3 + 3.0.1 + 3.0.0 + 3.0.0 + ${project.version} + 3.0.0 + 2.0.0 + 2.0.0 + 2.0.0 + 3.7.1 + 2.0.2 + 4.3.1 + 3.4.1 + 1.5.1 + 0.35 + 3.8.4 + + + + + com.google.protobuf + protobuf-java + ${version.protobuf-java} + + + com.hazelcast + hazelcast-kubernetes + ${version.hazelcast-kubernetes} + + + gov.nsa.datawave + datawave-in-memory-accumulo + ${version.in-memory-accumulo} + + + log4j + log4j + + + slf4j-reload4j + org.slf4j + + + hadoop-client + org.apache.hadoop + + + + + gov.nsa.datawave + datawave-ingest-configuration + ${version.datawave} + + + log4j + log4j + + + * + org.eclipse.jetty + + + slf4j-reload4j + org.slf4j + + + + + gov.nsa.datawave + datawave-query-core + ${version.datawave} + + + reload4j + ch.qos.reload4j + + + log4j + log4j + + + datawave-ws-query + gov.nsa.datawave.webservices + + + slf4j-reload4j + org.slf4j + + + * + org.jboss.resteasy + + + * + org.jboss.spec.javax.annotation + + + * + org.jboss.spec.javax.ejb + + + * + org.jboss.spec.javax.interceptor + + + * + org.jboss.spec.javax.servlet + + + * + org.jboss.logging + + + jsp-api + javax.servlet.jsp + + + * + org.eclipse.jetty + + + * + xerces + + + * + junit + + + + + gov.nsa.datawave.microservice + accumulo-api + ${version.microservice.accumulo-api} + + + gov.nsa.datawave.microservice + accumulo-utils + ${version.accumulo-utils} + + + * + * + + + + + gov.nsa.datawave.microservice + base-rest-responses + ${version.base-rest-responses} + + + gov.nsa.datawave.microservice + hazelcast-common + ${version.microservice.hazelcast} + + + gov.nsa.datawave.microservice + query-metric-api + ${version.microservice.query-metric-api} + + + log4j + log4j + + + slf4j-reload4j + org.slf4j + + + + + gov.nsa.datawave.microservice + spring-boot-starter-datawave + ${version.microservice.starter} + + + log4j-slf4j-impl + org.apache.logging.log4j + + + + + gov.nsa.datawave.microservice + spring-boot-starter-datawave-metadata + ${version.microservice.starter-metadata} + + + gov.nsa.datawave.microservice + spring-boot-starter-datawave-query-metric + ${version.microservice.starter-datawave-query-metric} + + + gov.nsa.datawave.microservice + type-utils + ${version.microservice.type-utils} + + + log4j + log4j + + + slf4j-reload4j + org.slf4j + + + reload4j + ch.qos.reload4j + + + avro + org.apache.avro + + + + + gov.nsa.datawave.webservices + datawave-ws-common + ${version.datawave} + + + log4j + log4j + + + slf4j-reload4j + org.slf4j + + + + + gov.nsa.datawave.webservices + datawave-ws-query + ${version.datawave} + + + log4j + log4j + + + + + jakarta.validation + jakarta.validation-api + ${version.validation-api} + + + javax.cache + cache-api + ${version.cache-api} + + + org.apache.zookeeper + zookeeper + ${version.zookeeper} + + + slf4j-log4j12 + org.slf4j + + + log4j + log4j + + + + + org.webjars + bootstrap + ${version.webjars.bootstrap} + + + org.webjars + jquery + ${version.webjars.jquery} + + + org.webjars + leaflet + ${version.webjars.leaflet} + + + org.webjars + webjars-locator-core + ${version.webjars.locator-core} + + + gov.nsa.datawave.microservice + spring-boot-starter-datawave + ${version.microservice.starter} + pom + import + + + + + + com.hazelcast + hazelcast-kubernetes + + + gov.nsa.datawave + datawave-in-memory-accumulo + + + gov.nsa.datawave + datawave-ingest-configuration + + + gov.nsa.datawave + datawave-query-core + + + gov.nsa.datawave.microservice + hazelcast-common + + + gov.nsa.datawave.microservice + query-metric-api + + + gov.nsa.datawave.microservice + spring-boot-starter-datawave + + + gov.nsa.datawave.microservice + spring-boot-starter-datawave-metadata + + + gov.nsa.datawave.microservice + spring-boot-starter-datawave-query-metric + + + gov.nsa.datawave.microservice + type-utils + + + gov.nsa.datawave.webservices + datawave-ws-common + + + gov.nsa.datawave.webservices + datawave-ws-query + + + jakarta.validation + jakarta.validation-api + + + javax.cache + cache-api + + + org.springframework.boot + spring-boot-starter-cache + + + org.webjars + bootstrap + + + org.webjars + jquery + + + org.webjars + leaflet + + + org.webjars + webjars-locator-core + + + org.junit.jupiter + junit-jupiter-engine + test + + + + + + true + + + false + + github-datawave + https://maven.pkg.github.com/NationalSecurityAgency/datawave + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0 + + + enforce-banned-dependencies + + enforce + + + + + + + ch.qos.reload4j:reload4j + org.slf4j:slf4j-reload4j + + log4j:log4j + + junit:junit + + + + junit:junit:*:*:test + + + + true + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + pl.project13.maven + git-commit-id-plugin + + + + + + docker + + + microservice-docker + + + + + + com.spotify + docker-maven-plugin + + + + + + diff --git a/pom.xml b/pom.xml index 695eb6df065..8108122f260 100644 --- a/pom.xml +++ b/pom.xml @@ -128,7 +128,7 @@ 5.4.0 3.1.4 2.12.2 - 3.8.3 + 3.8.4