Author: simonetripodi
Date: Thu Feb 16 09:36:46 2012
New Revision: 1244906
URL: http://svn.apache.org/viewvc?rev=1244906&view=rev
Log:
fixed (?!?) OSGi protostuff metadata
Modified:
incubator/directmemory/trunk/serializers/protostuff/pom.xml
Modified: incubator/directmemory/trunk/serializers/protostuff/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/directmemory/trunk/serializers/protostuff/pom.xml?rev=1244906&r1=1244905&r2=1244906&view=diff
==============================================================================
--- incubator/directmemory/trunk/serializers/protostuff/pom.xml (original)
+++ incubator/directmemory/trunk/serializers/protostuff/pom.xml Thu Feb 16
09:36:46 2012
@@ -38,12 +38,7 @@ under the License.
<properties>
<osgi.import>
!org.apache.directmemory*,
- com.dyuproject.protostuff*;version="[1,2)",
- com.google.common.collect;version="[9.0,11)",
- org.aspectj*;version="[1.6,2)",
- org.josql*;version="[1.5,2)",
- org.slf4j*,
- *
+ com.dyuproject.protostuff*;version="[${protostuff.version})",
</osgi.import>
<osgi.export>org.apache.directmemory*;version="${project.version}</osgi.export>
</properties>