You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2013/04/28 12:25:57 UTC

svn commit: r1476752 - /archiva/redback/redback-components/trunk/spring-utils/pom.xml

Author: olamy
Date: Sun Apr 28 10:25:57 2013
New Revision: 1476752

URL: http://svn.apache.org/r1476752
Log:
fix osgi metadatas

Modified:
    archiva/redback/redback-components/trunk/spring-utils/pom.xml

Modified: archiva/redback/redback-components/trunk/spring-utils/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-utils/pom.xml?rev=1476752&r1=1476751&r2=1476752&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-utils/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-utils/pom.xml Sun Apr 28 10:25:57 2013
@@ -180,7 +180,8 @@
               org.apache.commons.lang;version="[2.6,3)",
               org.codehaus.plexus*,
               org.springframework*;version="[3,4)",
-              org.slf4j;resolution:=optional
+              org.slf4j;resolution:=optional,
+              javax.annotation
             </Import-Package>
           </instructions>
         </configuration>