From 30cd2e02ea0ba7619ee24e526092825e7c24e16c Mon Sep 17 00:00:00 2001 From: Vitor Moreira Date: Mon, 20 Dec 2021 15:19:29 +0000 Subject: [PATCH] MNT-22548: bump org.restlet version (#1292) MNT-22548: bump org.restlet version --- pom.xml | 11 +++++++++++ search-services/alfresco-search/pom.xml | 6 ++++++ search-services/packaging/pom.xml | 10 +++++++++- .../packaging/src/main/resources/licenses/notice.txt | 7 ++++--- 4 files changed, 30 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 2d82e7771..337dce02d 100644 --- a/pom.xml +++ b/pom.xml @@ -43,6 +43,7 @@ 3.0.1 1.27 2.7.7 + 2.3.12 @@ -101,6 +102,16 @@ hadoop-hdfs ${dependency.hadoop.version} + + org.restlet.jee + org.restlet + ${dependency.restlet.version} + + + org.restlet.jee + org.restlet.ext.servlet + ${dependency.restlet.version} + diff --git a/search-services/alfresco-search/pom.xml b/search-services/alfresco-search/pom.xml index 394fee1d2..8c0611363 100644 --- a/search-services/alfresco-search/pom.xml +++ b/search-services/alfresco-search/pom.xml @@ -169,6 +169,12 @@ 1.1.4c + + org.alfresco + alfresco-xmlfactory + 1.3 + +