File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1717 <zentity .version>1.3.1-beta1</zentity .version>
1818 <!-- dependency versions -->
1919 <elasticsearch .version>7.2.0</elasticsearch .version>
20- <jackson .version>2.9.9</jackson .version>
20+ <jackson .core.version>2.9.9</jackson .core.version>
21+ <jackson .databind.version>2.9.9.1</jackson .databind.version>
2122 <jdk .version>1.8</jdk .version>
2223 <log4j .version>2.9.1</log4j .version>
2324 <commons-io .version>2.6</commons-io .version>
4344 <dependency >
4445 <groupId >com.fasterxml.jackson.core</groupId >
4546 <artifactId >jackson-core</artifactId >
46- <version >${jackson.version} </version >
47+ <version >${jackson.core. version} </version >
4748 <scope >provided</scope ><!-- provided by elasticsearch -->
4849 </dependency >
4950 <dependency >
5051 <groupId >com.fasterxml.jackson.core</groupId >
5152 <artifactId >jackson-databind</artifactId >
52- <version >${jackson.version} </version >
53+ <version >${jackson.databind. version} </version >
5354 <scope >compile</scope ><!-- not provided by elasticsearch -->
5455 </dependency >
5556 <!-- test infrastructure -->
You can’t perform that action at this time.
0 commit comments