Hi all,
i'd like to use derby with maven.
So I added the following dependency:
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<version>10.5.3.0</version>
<scope>runtime</scope>
</dependency>
But this fails because the parent project wasn't found.
Unable to resolve artifact: Unable to get dependency information: Unable
to read the metadata file for artifact 'org.apache.derby:derby:jar':
Cannot find parent: org.apache.derby:derby-project for project:
org.apache.derby:derby:jar:null for project
org.apache.derby:derby:jar:null
Greets