Author: ogrisel
Date: Thu Dec  1 21:58:02 2011
New Revision: 1209268

URL: http://svn.apache.org/viewvc?rev=1209268&view=rev
Log:
STANBOL-403: restore explicit org.apache.derby.jdbc in the factstore 
Import-Package declaration

Modified:
    incubator/stanbol/trunk/factstore/factstore/pom.xml

Modified: incubator/stanbol/trunk/factstore/factstore/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/factstore/factstore/pom.xml?rev=1209268&r1=1209267&r2=1209268&view=diff
==============================================================================
--- incubator/stanbol/trunk/factstore/factstore/pom.xml (original)
+++ incubator/stanbol/trunk/factstore/factstore/pom.xml Thu Dec  1 21:58:02 2011
@@ -57,8 +57,11 @@
             <Export-Package>
               org.apache.stanbol.factstore.api.*
             </Export-Package>
+            <!-- Derby is only used through the JDBC API but needs to be in
+            the classpath of the caller to be able to create a new DB. -->
             <Import-Package>
               javax.ws.rs.*; version="[0,2)",
+              org.apache.derby.jdbc,
               *
             </Import-Package>
           </instructions>


Reply via email to