Skip to content

Commit c670633

Browse files
committed
HBX-3110: Add a functional test to guard the sanity of the Ant examples
- Clean up unused imports in 'ExemplesTestIT.java' Signed-off-by: Koen Aers <[email protected]>
1 parent e657e88 commit c670633

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ant/src/it/java/org/hibernate/tool/ant/ExamplesTestIT.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,11 @@
55
import org.apache.tools.ant.Project;
66
import org.apache.tools.ant.ProjectHelper;
77
import org.junit.jupiter.api.BeforeAll;
8-
import org.junit.jupiter.api.BeforeEach;
98
import org.junit.jupiter.api.Test;
10-
import org.junit.jupiter.api.io.TempDir;
119

1210
import java.io.ByteArrayOutputStream;
1311
import java.io.File;
1412
import java.io.PrintStream;
15-
import java.net.URISyntaxException;
16-
import java.net.URL;
1713
import java.nio.file.Files;
1814
import java.sql.Connection;
1915
import java.sql.DriverManager;

0 commit comments

Comments
 (0)