On 10.02.10 10:46, Giambalvo, Christian wrote:
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>


Hi Christian,

The artifacts with version 10.5.3.0 are corrupt. Use 10.5.3.0_1 instead.
These were the first Maven 2 artifacts produced by the Derby community, and unfortunately the XML files contained a bug rendering them useless.


Regards,
--
Kristian



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



Reply via email to