mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-09-17 14:21:20 +00:00
Merge branch 'master' of git.alfresco.com:search_discovery/insightengine into feature/SEARCH-1643
This commit is contained in:
@@ -87,7 +87,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>jaxen</groupId>
|
<groupId>jaxen</groupId>
|
||||||
<artifactId>jaxen</artifactId>
|
<artifactId>jaxen</artifactId>
|
||||||
<version>1.1.6</version>
|
<version>1.2.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Test dependencies -->
|
<!-- Test dependencies -->
|
||||||
|
@@ -23,6 +23,7 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<dependency.alfresco-data-model.version>8.34</dependency.alfresco-data-model.version>
|
<dependency.alfresco-data-model.version>8.34</dependency.alfresco-data-model.version>
|
||||||
|
<dependency.jackson.version>2.9.9</dependency.jackson.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@@ -35,13 +36,13 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.fasterxml.jackson.core</groupId>
|
<groupId>com.fasterxml.jackson.core</groupId>
|
||||||
<artifactId>jackson-core</artifactId>
|
<artifactId>jackson-core</artifactId>
|
||||||
<version>2.9.8</version>
|
<version>${dependency.jackson.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.fasterxml.jackson.core</groupId>
|
<groupId>com.fasterxml.jackson.core</groupId>
|
||||||
<artifactId>jackson-annotations</artifactId>
|
<artifactId>jackson-annotations</artifactId>
|
||||||
<version>2.9.8</version>
|
<version>${dependency.jackson.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
$Id: LICENSE.txt 1128 2006-02-05 21:49:04Z elharo $
|
$Id$
|
||||||
|
|
||||||
Copyright 2003-2006 The Werken Company. All Rights Reserved.
|
Copyright 2003-2006 The Werken Company. All Rights Reserved.
|
||||||
|
|
||||||
|
@@ -20,7 +20,7 @@ asm-3.3.1.jar http://code.google.com/p/subethasmtp/
|
|||||||
antlr-runtime-3.5.2.jar http://www.antlr.org/
|
antlr-runtime-3.5.2.jar http://www.antlr.org/
|
||||||
ST4-4.0.8.jar https://www.stringtemplate.org/license.html
|
ST4-4.0.8.jar https://www.stringtemplate.org/license.html
|
||||||
antlr-3.5.2.jar http://www.antlr.org/
|
antlr-3.5.2.jar http://www.antlr.org/
|
||||||
jaxen-1.1.6.jar http://jaxen.codehaus.org/
|
jaxen-1.2.0.jar http://www.cafeconleche.org/jaxen/
|
||||||
|
|
||||||
|
|
||||||
=== Apache variant License ===
|
=== Apache variant License ===
|
||||||
@@ -55,8 +55,8 @@ mybatis-spring-1.2.5.jar http://www.mybatis.org/
|
|||||||
chemistry-opencmis-server-support-1.0.0.jar http://chemistry.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/
|
chemistry-opencmis-server-bindings-1.0.0.jar http://chemistry.apache.org/
|
||||||
quartz-2.3.1.jar http://quartz-scheduler.org/
|
quartz-2.3.1.jar http://quartz-scheduler.org/
|
||||||
jackson-core-2.9.8.jar http://jackson.codehaus.org/
|
jackson-core-2.9.9.jar https://github.com/FasterXML/jackson
|
||||||
jackson-annotations-2.9.8.jar http://jackson.codehaus.org/
|
jackson-annotations-2.9.9.jar https://github.com/FasterXML/jackson
|
||||||
commons-httpclient-3.1-HTTPCLIENT-1265.jar http://jakarta.apache.org/commons/
|
commons-httpclient-3.1-HTTPCLIENT-1265.jar http://jakarta.apache.org/commons/
|
||||||
spring-aop-5.1.6.RELEASE.jar http://projects.spring.io/spring-framework/
|
spring-aop-5.1.6.RELEASE.jar http://projects.spring.io/spring-framework/
|
||||||
spring-beans-5.1.6.RELEASE.jar http://projects.spring.io/spring-framework/
|
spring-beans-5.1.6.RELEASE.jar http://projects.spring.io/spring-framework/
|
||||||
|
Reference in New Issue
Block a user