CLEREZZA-982: added export-package declaration to impl.sparql
diff --git a/impl.sparql/pom.xml b/impl.sparql/pom.xml
index a1a465f..c9f3359 100644
--- a/impl.sparql/pom.xml
+++ b/impl.sparql/pom.xml
@@ -39,6 +39,22 @@
         <maven.compiler.source>1.7</maven.compiler.source>
         <maven.compiler.target>1.7</maven.compiler.target>
     </properties>
+    
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <extensions>true</extensions>
+                <configuration>
+                    <instructions>
+                        <Export-Package>org.apache.clerezza.commons.rdf.impl.sparql</Export-Package>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+    
     <dependencies>
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>