This is an automated email from the ASF dual-hosted git repository. olamy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git
commit ca4112b4c35886f125eff8c4404eac4d65853ed8 Author: olivier lamy <[email protected]> AuthorDate: Mon Dec 31 15:58:07 2018 +1000 use jetty version from parent Signed-off-by: olivier lamy <[email protected]> --- redback-integrations/redback-rest/redback-rest-services/pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/redback-integrations/redback-rest/redback-rest-services/pom.xml b/redback-integrations/redback-rest/redback-rest-services/pom.xml index 8ef5f63..e021bcd 100644 --- a/redback-integrations/redback-rest/redback-rest-services/pom.xml +++ b/redback-integrations/redback-rest/redback-rest-services/pom.xml @@ -32,7 +32,6 @@ <properties> <site.staging.base>${project.parent.parent.parent.basedir}</site.staging.base> - <jetty.version>9.4.5.v20170502</jetty.version> <rest.test.timeout>1000000</rest.test.timeout> </properties>
