Skip to content

Commit

Permalink
save point - ws-metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Gross cogross committed Jun 6, 2024
1 parent 0dfd8c2 commit 1553678
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion web-services/metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,23 @@
<groupId>gov.nsa.datawave.webservices</groupId>
<artifactId>datawave-ws-common</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>gov.nsa.datawave.webservices</groupId>
<artifactId>datawave-ws-common-util</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>gov.nsa.datawave.webservices</groupId>
Expand Down Expand Up @@ -122,6 +134,7 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client-api</artifactId>
</dependency>
<!--
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
Expand All @@ -137,7 +150,7 @@
<artifactId>slf4j-reload4j</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependency> -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-1.2-api</artifactId>
Expand Down

0 comments on commit 1553678

Please sign in to comment.