Skip to content

Commit

Permalink
1822 - clean up used undeclared dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Gross cogross committed Aug 31, 2023
1 parent c833337 commit 5eb56f0
Show file tree
Hide file tree
Showing 36 changed files with 2,304 additions and 37 deletions.
4 changes: 4 additions & 0 deletions common-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
<groupId>gov.nsa.datawave.contrib</groupId>
<artifactId>datawave-in-memory-accumulo</artifactId>
</dependency>
<dependency>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-server-base</artifactId>
Expand Down
31 changes: 29 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,25 @@
<version.commons-io>2.6</version.commons-io>
<version.commons-jexl>2.1.1</version.commons-jexl>
<version.commons-lang>2.6</version.commons-lang>
<version.commons-lang3>3.9</version.commons-lang3>
<version.commons-logging>1.2</version.commons-logging>
<version.commons-math3>3.0</version.commons-math3>
<version.commons-pool>1.6</version.commons-pool>
<version.commons-text>1.8</version.commons-text>
<version.commons-vfs2>2.3</version.commons-vfs2>
<version.curator>5.2.0</version.curator>
<version.deltaspike>1.9.0</version.deltaspike>
<version.dnsjava>2.1.8</version.dnsjava>
<version.dropwizard-metrics>3.2.6</version.dropwizard-metrics>
<version.easymock>4.0.2</version.easymock>
<version.eclipse.emf>2.15.0</version.eclipse.emf>
<version.fastutil>8.1.1</version.fastutil>
<version.geoserver>2.22.1</version.geoserver>
<version.geotools>28.1</version.geotools>
<version.geowave>1.2.0</version.geowave>
<version.google-guava>31.1-jre</version.google-guava>
<version.googlecode-findbugs>2.0.3</version.googlecode-findbugs>
<version.googlecode-gson>2.9.0</version.googlecode-gson>
<version.googlecode-json-simple>1.1.1</version.googlecode-json-simple>
<version.hadoop>3.3.3</version.hadoop>
<version.hadoop-shaded>1.1.1</version.hadoop-shaded>
Expand All @@ -65,13 +72,27 @@
<version.in-memory-accumulo>2.1.0</version.in-memory-accumulo>
<version.infinispan>9.4.21.Final</version.infinispan>
<version.jackson>2.10.0.pr1</version.jackson>
<version.jakarta.annotation-api>1.3.4</version.jakarta.annotation-api>
<version.jakarta.xml.bind-api>2.3.3</version.jakarta.xml.bind-api>
<version.javassist>3.24.0-GA</version.javassist>
<version.javastatsd>3.1.0</version.javastatsd>
<version.javax-validation>2.0.1.Final</version.javax-validation>
<version.javax.inject>1</version.javax.inject>
<version.javax.jaxb-api>2.2.11</version.javax.jaxb-api>
<version.javax.mail-api>1.5.4</version.javax.mail-api>
<version.javax.servlet-api>2.5</version.javax.servlet-api>
<version.javax.ws.rs-api>2.1.1</version.javax.ws.rs-api>
<version.jboss>1.0.1.Final</version.jboss>
<version.jboss-servlet-api-4.0>1.0.0.Final</version.jboss-servlet-api-4.0>
<version.jboss.logging>3.4.0.Final</version.jboss.logging>
<version.jboss.resteasy>3.0.12.Final</version.jboss.resteasy>
<version.jboss.shrinkwrap>1.2.6</version.jboss.shrinkwrap>
<version.jboss.xnio>3.7.2.Final</version.jboss.xnio>
<version.jcommander>1.72</version.jcommander>
<version.jetty>6.1.26</version.jetty>
<version.jgroups>4.0.19.Final</version.jgroups>
<version.jjwt>0.11.2</version.jjwt>
<version.jline>2.12</version.jline>
<version.jts>1.19.0</version.jts>
<version.junit>4.13.2</version.junit>
<version.junit.jupiter>5.5.2</version.junit.jupiter>
Expand All @@ -97,6 +118,7 @@
<version.mysql-connector>8.0.16</version.mysql-connector>
<version.netty>4.1.42.Final</version.netty>
<version.objenesis>2.1</version.objenesis>
<version.opencsv>2.3</version.opencsv>
<version.picketbox>5.0.3.Final</version.picketbox>
<version.powermock>2.0.9</version.powermock>
<version.protobuf>3.7.1</version.protobuf>
Expand All @@ -108,14 +130,19 @@
<version.stream>2.9.6</version.stream>
<version.surefire.plugin>3.0.0-M6</version.surefire.plugin>
<version.thrift>0.17.0</version.thrift>
<version.undertow-core>2.0.21.Final</version.undertow-core>
<version.undertow-servlet>1.2.6.Final</version.undertow-servlet>
<version.weld>3.1.1.Final</version.weld>
<version.weld-se>3.1.1.Final</version.weld-se>
<!-- Different version of weld for tests since the Arquillian embedded EE container needs an older version. -->
<version.weld-test>2.3.5.Final</version.weld-test>
<version.wildfly>17.0.1.Final</version.wildfly>
<version.wildfly-common>1.5.1.Final</version.wildfly-common>
<version.wildfly-elytron>1.9.1.Final</version.wildfly-elytron>
<version.woodstox-core>5.0.3</version.woodstox-core>
<version.woodstox-stax2>3.1.4</version.woodstox-stax2>
<version.xerces>2.12.2</version.xerces>
<version.xml-apis>1.4.01</version.xml-apis>
<version.zookeeper>3.8.1</version.zookeeper>
<!-- Unless a version is duplicated multiple times, just place the version on the dependency in dependencyManagement. -->
</properties>
Expand Down Expand Up @@ -1395,7 +1422,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.1.1</version>
<version>3.4.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -2074,4 +2101,4 @@
</build>
</profile>
</profiles>
</project>
</project>
13 changes: 13 additions & 0 deletions warehouse/accumulo-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,23 @@
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-server-base</artifactId>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client-api</artifactId>
<version>${version.hadoop}</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-1.2-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
Expand Down
13 changes: 13 additions & 0 deletions warehouse/assemble/webservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,23 @@
<groupId>gov.nsa.datawave</groupId>
<artifactId>datawave-query-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client-api</artifactId>
<version>${version.hadoop}</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-mapreduce-client-core</artifactId>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-easymock</artifactId>
Expand Down
87 changes: 83 additions & 4 deletions warehouse/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
<artifactId>caffeine</artifactId>
<version>${version.caffeine}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
Expand All @@ -43,6 +47,14 @@
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
</dependency>
<dependency>
<groupId>gov.nsa.datawave</groupId>
<artifactId>datawave-common</artifactId>
Expand All @@ -64,27 +76,45 @@
<groupId>gov.nsa.datawave.microservice</groupId>
<artifactId>metadata-utils</artifactId>
</dependency>
<dependency>
<groupId>gov.nsa.datawave.microservice</groupId>
<artifactId>type-utils</artifactId>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-api</artifactId>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
<version>${version.jakarta.annotation-api}</version>
</dependency>
<dependency>
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>net.sf.opencsv</groupId>
<artifactId>opencsv</artifactId>
<version>2.3</version>
<version>${version.opencsv}</version>
</dependency>
<dependency>
<groupId>org.apache.accumulo</groupId>
Expand All @@ -102,6 +132,11 @@
<groupId>org.apache.curator</groupId>
<artifactId>curator-client</artifactId>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-framework</artifactId>
<version>${version.curator}</version>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-recipes</artifactId>
Expand All @@ -113,11 +148,21 @@
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client</artifactId>
<version>${version.hadoop}</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client-api</artifactId>
<version>${version.hadoop}</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-mapreduce-client-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-1.2-api</artifactId>
Expand All @@ -134,6 +179,29 @@
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-jute</artifactId>
<version>${version.zookeeper}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand All @@ -150,6 +218,11 @@
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>${version.xml-apis}</version>
</dependency>
<dependency>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-server-base</artifactId>
Expand Down Expand Up @@ -182,6 +255,12 @@
<artifactId>easymock</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>${version.hamcrest}</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<resources>
Expand Down
10 changes: 9 additions & 1 deletion warehouse/data-dictionary-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</dependency>
<dependency>
<groupId>gov.nsa.datawave</groupId>
<artifactId>datawave-query-core</artifactId>
Expand All @@ -18,6 +22,10 @@
<groupId>gov.nsa.datawave.microservice</groupId>
<artifactId>dictionary-api</artifactId>
</dependency>
<dependency>
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
</dependency>
</dependencies>
<build>
<resources>
Expand All @@ -27,4 +35,4 @@
</resource>
</resources>
</build>
</project>
</project>
10 changes: 9 additions & 1 deletion warehouse/edge-dictionary-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</dependency>
<dependency>
<groupId>gov.nsa.datawave</groupId>
<artifactId>datawave-query-core</artifactId>
Expand All @@ -18,6 +22,10 @@
<groupId>gov.nsa.datawave.microservice</groupId>
<artifactId>dictionary-api</artifactId>
</dependency>
<dependency>
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
</dependency>
</dependencies>
<build>
<resources>
Expand All @@ -27,4 +35,4 @@
</resource>
</resources>
</build>
</project>
</project>
Loading

0 comments on commit 5eb56f0

Please sign in to comment.