Skip to content

Commit

Permalink
changes to get hs to build
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Gross cogross committed Feb 8, 2024
1 parent ba6301b commit a59bc19
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1471,7 +1471,10 @@
<bannedDependencies>
<excludes>
<exclude>log4j:log4j</exclude>
<exclude>ch.qos.reload4j:reload4j</exclude>
<exclude>org.slf4j:slf4j-log4j12</exclude>
<exclude>org.slf4j:slf4j-reload4j</exclude>
<exclude>joda-time:joda-time</exclude>
</excludes>
</bannedDependencies>
</rules>
Expand Down Expand Up @@ -2228,4 +2231,4 @@
</build>
</profile>
</profiles>
</project>
</project>
4 changes: 0 additions & 4 deletions warehouse/ingest-csv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@
<artifactId>datawave-ingest-core</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-mapreduce-client-common</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-core</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions warehouse/ingest-wikipedia/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-mapreduce-client-core</artifactId>
</exclusion>
<exclusion>
<groupId>gov.nsa.datawave.microservice</groupId>
<artifactId>type-utils</artifactId>
Expand Down

0 comments on commit a59bc19

Please sign in to comment.