[SMX4-919] Resuming inclusion of sources artifact in bundles

git-svn-id: https://svn.apache.org/repos/asf/servicemix/smx4/bundles/trunk/jzlib-1.0.7@1235826 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index d6435d4..b026cf4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,8 +24,8 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>6</version>
-        <relativePath>../pom.xml</relativePath>
+        <version>8-SNAPSHOT</version>
+        <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
@@ -40,10 +40,10 @@
         <pkgArtifactId>jzlib</pkgArtifactId>
         <pkgVersion>1.0.7</pkgVersion>
         <servicemix.osgi.export.pkg>
-           com.jcraft.jzlib*;version="${pkgVersion}" 
+           com.jcraft.jzlib
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
-           !com.jcraft.jzlib*
+
         </servicemix.osgi.import.pkg>
     </properties>
 
@@ -54,6 +54,15 @@
             <version>${pkgVersion}</version>
             <optional>true</optional>
         </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
     </dependencies>
 
     <build>
@@ -89,4 +98,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>