File tree Expand file tree Collapse file tree 3 files changed +17
-4
lines changed
elasticsearch-annotations Expand file tree Collapse file tree 3 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.alien4cloud</groupId >
66 <artifactId >elasticsearch-mapping-parent</artifactId >
7- <version >6.8.13 -1-SNAPSHOT</version >
7+ <version >6.8.22 -1-SNAPSHOT</version >
88 </parent >
99
1010 <artifactId >elasticsearch-annotations</artifactId >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.alien4cloud</groupId >
66 <artifactId >elasticsearch-mapping-parent</artifactId >
7- <version >6.8.13 -1-SNAPSHOT</version >
7+ <version >6.8.22 -1-SNAPSHOT</version >
88 </parent >
99
1010 <artifactId >elasticsearch-mapping</artifactId >
9898 <version >${commons-beanutils.version} </version >
9999 </dependency >
100100 <!-- Logging -->
101+ <dependency >
102+ <groupId >org.apache.logging.log4j</groupId >
103+ <artifactId >log4j-core</artifactId >
104+ <version >${log4j.version} </version >
105+ <scope >test</scope >
106+ </dependency >
107+ <dependency >
108+ <groupId >org.apache.logging.log4j</groupId >
109+ <artifactId >log4j-slf4j-impl</artifactId >
110+ <version >${log4j.version} </version >
111+ <scope >test</scope >
112+ </dependency >
101113 <dependency >
102114 <groupId >org.slf4j</groupId >
103115 <artifactId >slf4j-api</artifactId >
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >org.alien4cloud</groupId >
55 <artifactId >elasticsearch-mapping-parent</artifactId >
6- <version >6.8.13 -1-SNAPSHOT</version >
6+ <version >6.8.22 -1-SNAPSHOT</version >
77 <packaging >pom</packaging >
88
99 <name >Elastic search mapping parent</name >
1010 <description >An object mapping framework for Elastic Search.</description >
1111
1212 <properties >
13- <elasticsearch .version>6.8.13 </elasticsearch .version>
13+ <elasticsearch .version>6.8.22 </elasticsearch .version>
1414 <search-guard .version>6.8.6-25.7</search-guard .version>
1515
1616 <jackson .version>2.9.3</jackson .version>
2121 <guava .version>19.0</guava .version>
2222 <lombok .version>1.18.16</lombok .version>
2323 <!-- Logging -->
24+ <log4j .version>2.17.0</log4j .version>
2425 <slf4j .version>1.7.24</slf4j .version>
2526
2627 <java .version>15</java .version>
You can’t perform that action at this time.
0 commit comments