Skip to content

Commit

Permalink
cleaned up
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Gross cogross committed Sep 10, 2024
1 parent 4397837 commit 09f3a28
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<version.commons-math3>3.0</version.commons-math3>
<version.commons-net>3.6</version.commons-net>
<version.commons-pool>1.6</version.commons-pool>
<version.commons-text>1.11</version.commons-text>
<version.commons-text>1.11.0</version.commons-text>
<version.commons-vfs2>2.3</version.commons-vfs2>
<version.curator>5.2.0</version.curator>
<version.curator.test>5.2.0</version.curator.test>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
import org.junit.ClassRule;
import org.junit.Test;

import com.fasterxml.jackson.jaxrs.json.annotation.JSONP;

import datawave.query.exceptions.DatawaveFatalQueryException;
import datawave.query.exceptions.FullTableScansDisallowedException;
import datawave.query.planner.DefaultQueryPlanner;
Expand Down
7 changes: 0 additions & 7 deletions warehouse/ssdeep-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-1.2-api</artifactId>
</dependency>
<!--
<dependency>
<groupId>gov.nsa.datawave</groupId>
<artifactId>datawave-core</artifactId>
<version>${project.version}</version>
</dependency>
-->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down

0 comments on commit 09f3a28

Please sign in to comment.