Description: Add classpath to postgis-jdbc jar.
Author: Bas Couwenberg <sebastic@debian.org>
Forwarded: not-needed

--- a/postgis-jdbc/pom.xml
+++ b/postgis-jdbc/pom.xml
@@ -42,6 +42,9 @@
                 <artifactId>maven-jar-plugin</artifactId>
                 <configuration>
                     <archive>
+                        <manifest>
+                            <addClasspath>true</addClasspath>
+                        </manifest>
                         <manifestEntries>
                             <Automatic-Module-Name>net.postgis.jdbc</Automatic-Module-Name>
                         </manifestEntries>
