mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-09-17 14:21:20 +00:00
Create a property for the slf4j version.
This should mean that the next time Dependabot sends us a PR for slf4j then it only sends us one.
This commit is contained in:
@@ -75,13 +75,13 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
<artifactId>slf4j-api</artifactId>
|
<artifactId>slf4j-api</artifactId>
|
||||||
<version>1.7.28</version>
|
<version>${slf4j.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
<artifactId>slf4j-log4j12</artifactId>
|
<artifactId>slf4j-log4j12</artifactId>
|
||||||
<version>1.7.28</version>
|
<version>${slf4j.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@@ -13,6 +13,9 @@
|
|||||||
<version>1.1.0</version>
|
<version>1.1.0</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>Alfresco Solr Search parent</name>
|
<name>Alfresco Solr Search parent</name>
|
||||||
|
<properties>
|
||||||
|
<slf4j.version>1.7.28</slf4j.version>
|
||||||
|
</properties>
|
||||||
<modules>
|
<modules>
|
||||||
<module>alfresco-solrclient-lib</module>
|
<module>alfresco-solrclient-lib</module>
|
||||||
<module>alfresco-search</module>
|
<module>alfresco-search</module>
|
||||||
|
Reference in New Issue
Block a user