<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>I suggest to remove explicit declaration of Apache SIS
      dependencies in the pom.xml file and instead inherit the one
      declared by the CSW module. Geotk uses an Apache SIS milestone
      more recent than SIS 1.0, which is the reason why we can not make
      formal release of Geotk (the Geotk developments takes advantage of
      SIS developments early, which allow us to test SIS extensively
      during its development phase).</p>
    <p>The only explicit Apache SIS dependency should be for EPSG as
      below:</p>
    <blockquote>
      <pre><dependency>
  <groupId>org.apache.sis.non-free</groupId>
  <artifactId>sis-epsg</artifactId>
  <version>1.0</version>
  <exclusions>
    <exclusion>
      <groupId>org.apache.sis.core</groupId>
      <artifactId>sis-referencing</artifactId>
    </exclusion>
  </exclusions>
</dependency>
</pre>
    </blockquote>
    <p>The exclusion is because of above-cited mismatch between Apache
      SIS formal release and the milestones used by Geotk. In the
      particular case of "sis-epsg" it is okay because this module
      contains mostly a database with almost no Java code.<br>
    </p>
    <p>    Martin</p>
    <p><br>
    </p>
  </body>
</html>