<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Dear Martin,<br><br>I am not a big maven guru so I thought about recompiling the whole geotoolkit-pending.<br>I see it can be simpler. I use Netbeans. I'll try to do as you said. Try to do a new maven project in Netbeans, and include the dependencies, I hope it will work.<br><br>In the mean time, I solved that problem by adding :<br><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;dependency&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;groupId&gt;org.apache.derby&lt;/groupId&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;artifactId&gt;derby&lt;/artifactId&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;scope&gt;test&lt;/scope&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/dependency&gt;<br><br>in the \modules\feature\geotk-filter\pom.xml file and <br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;dependency&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;groupId&gt;org.apache.derby&lt;/groupId&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;artifactId&gt;derby&lt;/artifactId&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;version&gt;10.5.1.1&lt;/version&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/dependency&gt;<br><br>in the root pom file. Then, I just copied derby.jar as \.m2\repository\org\apache\derby\10.5.1.1\derby-10.5.1.1.jar (created manually the missing directories) and it worked !<br><br>Maybe this helps you ?<br><br>Thanks again for your help, thanks everybody.<br><br>I let you know about my new netbeans maven project.<br><br>Sam<br><br /><hr />Participez & gagnez maintenant un voyage de rêve avec  <a href='https://www.hotmailsummerflirt.com/fr-ch' target='_new'>le concours Suisse de Hotmail !</a></body>
</html>