mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
Merge branch 'master' into 'fix/Search-2142'
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@
|
||||
<name>Search Analytics E2E Tests</name>
|
||||
<description>Test Project to test Search Service and Analytics Features on a complete setup of Alfresco, Share</description>
|
||||
<properties>
|
||||
<tas.rest.api.version>1.36</tas.rest.api.version>
|
||||
<tas.rest.api.version>1.37</tas.rest.api.version>
|
||||
<tas.cmis.api.version>1.13</tas.cmis.api.version>
|
||||
<tas.utility.version>3.0.20</tas.utility.version>
|
||||
<rm.version>3.3.0.1</rm.version>
|
||||
|
||||
@@ -99,7 +99,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
<version>3.9</version>
|
||||
<version>3.10</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.cxf</groupId>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Alfresco Search Services ${project.version} Docker Image
|
||||
|
||||
FROM alfresco/alfresco-base-java:11.0.1-openjdk-centos-7-7a6031154417
|
||||
FROM alfresco/alfresco-base-java:11.0.1-openjdk-centos-7-72b88c6f1f4c
|
||||
LABEL creator="Gethin James" maintainer="Alfresco Search Services Team"
|
||||
|
||||
ENV DIST_DIR /opt/alfresco-search-services
|
||||
|
||||
@@ -34,21 +34,21 @@ json-20160212.jar http://code.google.com/p/json-simple/
|
||||
xml-resolver-1.2.jar https://github.com/FasterXML/jackson
|
||||
neethi-3.1.1.jar http://ws.apache.org/commons/neethi/
|
||||
commons-logging-1.2.jar http://jakarta.apache.org/commons/
|
||||
commons-lang3-3.9.jar http://jakarta.apache.org/commons/
|
||||
commons-lang3-3.10.jar http://jakarta.apache.org/commons/
|
||||
chemistry-opencmis-commons-impl-1.1.0.jar http://chemistry.apache.org/
|
||||
chemistry-opencmis-commons-api-1.1.0.jar http://chemistry.apache.org/
|
||||
xmlschema-core-2.2.5.jar http://ws.apache.org/commons/XmlSchema/
|
||||
HikariCP-java7-2.4.13.jar https://github.com/brettwooldridge/HikariCP
|
||||
cxf-core-3.2.12.jar https://cxf.apache.org/
|
||||
cxf-rt-bindings-soap-3.2.12.jar https://cxf.apache.org/
|
||||
cxf-rt-bindings-xml-3.2.12.jar https://cxf.apache.org/
|
||||
cxf-rt-databinding-jaxb-3.2.12.jar https://cxf.apache.org/
|
||||
cxf-rt-frontend-jaxws-3.2.12.jar https://cxf.apache.org/
|
||||
cxf-rt-frontend-simple-3.2.12.jar https://cxf.apache.org/
|
||||
cxf-rt-transports-http-3.2.12.jar https://cxf.apache.org/
|
||||
cxf-rt-ws-addr-3.2.12.jar https://cxf.apache.org/
|
||||
cxf-rt-ws-policy-3.2.12.jar https://cxf.apache.org/
|
||||
cxf-rt-wsdl-3.2.12.jar https://cxf.apache.org/
|
||||
cxf-core-3.2.13.jar https://cxf.apache.org/
|
||||
cxf-rt-bindings-soap-3.2.13.jar https://cxf.apache.org/
|
||||
cxf-rt-bindings-xml-3.2.13.jar https://cxf.apache.org/
|
||||
cxf-rt-databinding-jaxb-3.2.13.jar https://cxf.apache.org/
|
||||
cxf-rt-frontend-jaxws-3.2.13.jar https://cxf.apache.org/
|
||||
cxf-rt-frontend-simple-3.2.13.jar https://cxf.apache.org/
|
||||
cxf-rt-transports-http-3.2.13.jar https://cxf.apache.org/
|
||||
cxf-rt-ws-addr-3.2.13.jar https://cxf.apache.org/
|
||||
cxf-rt-ws-policy-3.2.13.jar https://cxf.apache.org/
|
||||
cxf-rt-wsdl-3.2.13.jar https://cxf.apache.org/
|
||||
chemistry-opencmis-server-support-1.0.0.jar http://chemistry.apache.org/
|
||||
chemistry-opencmis-server-bindings-1.0.0.jar http://chemistry.apache.org/
|
||||
quartz-2.3.2.jar http://quartz-scheduler.org/
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<name>Alfresco Solr Search parent</name>
|
||||
<properties>
|
||||
<slf4j.version>1.7.30</slf4j.version>
|
||||
<cxf.version>3.2.12</cxf.version>
|
||||
<cxf.version>3.2.13</cxf.version>
|
||||
</properties>
|
||||
<modules>
|
||||
<module>alfresco-solrclient-lib</module>
|
||||
|
||||
Reference in New Issue
Block a user