Author: simonetripodi
Date: Thu Feb 16 09:42:16 2012
New Revision: 1244907
URL: http://svn.apache.org/viewvc?rev=1244907&view=rev
Log:
managed msgpack dependency
fixed (?!?) OSGi msgpack metadata
Modified:
incubator/directmemory/trunk/pom.xml
incubator/directmemory/trunk/serializers/msgpack/pom.xml
Modified: incubator/directmemory/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/directmemory/trunk/pom.xml?rev=1244907&r1=1244906&r2=1244907&view=diff
==============================================================================
--- incubator/directmemory/trunk/pom.xml (original)
+++ incubator/directmemory/trunk/pom.xml Thu Feb 16 09:42:16 2012
@@ -250,6 +250,7 @@ under the License.
<pax-tiny-bundle.version>1.3.1</pax-tiny-bundle.version>
<protostuff.version>1.0.4</protostuff.version>
<slf4j.version>1.6.4</slf4j.version>
+ <msgpack.version>0.6.5</msgpack.version>
<wagon.version>2.2</wagon.version>
<!-- Plugin Versions -->
@@ -596,6 +597,12 @@ under the License.
</dependency>
<dependency>
+ <groupId>org.msgpack</groupId>
+ <artifactId>msgpack</artifactId>
+ <version>${msgpack.version}</version>
+ </dependency>
+
+ <dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
Modified: incubator/directmemory/trunk/serializers/msgpack/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/directmemory/trunk/serializers/msgpack/pom.xml?rev=1244907&r1=1244906&r2=1244907&view=diff
==============================================================================
--- incubator/directmemory/trunk/serializers/msgpack/pom.xml (original)
+++ incubator/directmemory/trunk/serializers/msgpack/pom.xml Thu Feb 16
09:42:16 2012
@@ -38,11 +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*,
+ org.msgpack*;version="[${msgpack.version})",
*
</osgi.import>
<osgi.export>org.apache.directmemory*;version="${project.version}</osgi.export>
@@ -58,7 +54,6 @@ under the License.
<dependency>
<groupId>org.msgpack</groupId>
<artifactId>msgpack</artifactId>
- <version>0.6.5</version>
</dependency>
<dependency>
<groupId>junit</groupId>