What is the URI of that parent POM?<br><br><div class="gmail_quote">On Thu, Jul 19, 2012 at 2:09 PM, Martin Desruisseaux <span dir="ltr"><<a href="mailto:martin.desruisseaux@geomatys.fr" target="_blank">martin.desruisseaux@geomatys.fr</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello Casey<br>
<br>
Le 20/07/12 02:01, Casey McGinty a écrit :<div class="im"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Why does the Maven POM file not specify the version dependency for HSQLDB? Clearly 1.X does not work with the database.<br>
</blockquote>
<br></div>
Actually the version is declared in the <dependencyManagement> section of the parent pom.xml (line 321). The version is currently set to 2.2.8. The Maven <dependencyManagement> is a mechanism allowing to declare the version numbers of all dependencies only once, in a centralized place, instead than repeating the version numbers in each child pom.xml.<br>


<br>
Did it worked better for you with HSQLDB 2? Or do you have a strong need for a code working with HSQLDB 1.x?<br>
<br>
There is a useful Maven tip which may help: if you have a project that use Geotk or any other Maven project, the following command line in your project should give you the list of dependencies:<br>
<br>
mvn dependency:tree<br>
<br>
an inspection of the output should help to identify possible conflict in version numbers.<span class="HOEnZb"><font color="#888888"><br>
<br>
    Martin<br>
<br>
</font></span></blockquote></div><br>