Author: desruisseaux
Date: Sat May 5 11:53:32 2018
New Revision: 1830964
URL: http://svn.apache.org/viewvc?rev=1830964&view=rev
Log:
Add explicit Derby dependency (test scope) for all storage module.
This is required for avoiding a test failure caused by different version of
Derby/JavaDB used be sis-referencing and sis-earth-observation (for example).
Modified:
sis/branches/JDK8/pom.xml
sis/branches/JDK8/storage/pom.xml
Modified: sis/branches/JDK8/pom.xml
URL:
http://svn.apache.org/viewvc/sis/branches/JDK8/pom.xml?rev=1830964&r1=1830963&r2=1830964&view=diff
==============================================================================
--- sis/branches/JDK8/pom.xml (original)
+++ sis/branches/JDK8/pom.xml Sat May 5 11:53:32 2018
@@ -447,6 +447,7 @@
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<version>10.14.2.0</version>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>
Modified: sis/branches/JDK8/storage/pom.xml
URL:
http://svn.apache.org/viewvc/sis/branches/JDK8/storage/pom.xml?rev=1830964&r1=1830963&r2=1830964&view=diff
==============================================================================
--- sis/branches/JDK8/storage/pom.xml (original)
+++ sis/branches/JDK8/storage/pom.xml Sat May 5 11:53:32 2018
@@ -145,6 +145,10 @@
<artifactId>geoapi-conformance</artifactId>
</dependency>
<dependency>
+ <groupId>org.apache.derby</groupId>
+ <artifactId>derby</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.apache.sis.core</groupId>
<artifactId>sis-utility</artifactId>
<version>${project.version}</version>