We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 751637d commit 2f3ecccCopy full SHA for 2f3eccc
src/test/java/com/nordstrom/common/jdbc/DatabaseUtilsTest.java
@@ -12,14 +12,6 @@
12
13
public class DatabaseUtilsTest {
14
15
- static {
16
- try {
17
- Class.forName("org.apache.derby.jdbc.EmbeddedDriver").newInstance();
18
- } catch (ClassNotFoundException | InstantiationException | IllegalAccessException e) {
19
- throw new RuntimeException("Unable to load the Derby JDBC driver", e);
20
- }
21
22
-
23
@BeforeClass
24
public static void startDerby() {
25
Connection conn = null;
0 commit comments