Skip to content
This repository was archived by the owner on Jul 4, 2023. It is now read-only.

Commit b927b71

Browse files
authored
Migrate test commands to Java remote API v3.0.0 (#80)
1 parent 0be8495 commit b927b71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/src/org/labkey/test/tests/immport/DataFinderTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818

1919
import org.apache.commons.lang3.StringUtils;
2020
import org.apache.commons.lang3.math.NumberUtils;
21-
import org.apache.http.client.methods.HttpDelete;
22-
import org.apache.http.client.methods.HttpUriRequest;
21+
import org.apache.hc.client5.http.classic.methods.HttpDelete;
22+
import org.apache.hc.client5.http.classic.methods.HttpUriRequest;
2323
import org.junit.Assert;
2424
import org.junit.Before;
2525
import org.junit.BeforeClass;

0 commit comments

Comments
 (0)