|
1 | 1 | <!-- |
2 | 2 |
|
3 | | - Copyright (c) 2013-2016, The SeedStack authors <http://seedstack.org> |
| 3 | + Copyright © 2013-2020, The SeedStack authors <http://seedstack.org> |
4 | 4 |
|
5 | 5 | This Source Code Form is subject to the terms of the Mozilla Public |
6 | 6 | License, v. 2.0. If a copy of the MPL was not distributed with this |
|
14 | 14 | <parent> |
15 | 15 | <groupId>org.seedstack.poms</groupId> |
16 | 16 | <artifactId>parent-internal</artifactId> |
17 | | - <version>3.0.0</version> |
| 17 | + <version>3.4.9</version> |
18 | 18 | </parent> |
19 | 19 |
|
20 | 20 | <groupId>org.seedstack.addons.elasticsearch</groupId> |
21 | 21 | <artifactId>elasticsearch</artifactId> |
22 | | - <version>3.0.0-SNAPSHOT</version> |
| 22 | + <version>3.1.0-SNAPSHOT</version> |
23 | 23 |
|
24 | 24 | <properties> |
25 | | - <seed.version>3.0.1</seed.version> |
26 | | - |
| 25 | + <seed.version>3.10.0</seed.version> |
27 | 26 | <compatibility.skip>true</compatibility.skip> |
28 | | - |
29 | 27 | <bintray.package>elasticsearch-addon</bintray.package> |
| 28 | + <hibernate-validator.version>6.1.5.Final</hibernate-validator.version> |
30 | 29 | </properties> |
31 | 30 |
|
32 | 31 | <build> |
|
51 | 50 | <includedLicense>IGNORED_LICENSE</includedLicense> |
52 | 51 | </includedLicenses> |
53 | 52 | <licenseMerges> |
| 53 | + <licenseMerge>Apache 2|Apache 2.0</licenseMerge> |
54 | 54 | <licenseMerge>Apache 2|Apache License, Version 2.0</licenseMerge> |
55 | 55 | <licenseMerge>Apache 2|The Apache Software License, Version 2.0</licenseMerge> |
56 | 56 | <licenseMerge>Apache 2|Apache License 2.0</licenseMerge> |
|
59 | 59 | <licenseMerge>BSD|The New BSD License</licenseMerge> |
60 | 60 | <licenseMerge>CDDL|CDDL + GPLv2 with classpath exception</licenseMerge> |
61 | 61 | <licenseMerge>LGPL 3.0|GNU Lesser Public License</licenseMerge> |
| 62 | + <licenseMerge>MIT License|The MIT License</licenseMerge> |
62 | 63 | <licenseMerge>IGNORED_LICENSE|MPL 1.1</licenseMerge> |
63 | 64 | </licenseMerges> |
64 | 65 | </configuration> |
|
74 | 75 | <version>${seed.version}</version> |
75 | 76 | </dependency> |
76 | 77 | <dependency> |
77 | | - <groupId>org.elasticsearch</groupId> |
78 | | - <artifactId>elasticsearch</artifactId> |
79 | | - <version>2.4.3</version> |
80 | | - <scope>provided</scope> |
| 78 | + <groupId>org.hibernate.validator</groupId> |
| 79 | + <artifactId>hibernate-validator</artifactId> |
| 80 | + <version>${hibernate-validator.version}</version> |
| 81 | + </dependency> |
| 82 | + <dependency> |
| 83 | + <groupId>org.yaml</groupId> |
| 84 | + <artifactId>snakeyaml</artifactId> |
| 85 | + <version>1.26</version> |
81 | 86 | </dependency> |
82 | 87 |
|
83 | 88 | <dependency> |
|
88 | 93 | </dependency> |
89 | 94 | <dependency> |
90 | 95 | <groupId>org.seedstack.seed</groupId> |
91 | | - <artifactId>seed-testing</artifactId> |
| 96 | + <artifactId>seed-testing-junit4</artifactId> |
92 | 97 | <version>${seed.version}</version> |
93 | 98 | <scope>test</scope> |
94 | 99 | </dependency> |
| 100 | + <dependency> |
| 101 | + <groupId>org.assertj</groupId> |
| 102 | + <artifactId>assertj-core</artifactId> |
| 103 | + <version>${assertj.version}</version> |
| 104 | + <scope>test</scope> |
| 105 | + </dependency> |
95 | 106 | <dependency> |
96 | 107 | <groupId>ch.qos.logback</groupId> |
97 | 108 | <artifactId>logback-classic</artifactId> |
|
151 | 162 | </repository> |
152 | 163 | </repositories> |
153 | 164 | </profile> |
| 165 | + <profile> |
| 166 | + <id>v2</id> |
| 167 | + <activation> |
| 168 | + <activeByDefault>false</activeByDefault> |
| 169 | + </activation> |
| 170 | + <dependencies> |
| 171 | + <dependency> |
| 172 | + <groupId>org.elasticsearch</groupId> |
| 173 | + <artifactId>elasticsearch</artifactId> |
| 174 | + <version>2.4.3</version> |
| 175 | + <scope>provided</scope> |
| 176 | + </dependency> |
| 177 | + </dependencies> |
| 178 | + </profile> |
| 179 | + <profile> |
| 180 | + <id>v5</id> |
| 181 | + <activation> |
| 182 | + <activeByDefault>false</activeByDefault> |
| 183 | + </activation> |
| 184 | + <dependencies> |
| 185 | + <dependency> |
| 186 | + <groupId>org.elasticsearch</groupId> |
| 187 | + <artifactId>elasticsearch</artifactId> |
| 188 | + <version>5.6.16</version> |
| 189 | + <scope>provided</scope> |
| 190 | + </dependency> |
| 191 | + <dependency> |
| 192 | + <groupId>org.elasticsearch.client</groupId> |
| 193 | + <artifactId>transport</artifactId> |
| 194 | + <version>5.6.16</version> |
| 195 | + <scope>provided</scope> |
| 196 | + </dependency> |
| 197 | + <dependency> |
| 198 | + <groupId>org.apache.logging.log4j</groupId> |
| 199 | + <artifactId>log4j-api</artifactId> |
| 200 | + <version>2.11.1</version> |
| 201 | + <scope>provided</scope> |
| 202 | + </dependency> |
| 203 | + <dependency> |
| 204 | + <groupId>org.apache.logging.log4j</groupId> |
| 205 | + <artifactId>log4j-core</artifactId> |
| 206 | + <version>2.11.1</version> |
| 207 | + <scope>provided</scope> |
| 208 | + </dependency> |
| 209 | + </dependencies> |
| 210 | + </profile> |
| 211 | + <profile> |
| 212 | + <id>v60</id> |
| 213 | + <activation> |
| 214 | + <activeByDefault>false</activeByDefault> |
| 215 | + </activation> |
| 216 | + <dependencies> |
| 217 | + <dependency> |
| 218 | + <groupId>org.elasticsearch</groupId> |
| 219 | + <artifactId>elasticsearch</artifactId> |
| 220 | + <version>6.0.1</version> |
| 221 | + <scope>provided</scope> |
| 222 | + </dependency> |
| 223 | + <dependency> |
| 224 | + <groupId>org.elasticsearch.client</groupId> |
| 225 | + <artifactId>transport</artifactId> |
| 226 | + <version>6.0.1</version> |
| 227 | + <scope>provided</scope> |
| 228 | + </dependency> |
| 229 | + <dependency> |
| 230 | + <groupId>org.apache.logging.log4j</groupId> |
| 231 | + <artifactId>log4j-api</artifactId> |
| 232 | + <version>2.11.1</version> |
| 233 | + <scope>provided</scope> |
| 234 | + </dependency> |
| 235 | + <dependency> |
| 236 | + <groupId>org.apache.logging.log4j</groupId> |
| 237 | + <artifactId>log4j-core</artifactId> |
| 238 | + <version>2.11.1</version> |
| 239 | + <scope>provided</scope> |
| 240 | + </dependency> |
| 241 | + </dependencies> |
| 242 | + </profile> |
| 243 | + <profile> |
| 244 | + <id>v68</id> |
| 245 | + <activation> |
| 246 | + <activeByDefault>false</activeByDefault> |
| 247 | + </activation> |
| 248 | + <dependencies> |
| 249 | + <dependency> |
| 250 | + <groupId>org.elasticsearch</groupId> |
| 251 | + <artifactId>elasticsearch</artifactId> |
| 252 | + <version>6.8.10</version> |
| 253 | + <scope>provided</scope> |
| 254 | + </dependency> |
| 255 | + <dependency> |
| 256 | + <groupId>org.elasticsearch.client</groupId> |
| 257 | + <artifactId>transport</artifactId> |
| 258 | + <version>6.8.10</version> |
| 259 | + <scope>provided</scope> |
| 260 | + </dependency> |
| 261 | + <dependency> |
| 262 | + <groupId>org.apache.logging.log4j</groupId> |
| 263 | + <artifactId>log4j-api</artifactId> |
| 264 | + <version>2.11.1</version> |
| 265 | + <scope>provided</scope> |
| 266 | + </dependency> |
| 267 | + <dependency> |
| 268 | + <groupId>org.apache.logging.log4j</groupId> |
| 269 | + <artifactId>log4j-core</artifactId> |
| 270 | + <version>2.11.1</version> |
| 271 | + <scope>provided</scope> |
| 272 | + </dependency> |
| 273 | + </dependencies> |
| 274 | + </profile> |
| 275 | + <profile> |
| 276 | + <id>v79</id> |
| 277 | + <activation> |
| 278 | + <activeByDefault>false</activeByDefault> |
| 279 | + </activation> |
| 280 | + <dependencies> |
| 281 | + <dependency> |
| 282 | + <groupId>org.elasticsearch</groupId> |
| 283 | + <artifactId>elasticsearch</artifactId> |
| 284 | + <version>7.9.0</version> |
| 285 | + <scope>provided</scope> |
| 286 | + </dependency> |
| 287 | + <dependency> |
| 288 | + <groupId>org.elasticsearch.client</groupId> |
| 289 | + <artifactId>transport</artifactId> |
| 290 | + <version>7.9.0</version> |
| 291 | + <scope>provided</scope> |
| 292 | + </dependency> |
| 293 | + <dependency> |
| 294 | + <groupId>org.apache.logging.log4j</groupId> |
| 295 | + <artifactId>log4j-api</artifactId> |
| 296 | + <version>2.11.1</version> |
| 297 | + <scope>provided</scope> |
| 298 | + </dependency> |
| 299 | + <dependency> |
| 300 | + <groupId>org.apache.logging.log4j</groupId> |
| 301 | + <artifactId>log4j-core</artifactId> |
| 302 | + <version>2.11.1</version> |
| 303 | + <scope>provided</scope> |
| 304 | + </dependency> |
| 305 | + </dependencies> |
| 306 | + </profile> |
154 | 307 | </profiles> |
155 | 308 | </project> |
0 commit comments