I can't import the JDBC Client Driver from the derby package
问题 I have a Java Derby database running in Netbeans and I'm trying to connect to it using the JDBC driver. However, I cannot import the JDBC driver specifically from the org.apache.derby package. What I've done: My pom.xml file contains the following Maven repo's <!-- https://mvnrepository.com/artifact/org.apache.derby/derby --> <dependency> <groupId>org.apache.derby</groupId> <artifactId>derby</artifactId> <version>10.15.1.3</version> <type>jar</type> </dependency> <!-- https://mvnrepository