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 4
4
<parent >
5
5
<groupId >org.alien4cloud</groupId >
6
6
<artifactId >elasticsearch-mapping-parent</artifactId >
7
- <version >6.8.13 -1-SNAPSHOT</version >
7
+ <version >6.8.22 -1-SNAPSHOT</version >
8
8
</parent >
9
9
10
10
<artifactId >elasticsearch-annotations</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.alien4cloud</groupId >
6
6
<artifactId >elasticsearch-mapping-parent</artifactId >
7
- <version >6.8.13 -1-SNAPSHOT</version >
7
+ <version >6.8.22 -1-SNAPSHOT</version >
8
8
</parent >
9
9
10
10
<artifactId >elasticsearch-mapping</artifactId >
98
98
<version >${commons-beanutils.version} </version >
99
99
</dependency >
100
100
<!-- 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 >
101
113
<dependency >
102
114
<groupId >org.slf4j</groupId >
103
115
<artifactId >slf4j-api</artifactId >
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >org.alien4cloud</groupId >
5
5
<artifactId >elasticsearch-mapping-parent</artifactId >
6
- <version >6.8.13 -1-SNAPSHOT</version >
6
+ <version >6.8.22 -1-SNAPSHOT</version >
7
7
<packaging >pom</packaging >
8
8
9
9
<name >Elastic search mapping parent</name >
10
10
<description >An object mapping framework for Elastic Search.</description >
11
11
12
12
<properties >
13
- <elasticsearch .version>6.8.13 </elasticsearch .version>
13
+ <elasticsearch .version>6.8.22 </elasticsearch .version>
14
14
<search-guard .version>6.8.6-25.7</search-guard .version>
15
15
16
16
<jackson .version>2.9.3</jackson .version>
21
21
<guava .version>19.0</guava .version>
22
22
<lombok .version>1.18.16</lombok .version>
23
23
<!-- Logging -->
24
+ <log4j .version>2.17.0</log4j .version>
24
25
<slf4j .version>1.7.24</slf4j .version>
25
26
26
27
<java .version>15</java .version>
You can’t perform that action at this time.
0 commit comments