From 305de319c815cec122b5f2a51370077df9f201d5 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Thu, 6 Oct 2011 14:37:26 +0000 Subject: [PATCH] add pom sample for dependencies to use for rest services git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1179648 13f79535-47bb-0310-9956-ffa450edef68 --- .../apt/adminguide/webservices/rest.apt.vm | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/archiva-docs/src/site/apt/adminguide/webservices/rest.apt.vm b/archiva-docs/src/site/apt/adminguide/webservices/rest.apt.vm index 56c627891..e1f86c282 100644 --- a/archiva-docs/src/site/apt/adminguide/webservices/rest.apt.vm +++ b/archiva-docs/src/site/apt/adminguide/webservices/rest.apt.vm @@ -69,5 +69,32 @@ Using REST Services To know all the possible options, you can refer to the javadoc of SearchRequest class. + Dependencies to add in order to use those REST Services + ++------------------------- + + + org.apache.archiva + archiva-rest-api + ${project.version} + + + if you use CXF: + + + org.apache.cxf + cxf-bundle-jaxrs + 2.4.2 + + + org.eclipse.jetty + jetty-server + + + + ++------------------------- + + -- 2.39.5