|
3 | 3 | <modelVersion>4.0.0</modelVersion>
|
4 | 4 | <groupId>org.alien4cloud</groupId>
|
5 | 5 | <artifactId>elasticsearch-mapping-parent</artifactId>
|
6 |
| - <version>6.6.2-2-SNAPSHOT</version> |
| 6 | + <version>6.8.13-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.6.2</elasticsearch.version> |
14 |
| - <search-guard.version>6.6.2-25.6</search-guard.version> |
| 13 | + <elasticsearch.version>6.8.13</elasticsearch.version> |
| 14 | + <search-guard.version>6.8.6-25.7</search-guard.version> |
15 | 15 |
|
16 | 16 | <jackson.version>2.9.3</jackson.version>
|
17 | 17 | <spring.version>4.3.2.RELEASE</spring.version>
|
18 | 18 | <commons-lang.version>3.5</commons-lang.version>
|
19 | 19 | <commons-beanutils.version>1.9.3</commons-beanutils.version>
|
20 | 20 | <junit.version>4.12</junit.version>
|
21 | 21 | <guava.version>19.0</guava.version>
|
22 |
| - <lombok.version>1.16.18</lombok.version> |
23 |
| - <!-- Logging --> |
24 |
| - <log4j.version>2.8.2</log4j.version> |
25 |
| - <slf4j.version>1.7.24</slf4j.version> |
| 22 | + <lombok.version>1.18.16</lombok.version> |
| 23 | + <!-- Logging --> |
| 24 | + <log4j.version>2.8.2</log4j.version> |
| 25 | + <slf4j.version>1.7.24</slf4j.version> |
26 | 26 |
|
27 |
| - <java.version>1.8</java.version> |
28 |
| - <maven.compiler.version>2.3.2</maven.compiler.version> |
| 27 | + <java.version>15</java.version> |
| 28 | + <javax.annotation.version>1.3.2</javax.annotation.version> |
| 29 | + |
| 30 | + <maven.compiler.version>3.8.1</maven.compiler.version> |
29 | 31 | </properties>
|
30 | 32 |
|
31 | 33 | <modules>
|
|
147 | 149 | <artifactId>slf4j-ext</artifactId>
|
148 | 150 | <version>${slf4j.version}</version>
|
149 | 151 | </dependency>
|
150 |
| - </dependencies> |
| 152 | + |
| 153 | + <dependency> |
| 154 | + <groupId>javax.annotation</groupId> |
| 155 | + <artifactId>javax.annotation-api</artifactId> |
| 156 | + <version>${javax.annotation.version}</version> |
| 157 | + </dependency> |
| 158 | + |
| 159 | + |
| 160 | + </dependencies> |
151 | 161 | </dependencyManagement>
|
152 | 162 |
|
153 | 163 | <developers>
|
|
157 | 167 | </developers>
|
158 | 168 |
|
159 | 169 | <distributionManagement>
|
160 |
| - <repository> |
161 |
| - <id>repo.opensource.fastconnect.org</id> |
162 |
| - <url>https://fastconnect.org/maven/content/repositories/opensource</url> |
163 |
| - </repository> |
164 |
| - <snapshotRepository> |
165 |
| - <id>repo.opensource.snapshot.fastconnect.org</id> |
166 |
| - <url>https://fastconnect.org/maven/content/repositories/opensource-snapshot</url> |
167 |
| - </snapshotRepository> |
| 170 | + <repository> |
| 171 | + <id>pdl-releases</id> |
| 172 | + <url>https://www.portaildulibre.fr/nexus/repository/opensource-releases</url> |
| 173 | + </repository> |
| 174 | + <snapshotRepository> |
| 175 | + <id>pdl-snapshots</id> |
| 176 | + <url>https://www.portaildulibre.fr/nexus/repository/opensource-snapshots</url> |
| 177 | + </snapshotRepository> |
168 | 178 | </distributionManagement>
|
169 | 179 |
|
170 | 180 | <build>
|
|
181 | 191 | <plugin>
|
182 | 192 | <groupId>org.apache.maven.plugins</groupId>
|
183 | 193 | <artifactId>maven-surefire-plugin</artifactId>
|
184 |
| - <version>2.20.1</version> |
| 194 | + <version>2.22.1</version> |
185 | 195 | <!-- -Dtests.security.manager=false is needed otherwise the ESTestCase fails to initialize -->
|
186 | 196 | <configuration>
|
187 | 197 | <argLine>-Xms128m -Xmx512m -Dtests.security.manager=false</argLine>
|
|
0 commit comments