You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2013/10/31 21:53:46 UTC

svn commit: r1537634 - /servicemix/smx4/bundles/trunk/reflections-0.9.8/pom.xml

Author: jbonofre
Date: Thu Oct 31 20:53:46 2013
New Revision: 1537634

URL: http://svn.apache.org/r1537634
Log:
Cleanup reflections 0.9.8 pom.xml

Modified:
    servicemix/smx4/bundles/trunk/reflections-0.9.8/pom.xml

Modified: servicemix/smx4/bundles/trunk/reflections-0.9.8/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/reflections-0.9.8/pom.xml?rev=1537634&r1=1537633&r2=1537634&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/reflections-0.9.8/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/reflections-0.9.8/pom.xml Thu Oct 31 20:53:46 2013
@@ -40,7 +40,7 @@
         <pkgArtifactId>reflections</pkgArtifactId>
         <pkgVersion>0.9.8</pkgVersion>
         <servicemix.osgi.export.pkg>
-            org.reflections*
+            org.reflections
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
             org.osgi.framework,
@@ -108,8 +108,6 @@
             <artifactId>org.osgi.core</artifactId>
             <version>4.3.1</version>
         </dependency>
-
-
         
     </dependencies>