Author: reto
Date: Thu Mar 7 13:43:15 2013
New Revision: 1453863
URL: http://svn.apache.org/r1453863
Log:
STANBOL-977: added clerezza jaxrs.utils
Modified:
stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
Modified:
stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
URL:
http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml?rev=1453863&r1=1453862&r2=1453863&view=diff
==============================================================================
---
stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
(original)
+++
stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
Thu Mar 7 13:43:15 2013
@@ -230,6 +230,12 @@
</bundle>
<!-- needed to read data from mime multipart requests -->
<bundle>
+ <groupId>org.apache.clerezza</groupId>
+ <artifactId>jaxrs.utils</artifactId>
+ <version>0.6-incubating</version>
+ </bundle>
+ <!-- still used in many places also it only runs on jersey and the code is
not portable across jax-rs implementations -->
+ <bundle>
<groupId>com.sun.jersey.contribs</groupId>
<artifactId>jersey-multipart</artifactId>
<version>1.15</version>